Nullpointer exception is a very common exception. Why is it
not made as a checked exception?
Answer Posted / ajay kumar sharma
When a null value is passed to a method or a method
receieve null(nothing) value either a run time or vice-
versa, JRE or method will throw a nullpointer exception.
It is java's buit-in exception thrown at relevant time.
| Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
What Is Composition?
Can a class have multiple subclasses?
What ide should I use for java?
What is a lambda expression ? What's its use ?
Explain a situation where finally block will not be executed?
What is the same as procedures?
What is the difference between normal report & matrix report?
What is __ init __ functions?
What is the difference between the Reader/Writer class hierarchy and the InputStream/OutputStream class hierarchy?
How do you identify independent and dependent variables?
What is a numeric digit?
What is java full form?
What are the supported platforms by java programming language?
What is a java object and java application?
Where import statement is used in a java program?