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
What language is java written?
Why scanner is used in java?
What is internal iteration in java se 8?
What is difference between stringbuffer and string?
Is java platform independent?
Why put method is idempotent?
What’s the difference between the methods sleep() and wait()?
What ide should I use for java?
What does localhost mean?
What are invisible components?.
Why doesn't the java library use a randomized version of quicksort?
How can you traverse a linked list in java?
What is the main method java?
how come we know the object is no more used in the class?
Why is the main method declared static?