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...


What compiler do not do if we create our own constructor?

Answers were Sorted based on User's Feedback



What compiler do not do if we create our own constructor?..

Answer / sitaram

JVM compiler check the java code. If you are not created
the constructor for the class. JVM is automatically created
with out parameters constrctor.

Is This Answer Correct ?    16 Yes 1 No

What compiler do not do if we create our own constructor?..

Answer / purnima

the compiler does not create a default constructor if we
create our own constructor

Is This Answer Correct ?    4 Yes 0 No

What compiler do not do if we create our own constructor?..

Answer / qim2010

The compiler check the java code. If it founds no constructor for the class then JVM automatically creates the default constructor.

Is This Answer Correct ?    1 Yes 0 No

What compiler do not do if we create our own constructor?..

Answer / gaurav

Every class have an at least one constructor so if user not
created any constructor then compiler automatically create
default constructor and call its super class. If we create
our own constructor then compiler does not create
constructor for our class.

Is This Answer Correct ?    0 Yes 0 No

What compiler do not do if we create our own constructor?..

Answer / hitler

The compiler will not default construtctor

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Servlets Interview Questions

Which method is called when reference variable is passed in system.net?

0 Answers   HCL,


How to handle the debug errors in servlets?

2 Answers  


what is the difference between doGet() and doPost()?

6 Answers   TCS,


How to deal with multi-valued parameters in a servlet?

2 Answers  


What are common tasks performed by Servlet Container?

0 Answers  


can u give some realtime example in ploymorphism? and inheritance?

11 Answers   SolutionNET,


What are the life cycle methods of a servlet?

0 Answers  


What are the parameters of the service method ?

2 Answers  


How can we refresh automatically when new data is entered into the database?

0 Answers  


Is tomcat a servlet container?

0 Answers  


What is the difference between servlet and jsp?

0 Answers  


How will you open a new page after certain interval of time (5 sec), on clicking of a button in an html page?

2 Answers  


Categories