Can we add default constructor to Servlet?
Answer / 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 |
Can we use catch statement for checked exceptions?
What methodology can be utilized to link to a database?
Difference between arraylist and vector.
How do I stop concurrentmodificationexception?
Is finalize() similar to a destructor?
what is collatration?
program to find 25 square = 625 here the 625 of last two digits is equal to 25, i don't know excatly what this type of number is called
Explain thread life cycle in java?
Can a constructor be made final?
What are java packages? What's the significance of packages?
Define a package.
What is broken and continue statement?