SunOne Question:

What does a constructor does?

Tweet Share WhatsApp

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.

Download SunOne PDF Read All 3 SunOne Questions
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?