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 |
Is hashset sorted in java?
What is the difference between reader/writer and inputstream/output stream?
How do you read a char in java?
Is the empty set a singleton?
What are different type of exceptions in java?
What is java reflection?
What is update method and when it is called?
Can we override the main method?
How you can create a radio buttion using Checkbox class?
What is a java predicate?
What are the data types supported by java?
For class CFoo { }; what default methods will the compiler generate for you>?