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
Which event is fired at the time of setting, getting or removing attribute from application scope?
If servlet receives multiple requests, how many objects will it create?
Explain the features are in servlet 3?
How do we go with database connection and log4j integration in servlet?
What do you mean by cgi in servlet?
What is httpservlet class?
What is called Session Tracking?
Can you explain in detail 'javax.servlet' package?
What do you mean by filter in servlet?
Which interface must be implemented by all servlets?
What is the difference between portlet and servlet?
How to handle exceptions thrown by application with another servlet?
Explain the role of dispatcherservlet and contextloaderlistener.
What are the steps that are required to handle the multi-threading?
Is servlet a controller?