top of page
Search

What is Variable and Method Hiding in Java?
If you are not careful in Java, you may inadvertently hide the methods and variables of the superclass. It is important to understand...

The Tech Platform
Feb 2, 2021

Observer Design Pattern explained with Java
The Observer design pattern is a behavioral design pattern that allows one-to-many communication between objects. In this pattern, an...

The Tech Platform
Nov 10, 2020

Singleton Design Pattern with Java
Singleton Design Pattern is a creational design pattern that ensures that only one instance of a class exists throughout the entire...

The Tech Platform
Nov 10, 2020

Factory Design Pattern in Java
A Design Pattern provides a simple solution to common problems that are faced in day-to-day life by software developers. Three basic...

The Tech Platform
Nov 10, 2020

Builder Design Pattern With Java
Builder Design Pattern is a creational design pattern that separates the construction of complex objects from their representation,...

The Tech Platform
Nov 10, 2020

Bubble Sort Algorithm
Bubble sort, also known as a comparison sort, is a simple yet rudimentary sorting algorithm. It iterates through a list multiple times,...

The Tech Platform
Nov 2, 2020

5 Open-Source Java IDE
Java IDE tools offer different ways to create a programming environment based on your requirements and preferences. There are several...

The Tech Platform
Sep 15, 2020

How to install Java on Mac
Java is supported on Mac operating systems and can be installed and used on a Mac just like on any other operating system. However, the...

The Tech Platform
Sep 4, 2020
bottom of page