What is “try and catch” in java

Answers were Sorted based on User's Feedback



What is “try and catch” in java..

Answer / guest

WHILE DEVELOPING THE PROJECTS ,EXCEPTIONS ARE RAISED.THE
EXCEPTIONS ARE CALLED THE RUN TIME ERRORS.THE EXCEPTIONS ARE
VERY USEFUL WHILE DEVELOPING THE PROJECTS BECAUSE THE
"ROBUST" FEATURE IS COMES FROM THIS EXCEPTION CNCPT.WHILE
DEVELOPING THE PROJECTS, TRY BLOCK IS USEFUL TO THE
EXCEPTION IS LIKELY OCCURED IN THAT BLOCK THT BLOCK IS
PLACED INSIDE THE TRY BLOCK.THAT RAISED EXCEPTIONS ARE CATCH
AT THE CATCH BLOCK.TR7Y BLOCK IS CALLED THE EXCEPTION RAISER
ALSO AND THE CATCH BLOCK IS CALLED THE EXCEPTION HANDL;ER BLOCK

Is This Answer Correct ?    16 Yes 0 No

What is “try and catch” in java..

Answer / reshma

TRY AND CATCH BLOCKS ARE USED FOR EXCEPTION HANDLING SOMETIMES PROGRAMMER GIVE WRONG INPUT THEN EXCEPTION OCCCUR,IN TRY BLOCK WE LOGIC OF PROGRAM IS WRITTEN WHERE EXCEPTION OCCURED THAT EXCEPTOINS ARE THROWN TO CATCH BLOCK.CATCH BLOCK CATCHES THE EXCEPTION THROWN BY TRY BLOCK.

Is This Answer Correct ?    7 Yes 1 No

Post New Answer

More Core Java Interview Questions

what is heap memory?

0 Answers   Tavant Technologies, Zensar,


Why put method is used?

0 Answers  


What is io stream in java?

0 Answers  


how many types of cloning?

4 Answers   Mobily,


How java is similar to c?

0 Answers  






What is a pointer and does java support pointers?

0 Answers  


What is the protected method modifier?

0 Answers  


What does business logic mean?

0 Answers  


Explain your academic project?

2 Answers   Accenture, Levonsys, SDF, TCS, Tech Mahindra,


Give example to differentiate between call by value and call by reference.

0 Answers   TCS,


What is Garbage Collection in Java

0 Answers   Wipro,


What is primitive data type in java?

0 Answers  


Categories