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 is the inheritance?
Why string is called as immutable?
What is meant by method overriding?
What is object class in java?
what do you mean by classloader?
Write java program to reverse string without using api?
Can an arraylist be empty?
How is it possible in java programming for two string objects with identical values not to be equal under the == operator?
What is java reflection?
What do you know about java?
When the constructor of a class is invoked?
What is constant in programming?
What is the size of integer?
How big is a 64 bit float?
What is array list in java?