top of page
Search

Template Method Design Pattern
Template Method is a behavioral design pattern that defines the skeleton of an algorithm in the superclass but lets subclasses override spec
The Tech Platform
Aug 29, 2022

Top 10 Java Frameworks 2022
Java frameworks are specific to the Java programming language. It's a Java platform for developing software applications and Java...
The Tech Platform
Aug 23, 2022

Difference Between Wait() and join() methods in Java?
Wait() Method wait() causes current thread to wait until another thread invokes the notify() method or the notifyAll() method for this...
The Tech Platform
Aug 16, 2022

How to read User Input from Console in Java?
Let's see a complete code example of reading user input using the Scanner class. In this Java program, we are reading User Input in form...
The Tech Platform
Jul 25, 2022

What is Mobile App Development? Languages for Android App / iOS App Development
Mobile application development is the set of processes and procedures involved in writing software for small, wireless computing devices,...
The Tech Platform
Jul 7, 2022

Programming Languages: Types of Programming Language.
A programming language is any set of rules that converts strings, or graphical program elements in the case of visual programming...
The Tech Platform
Jul 4, 2022

How to convert Enum to String in Java?
There are two ways to convert an Enum to String in Java, first by using the name() method of Enum which is an implicit method and...
The Tech Platform
Jun 20, 2022

The Basics of Coding and Programming You Should Know
Your computer’s operating system, your phone, this website: they have one thing in common. They all run on a set of instructions to...
The Tech Platform
Jun 10, 2022

The Best Programming Languages for Cloud Computing
Cloud computing is the on-demand availability of computer system resources, especially data storage and computing power, without direct...
The Tech Platform
May 28, 2022

How to Learn new Programming Language faster
There are some steps you want to take to accelerate the learning process and increase your fluency in the programming language you are...
The Tech Platform
May 24, 2022
bottom of page