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 get and post.

0 Answers  


What is session variable in servlets?

1 Answers  


What do you mean by httpservlet and how it is different from the genericservlet?

0 Answers  


can we override service method in my servlet class..?? if yes or no why ??

7 Answers   IBM,


Write a simple servlet program to print the contents of html.

0 Answers  


What is servlet attributes and their scope?

0 Answers  


How do you invoke a servelt?

0 Answers  


What are the annotations used in servlet 3?

0 Answers  


what are the way a client can be tracked?

3 Answers   ABC, IBM,


i need connection pooling code.....from harpreet.your@gmail.com

1 Answers   IBM,


How do you deal property files in servlet?

0 Answers  


What are the drawbacks of cgi?

0 Answers  


Categories