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
What does percent mean in java?
What is method overloading in java ?
Can a source file contain more than one class declaration?
Why is serialization required?
Is char a method in java?
What are the four corner stones of oop?
What’s the difference between the methods sleep() and wait()?
Java is Pass by Value or Pass by Reference?
What is time complexity java?
What is a static class in java?
How do you start a thread?
Can we assign null to double in java?
What is the difference between final, finally and finalize()?
What is meant by method overriding?
What are recursive functions?