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 |
Explain get and post.
What is session variable in servlets?
What do you mean by httpservlet and how it is different from the genericservlet?
can we override service method in my servlet class..?? if yes or no why ??
Write a simple servlet program to print the contents of html.
What is servlet attributes and their scope?
How do you invoke a servelt?
What are the annotations used in servlet 3?
what are the way a client can be tracked?
i need connection pooling code.....from harpreet.your@gmail.com
How do you deal property files in servlet?
What are the drawbacks of cgi?