Answer Posted / devarathnam
Hi... yes ,"try" statements can be nested, but each try
must be having the one "catch" statement.Without "catch"
and "finally" statements ,"try" statement will be illegal
Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Give some features of interface?
Difference between string s= new string (); and string s = "abv";?
What are the actions that can occur when a thread enters blocked state?
What are the basic interfaces of java collections framework?
What are functions in java?
How do you remove an object from an arraylist in java?
Is hashmap thread safe?
What occurs when an object is constructed?
How many functional interfaces does java 8 have?
How does multithreading take place on a computer with a single cpu?
What kind of variables a class can consist of?
Can you sort a list in java?
What is the base class of all exception classes in java?
What is try-with-resources in java?
Define array. Tell me about 2-D array.