What compiler do not do if we create our own constructor?
Answers were Sorted based on User's Feedback
Answer / purnima
the compiler does not create a default constructor if we
create our own constructor
| Is This Answer Correct ? | 4 Yes | 0 No |
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 |
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 is servlet api used for conneting database?
What are the steps that are involved in using the httpservlet class?
What is webservlet?
What is a web container and what is its responsibility?
What are its drawbacks of cgi?
What is difference between server and servlet?
In jsp custom tags from child tags to how many levels of parent tags you can acess
How to generate the server side programming and the advantages of it over the other languages?
What are the differences between servlet context vs servlet config?
When should you prefer to use doget() over dopost()?
How do you deal property files in servlet?
Explain the difference between servlet and cgi?