What compiler do not do if we create our own constructor?
Answer Posted / gaurav
Every class have an at least one constructor so if user not
created any constructor then compiler automatically create
default constructor and call its super class. If we create
our own constructor then compiler does not create
constructor for our class.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between GenericServlet and HttpServlet?
What is Servlets and explain the advantages of Servlet life cycle?
Explain their methods? Tell me their parameter names also have you used threads in servlet?
What do you mean by url pattern in servlet?
Write a program to show the functionality of servlets.
What is http servlet?
What do you mean by scope object and what are its types?
What is the requirement of servlet config and servlet context implemented and how are they implemented?
How can the session in servlet can be destroyed?
Write a simple servlet program to print the contents of html.
Explain Action Servlet?
What is the inter-servlet communication?
What are the types of Session Tracking ?
How can we implement a jsp page?
What is Client-Server Computing?