Answer Posted / tejas.n.gowda
the act of passing an Exception Object to the runtime system
is called Throwing an Exception..
Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Can a constructor have different name than a class name in java?
What is parsing in grammar?
What are the limitations of procedural programming approach?
Explain java coding standards for interfaces?
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?
How to sort a collection of custom Objects in Java?
What is instance means in java?
What does nextint () do in java?
Why to use nested classes in java? (Or) what is the purpose of nested class in java?
What a static class can contains?
What are static blocks in java ?
What is string variable?
What is the difference between the direct buffer and non-direct buffer in java?
Can a private method of a superclass be declared within a subclass?
What is a native method in java programming?