What are the Abstract Classes provided by Java?
Answer Posted / pj
1.GenericServlet is one.
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
Why to use nested classes in java? (Or) what is the purpose of nested class in java?
How can we make sure main() is the last thread to finish in java program?
How do you override a private method in java?
Explain the protected field modifier?
What are the methods of object class ?
how to write a program for sending mails between client and server
Is constructor inherited?
What is the difference between static method and instance method in Java?
What is type parameter in java?
What is qms certification?
What are the high-level thread states in java programming?
What does yield method of the thread class do?
What do you mean by light weight and heavy weight components?
If system.exit (0); is written at the end of the try block, will the finally block still execute?
Explain about fail safe iterators in java?