Answer Posted / priyanka verma
exception are run time error which a programmer usually do not except, they occur accidently which may result in abnormal termination of the program.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are internal and external variables?
Why does java not allow multiple public classes in a java file ?
What is stringwriter?
What is wrapper class example?
Can a private method of a superclass be declared within a subclass?
Can we execute a program without main() method?
Why hashcode is used in java?
What are desktop procedures?
Can a class be private in java?
What is use of map in java?
How can we find the actual size of an object on the heap?
Difference between object instantiation and construction ?
Which of the following classes will have more memory allocated?
Are variables stored in ram?
What is a default method?