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 |
Differentiate between get and post?
What is the use of attribute in servlets?
what is servlet life cycle?
What’s the use of the servlet wrapper classes??
How do you invoke a servelt?
Which method is called when reference variable is passed in system.net?
What is the servletconfig object?
In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify
how JSP can extend servlet or interface ...?
What is the difference between jsp and servlet life cycle?
Difference between java beans & servlets?
when the jsp page is translated to servlet?