Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


why the constructor should be used in class,if there is no
constructor what will happen?

Answers were Sorted based on User's Feedback



why the constructor should be used in class,if there is no constructor what will happen?..

Answer / bindhu

In Java, initialization of every object possible
by providing a constructor. If a class has a constructor,
Java automatically calls that constructor when an object is
created. So initialization is guaranteed.

If we don't define a constructor for a class, a default
parameterless constructor is automatically created by the
compiler.

Is This Answer Correct ?    6 Yes 0 No

why the constructor should be used in class,if there is no constructor what will happen?..

Answer / devarathnam c,kotagudibanda(po

Hi... Nothing will happen the compilet will supply the
default constructor of the class.Normally canostructor can
be used to instantiate an object.

Is This Answer Correct ?    1 Yes 0 No

why the constructor should be used in class,if there is no constructor what will happen?..

Answer / yamini

Constructor is used initialize certian paramameters to each
object on their creation.We can also overload
constructors.So we can initialize objects with diff params.

Is This Answer Correct ?    0 Yes 0 No

why the constructor should be used in class,if there is no constructor what will happen?..

Answer / ravikiran

constructor is used to initialize the variables during the
creation of instances.
If there is no constuctor no object will be gets created.

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Core Java Interview Questions

What is the difference between JDK and JVM?

0 Answers  


What is the use of collections in java? How it is implemented in real time applications?

2 Answers  


Why can we not override static method?

0 Answers  


What are the 6 boolean operators?

0 Answers  


What is a nested structure?

0 Answers  


what is the difference between preemptive scheduling and time slicing? : Java thread

0 Answers  


How can we access some class in another class in java?

0 Answers  


Difference between Encapsulation and Abstraction

4 Answers   Fidelity,


What is the list interface in java programming?

0 Answers  


Explain about wait() method?

0 Answers  


Hi am an mca graduate . i have done bsc maths in my degree . every company asks me why you make shift from maths group to computere field . What i need to answer?

2 Answers  


Explain about static nested classes in java?

0 Answers  


Categories