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 process to implement doget and dopost methods?
Why are servlets used?
What is the directory structure of web application?
Write a hello world program using servlets.
Is servlet thread safe?
If my browser does not support cookie, and my server sends a cookie instance what will happen?
What are the types of servlet?
Which httpsession object is used to view and manipulate information about a session?
Which exception is thrown if the servlet is not initialized properly?
How many servlet objects are created?
If a servlet is not properly initialized, what exception may be thrown?
What is the difference between portlet and servlet?
What is servletconfig?
What is meant by Servlet? What are the parameters of service method?
What is java servlet?