Can we add default constructor to Servlet?
Answer Posted / balbir
yes,we can. by the way java implicitly create a constructor
if we not passing any constructor.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What java ide should I use?
Explain thread in java?
How does callback work in java?
Can a class be private in java?
How we create object in copy constructor?
Explain illegalmonitorstateexception and when it will be thrown?
Why you should not use singleton?
Can static method access instance variables ?
Can we override the overloaded method?
What are format specifiers in java?
What is a bufferedreader?
What is unsigned char?
Why is it called buffering?
How do you join strings in java?
Java is Pass by Value or Pass by Reference?