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
How a variable is stored in memory?
What is the difference between equals() and == in java?
What are the two main uses of volatile in Java?
What is use of static method?
What is difference between array and vector?
Which keyword specify that a variable is effectively final ?
What is the synonym of procedure?
Why collection doesn’t extend cloneable and serializable interfaces?
Why java is considered as platform independent?
what is encapsulation in java? Explain
What is port number in java?
What is a hashmap used for?
List implementations of list interface?
What is entry in java?
What does mean in regex?