What is the difference between error and exception and
explain in simple words not whatever is given in the book.
Answer Posted / shridhar shelake
Errors are born during compile-time and which is detected
by programmer while Exceptions are born during Run-Time and
which is not detected by developer.
Is This Answer Correct ? | 16 Yes | 5 No |
Post New Answer View All Answers
Difference between character constant and string constant in java ?
How to Sort Strings which are given in List and display in ascending order without using java api.
Differentiate between static and non-static methods in java.
What do you mean by pointer value and address?
What is the difference between stored procedure & function?
If a method is declared as protected, where may the method be accessed in java programming?
What is an enumeration?
What is meant by main method?
Is it possible for a yielded thread to get chance for its execution again?
Can we override protected method in java?
What do you mean by flow of struts?
What is pre increment and post increment in java?
What is ellipsis in java?
What is the default size of load factor in hashing based collection?
What is difference between calling start() and run() method of thread?