Java run-time system generates What class of exceptions?
Answer Posted / venkatesh
unchecked exceptions
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Can a static class implement an interface?
What is difference between arraylist and list in java?
Why we use methods in java?
How can we make a class singleton?
I want to re-reach and use an object once it has been garbage collected. How it's possible?
Can you create an object of an abstract class?
Is alive and join method in java?
Why java is called not pure object oriented language?
is there a separate stack for each thread in java? : Java thread
What is an abstract method in java programming?
What is tochararray in java?
what are Hostile Applets?
Write an algorithm for quick sort?
Is arraylist dynamic in java?
Is it possible to cast an int value into a byte variable? What would happen if the value of int is larger than byte?