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
What is difference between Heap and Stack Memory?
Difference between java and javascript
What is the java project architecture?
What is difference between local variable and global variable?
Can a lock be acquired on a class in java programming?
I want to store more than 10 objects in a remote server? Which methodology will follow?
What is the flag in java?
Does .length start 0 java?
How do you end a program?
How do you convert int to char in java?
Explain hashset and its features?
What are dot operator queries?
What do you mean by of string::valueof expression in java 8?
What type of variable is error flag?
What is the difference between overriding and overloading in OOPS.