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 are the types of servlets? Explain
Which HTTP method is non-idempotent?
What do you mean by interservlet communication?
What are all the ways for session tracking?
Explain the working of service() method of a servlet.
How to read request headers from servlets?
What is the difference between servlet and jsp?
What are the different ways we can maintain state between requests?
In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify
What do you mean by web applications? Explain web application directory arrangement?
What's the difference between authentication and authorization?
What is the requirement of servlet config and servlet context implemented and how are they implemented?
Which interface should be implemented by all servlets?
What is the difference between the servlets and cgi programs?
How many objects of a servlet is created?