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

Explain the architechure of a servlet?

0 Answers  


Why should we go for interservlet communication?

2 Answers  


Why don't we write a constructor in a servlet?

0 Answers  


What are the methods in HttpServlet?

8 Answers  


What is servlet tunnelling?

1 Answers  






What is with the javax.servlet package naming?

2 Answers  


Which HTTP method is non-idempotent?

0 Answers  


What is the directory structure of web application?

0 Answers  


What is called servlet container?

0 Answers  


What is the difference between callling a RequestDispatcher using ServletRequest and ServletContext?

2 Answers  


What if we pass negative value in load-on-startup?

0 Answers  


What are the objects involved when a servlet receives a call from client?

0 Answers  


Categories