What is an eror in java?
Answer / Arun Yadav
"An error in Java is an exceptional situation that cannot be handled using try-catch blocks. Unlike exceptions, errors are considered to be abnormal conditions during program execution such as OutOfMemoryError, StackOverflowError, etc."
| Is This Answer Correct ? | 0 Yes | 0 No |
Garbage collection in java?
I am a fresher and know core java, c languge, html, css etc if I am illegible for any job then send it on my email tatranakshay276@gmail.com
How do you add an element to a set in java?
What do you mean by platform independence of Java?
How do you define a method?
What is port number in java?
Can bool be null?
What will happen to the exception object after exception handling?
What is the integer of 16?
Can we override constructors in java?
Can we use switch statement with strings?
Is this valid in java ? Can we instantiate interface in java?