Answer Posted / vikneswarank
when we write code and try to execute the that code error
may be occur in runtime or complie time complie time error
nothing but syntex error we can easily set right by
reediting suitable code runtime error is exception. we can
handle the exception use Exception class which is belongs
to java.lang. package using this class handle the exception
(try catch) block
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can a vector contain heterogenous objects?
What is null statement?
Explain about assignment statement?
Is ruby built on java?
Is java owned by oracle?
Differece between class and generic class?
What is nullpointerexception in java?
What do you mean by access modifier?
Can we override constructor in java?
What is a boolean structure?
How do you create a first line indent?
What is hashset in java?
How many ways can an argument be passed to a subroutine and explain them?
How to calculate the length of a singly linked list in java?
Is there any way to skip finally block of exception even if some exception occurs in the exception block?