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 append in java?
What are the java ide's? Explain
What is a final class in java?
what is the difference between java and j2ee... is that can i work j2ee on net beans IDE 6.0
Write the code for Palindrome ?
What is an example of procedure?
Why operator overloading is not in Java?
What are the different ways to handle exceptions?
What are data structures in java?
Why is singleton class used?
What is the difference between double and float variables in java?
class a extends b { } class b extends a { } why java doesn't support cyclic pls explain me with example