What compiler do not do if we create our own constructor?
Answer Posted / 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 |
Post New Answer View All Answers
What are the objects involved when a servlet receives a call from client?
Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?
How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater than 255
What do you mean by mime type?
How servlet is created?
What are its drawbacks of cgi?
Explain how does JSP handle run-time exceptions?
When to use doget() and when dopost()?
Difference between GET and POST?
What do you mean by cgi?
What must be implemented by all servlets?
Explain the difference between generic servlet and http servlet?
What is new in ServletRequest interface ? (Servlet 2.4)
What is difference between get and post method?
Are Servlets Thread Safe? How to achieve thread safety in servlets?