SunOne Question:

What does a constructor does?

SunOne Interview Question
SunOne Interview Question

Answer:

Constructor is a special type of function which is
available for every class.

Constructors can be used to create a object in different
forms.

Constructors can be used to execute a statements when
object is creating.

Constructors can be used to intialized the object
properties.


Previous QuestionNext Question
How to handle exceptions without using try,catch,throw, and log4j?What is swing and jsp. Where we use swings and jsp?