What is the difference between throw and throws?
Answer Posted / rajanani
'throw' is declare the exception and throws is defined the
exception
| Is This Answer Correct ? | 3 Yes | 7 No |
Post New Answer View All Answers
In Java list the methods that can be overridden?
Is string an object?
Explain java coding standards for variables ?
What are the advantages of passing this into a method instead of the current class object itself?
Write a program to find maximum and minimum number in array?
How to print an arraylist in java?
How do you declare an array that will hold more than 64KB of data?
How do you escape in java?
What does method mean?
What is the default value of float and double datatype in java?
What is an off by one error in java?
What is a Null object?
What is meant by polymorphism?
What is the difference between variable & constant?
What is void class in java?