What compiler do not do if we create our own constructor?
Answer Posted / purnima
the compiler does not create a default constructor if we
create our own constructor
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain the role of dispatcherservlet and contextloaderlistener.
What is Request Dispatcher?
If some new data has entered the database, explain how can a servlet refresh automatically?
What exception should be thrown when servlet is not properly initialized?
What is the servletconfig object?
What is the use of servlet wrapper classes?
What are the common methods that are included in the http servlet class?
What are the differences between the servletconfig interface and the servletcontext interface?
Why is a constructor needed in a servlet even if we use the init method?
Is that servlet is pure java object or not?
When Servlet is unloaded?
What is the difference between using getSession(true) and getSession(false) methods?
What is servlet instance?
What is the use of attribute in servlets?
Which java framework is most popular?