Keywords in Exceptions?

Answers were Sorted based on User's Feedback



Keywords in Exceptions?..

Answer / shakir khan

try,catch,finally,throw,throws

Is This Answer Correct ?    7 Yes 0 No

Keywords in Exceptions?..

Answer / she

try,catch,throw,throws,finally

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is the difference between throw and throws keywords?

0 Answers  


23. Storage space in java is of the form Stack Queue Heap List 24. What is java code embedded in a web page known as Applets Servlets scriptlets snippets 25. Which of the following attributes are compulsory with an <applet> tag?. code,height & width. 26. What does 'CODEBASE' in an applet tag specify?. Files absolute path.

0 Answers   TCS,


What is overloading and overriding in java?

0 Answers  


What are the various access specifiers in java?

0 Answers  


What will happen if non-synchronized method calls a static synchronized method and what kind of lock it acquires?

0 Answers  






Can an anonymous class be declared as implementing an interface and extending a class in java programming?

0 Answers  


How a string is stored in memory?

0 Answers  


What is the instance of an object?

0 Answers  


What is a method in java?

0 Answers  


Are arrays immutable in java?

0 Answers  


What does ide stand for?

0 Answers  


What is the constructor?

0 Answers  


Categories