What happens if an exception is not caught?
Answer Posted / joo
statement goes to another try block or statement must go
to finally bloxk
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How do I remove a character from a string in java?
What are different types of inner classes ?
Can a class declared as private be accessed outside it’s package?
What is unicode full form?
What is the java reflection api? Why it’s so important to have?
Is namespace same as package in java?
What one should take care of, while serializing the object?
Is boolean a data type in java?
Difference between string s= new string (); and string s = "abv";?
Can a final variable be manipulated in java?
How arrays are stored in memory in java?
Why vector class is used?
Difference between method overloading and overriding.
What are internal and external variables?
How do you use compareto?