There are two different data types in Java. Reference and Primitives. Primitive Types There are eight primitive types: Before we […]
Read More
Objects in Java An object in Java is a runtime instance of a class. It holds the state of all […]
Read More
What is a Java Class? There are two kinds of classes in Java. Concrete vs Abstract Classes Characteristics of Concrete […]
Read More
is one of the four pillars of Java. Its purpose is what it sounds like, to inherit some attributes and functionality […]
Read More
Java OOP Java is an object oriented programming language that is platform independent and executes concurrent operations. It was designed […]
Read More