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
Which method of the httpservletrequest object is used?
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
Explain the war file?
Elucidate servlet attributes and its scope?
Is java servlet still used?
Why servlet is used as controller ? Not JSP? I want complete explation?
What do you mean by singlethreadmodel interface?
What is a generic servlet?
What is called servlet mapping?
How does tomcat servlet container work?
Can servlet have a constructor ?
what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?
What do you mean by the servlet chaining?
If servlet receives multiple requests, how many objects will it create?
Why the concept of single thread model interface is used?