List out five keywords related to exception handling ?



List out five keywords related to exception handling ?..

Answer / Lal Singh Garbyal

["try", "catch", "finally", "throws", "Exception"]

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is defined as false sharing in the context of multithreading?

1 Answers  


Why is it called a string?

1 Answers  


Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?

1 Answers  


Differentiate between == and equals().

1 Answers  


What are data types in programming?

1 Answers  


How to sort an unsorted array in java?

1 Answers  


What is Classloader in Java?

1 Answers  


Why do we need singleton class?

1 Answers  


Can you extend singleton class?

1 Answers  


What is a generic code?

1 Answers  


Which of the classes will have more memory allocated?

1 Answers  


How do we access static members in java?

1 Answers  


Categories