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
What do you mean by request dispatcher in servlet?
What are the uses of servlet
What is new in ServletRequest interface ? (Servlet 2.4)
What are the functions of Servlet container?
What are different ways for servlet authentication?
Is tomcat a servlet container?
Why is init() method is used in servlets?
Explain Action Servlet?
How do servlets work?
What are the functions of an intercepting filter?
What do you mean by a filter and how does it work?
What are the types of servlets? Explain
Why is httpservlet declared abstract?
When to use doget() and when dopost()?
What’s the difference between sendredirect and forward methods