#interview-preparations
Read more stories on Hashnode
Articles with this tag
Core Java - III: Marker Interface: This is an empty interface (no fields or methods). Serializable, Cloneable, and Remote interfaces are examples of...
Core Java - II: Constructor: A constructor is a block of code-like methods. It is called when an instance of a class is created. When the constructor...
Basics: JVM, JRE, and JDK: JVM: JVM (Java Virtual Machine) is an abstract machine that enables your computer to run a Java program. When you run the...