Answer Posted / sonam
Exception is just like a condition which is caused by run
time in program.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is difference between protected and private?
What is set in java?
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?
how to create multithreaded program? : Java thread
What is ++ a in java?
What is final variable?
What are the parts of a method?
What should I import for arraylist in java?
Can we force the garbage collection to run?
What is Java Reflection API? Why it’s so important to have?
What is a boolean output?
Why are the destructors for base class and derived class called in reverse order when the program exits
what is the difference between Object Based Language and Object Oriented Language?
In java how do we copy objects?
what state does a thread enter when it terminates its processing? : Java thread