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 are the life cycle methods of the servlet?
What is difference between the HTTP Servlet and Generic Servlet? Explain about their methods and parameters?
how to link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file
What is url encoding and url decoding
How printwriter is different from servletoutputstream?
Difference between java beans & servlets?
What is called Scriptlet?
What is session?
Is it good idea to create servlet constructor?
What's the difference between servlets and applets?
What are the disadvantages of storing session state in cookies?
What is servlet and how it works?
What are all the advantages of servlet over cgi?
How we can create war file in servlet?
What is cookies in servlet with example?