1. Differentiate between a Class and an Object? A Class is only the definition or prototype of real life object. Whereas an object is an instance or living representation of real life object. Every object belongs to a class and every class contains one or more related objects. 2. What do you understand by a [...]
Tags: Java, Java Interview Questions, Core Java