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
how can you catch multiple exceptions in java?
What are the Class Libraries ?
Can you create an object of an abstract class?
When can we say that threads are not lightweight process in java?
Why we do exception handling in java and how many types of exceptions are there?
Hi all, I am dng a mini project on FileSplitter application which splits the GBs of logfile into Smaller chunks(mbs) depending on the split size." How to handle GBs file? I am getting OutOfMemoryException, when I input such GB sized file. Thx
What is number data type in java?
Explain importance of finally block in java?
How an object is serialized in java?
What does %4d mean in java?
How thread scheduler schedule the task?
What is anti pattern in programming?
What are the advantages of assembly language?
When is the arraystoreexception thrown?
When the constructor of a class is invoked?