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 if you need to span your transaction across multiple servlet invocations?
How do we go with database connection and log4j integration in servlet?
What is the default http method in the servlet?
How printwriter is different from servletoutputstream?
What are the features added in Servlet 2.5?
What is Servlet API used for connecting database?
Difference between GET and POST?
Explain get and post.
What is the
How do you find out what client machine is making a request to your servlet
Define the servlet mapping.
Explain is servlet mapping?
What is the inter-servlet communication?
What is servlet and list its types?
How can a servlet be used to generate plain text instead of html?