Author: Sanjay Mishra

Core Java Basics Part 2

Define the marker interface in java ? Interfaces with no methods are known as marker interfaces for example: Clonable, Serializable, Event listener, SingleThreadModel. These interfaces are implemented by the classes or their...

Read More

Core Java Basics

What is the most important feature that makes Java different to other language? Platform independent feature makes Java different to other language. What isĀ  platform independence means ? It means that we can write and compile...

Read More