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
What is the need of session tracking in web application?
What are the new features added to servlet 2.5?
Why is http protocol called as a stateless protocol?
What exactly is a servlet?
What do you mean by deployment descriptor?
Define the servlet mapping.
How a servlet is unloaded?
What are different ways for servlet authentication?
What is meant by Servlet? What are the parameters of service method?
Write a command to get actual path of a servlet to the server?
What are advantages of servlets over cgi?
What is the capacity the doget can send to the server?
What are the kinds of http requests?
What are the differences between servlet context vs servlet config?
Why session tracking is needed?