What compiler do not do if we create our own constructor?
Answer Posted / 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 |
Post New Answer View All Answers
How to get the path of servlet in the server?
What is called servlet mapping?
What are life cycle methods of a servlet?
What exactly are the functions of servlet?
What if you need to span your transaction across multiple servlet invocations?
Difference between doget and dopost?
What is servlet and how it works?
What is SingleThreadModel interface?
What are the advantages of servlets over traditional cgi?
What do you mean by a filter and how does it work?
Describe the phases of servlet lifecycle?
What is lazy loading and what is Generic Servlet Class?
Difference between GET and POST?
How can you push data from an Applet to a Servlet?
How to get the server information in a servlet?