Answer Posted / chitraraman
Error in java means the mistake done buy the programmer
logically or syntatically.
Exception is an error thrown by java impllctly like
IOException,Array out of bound Exception
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is the basic concept of java?
What is externalizable?
What does this () mean in java?
Write a program to find the whether a number is an Armstrong number or not?
What is the indent key?
When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?
what is heap memory?
How do you reverse a string in java?
Can we split string with in java?
What do you mean by stack?
List some important features of java 10 release?
What is boolean in java?
Can we override the overloaded method?
What is maximum size of arraylist in java?
Can private class be extended java?