What is try?
Submitted by: AdministratorA Java keyword that defines a block of statements that may throw a Java language exception. If an exception is thrown, an optional catch block can handle specific exceptions thrown within the try block. Also, an optional finally block will be executed regardless of whether an exception is thrown or not.
Submitted by: Administrator
Submitted by: Administrator
Read Online J2SE Job Interview Questions And Answers
Top J2SE Questions
☺ | What is thin client? |
☺ | What is JNDI? |
☺ | What is subarray? |
☺ | What is delegation? |
☺ | What is thread? |
Top Java Programming Language Categories
☺ | Core Java Interview Questions. |
☺ | Hibernate Interview Questions. |
☺ | Advanced Java Interview Questions. |
☺ | IBM WebSphere Interview Questions. |
☺ | Spring Framework Interview Questions. |