J2SE Question:

What is a class?

Tweet Share WhatsApp

Answer:

In the Java programming language, a type that defines the implementation of a particular kind of object. A class definition defines instance and class variables and methods, as well as specifying the interfaces the class implements and the immediate superclass of the class. If the superclass is not explicitly specified, the superclass will implicitly be Object.

Download J2SE PDF Read All 214 J2SE Questions
Previous QuestionNext Question
What is anonymous access?What is constructor?