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
Is it possible to compare various strings with the help of == operator? What are the risks involved?
Why map is used in java?
What are "methods" and "fields"?
Explain about member inner classes?
What is a list in java?
Explain when we should make an instance variable private.
Which class cannot be a subclass in java?
Define a package.
What will be the default values of all the elements of an array defined as an instance variable?
What are passing parameters?
What is the buffer limit?
What data type is a string?
Explain the difference between hashmap and hashtable in java?
Can a serialized object be transferred via network?
What are the main uses of this keyword?