What compiler do not do if we create our own constructor?
Answers were Sorted based on User's Feedback
Answer / purnima
the compiler does not create a default constructor if we
create our own constructor
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / qim2010
The compiler check the java code. If it founds no constructor for the class then JVM automatically creates the default constructor.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
Can you create a deadlock condition on a servlet?
can i modify the data which are generated by the servlet
How can we upload the file to the server using servlet?
What is the process for chaining servlet?
What is the importance of init() method in Servlet ?
Why do we have servlet filters?
Explain the servlet filter.
What do you mean by request dispatcher in servlet? Also explain its methods.
Which exception is thrown if the servlet is not initialized properly?
How is an application exception handling is done using a servlet?
What is the difference between portlet and servlet?
What are session variable in servlets?