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

How can you use a servlet to generate a plain text instead of html?

0 Answers  


which type of data passing is used in realtime?

1 Answers  


What is ServletContext object?

0 Answers  


What is Servlets and explain the advantages of Servlet life cycle?

0 Answers  


What is servlet container?

0 Answers  






What is called Scriptlet?

0 Answers  


Difference between java beans & servlets?

0 Answers  


How servlet is created?

0 Answers  


How to commuincate between an applet and a servlet?

0 Answers  


What is the difference between forward () and sendredirect () functions in servlet? Explain

0 Answers  


what is the difference between servlets and struts?

3 Answers  


how a servlet is instantiated, whether the container calls init() or by calling any other method? please somebody reply..

6 Answers   Siemens,


Categories