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 jsessionid?
How to notify an object in session when session is invalidated or timed-out?
What is servlet? Explain
What is the dispatcher servlet?
What do you mean by the servlet chaining?
What do you mean by filter in servlet?
How does tomcat servlet container work?
How to handle exceptions thrown by application with another servlet?
How can I send user authentication information while making URL Connection?
What is the structure of the http response
If some new data has entered the database, explain how can a servlet refresh automatically?
How will you pass values from HTML page to the servlet?
Differentiate between the web server and application server?
How forward () method is different from send redirect () method?
How do you invoke a Servlet? What is the difference between doPost method and doGet method?