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 |
What is the purpose of having the concept of overloading?
What is difference between public static and void?
What is a 16 bit word?
how to know the total memory occupied by the objects in the ArrayList(Array list may contain duplicate objects)
In the HashMap, we know the values but we dont know the key, then how can we get the key from HashMap ?????
What are the different types of java?
Difference between a MenuItem and a CheckboxMenuItem?
Can an object subclass another object?
How is Garbage collection done in Java?
Why java is a platform independent? Explain
what is domain object
Can we create an object of static class in java?