Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Nullpointer exception is a very common exception. Why is it
not made as a checked exception?

Answers were Sorted based on User's Feedback



Nullpointer exception is a very common exception. Why is it not made as a checked exception?..

Answer / ravi jain

when some operation is done with an object which is not
initialized i.e. object is "null" than NullPointerException
occurs.

This exception is in category of unchecked exceptions because
instance are not available at compile time so how complier checks whether object is null or instantiated, so it is
treated as unchecked exception.

Is This Answer Correct ?    18 Yes 0 No

Nullpointer exception is a very common exception. Why is it not made as a checked exception?..

Answer / 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

More Core Java Interview Questions

What is implicit object in java?

0 Answers  


can u handle an error if u write Thowable in the catch class lise try { some errorneous code }catch(Throwable e){ ...}

4 Answers  


What are thread priorities and importance of thread priorities in java?

0 Answers  


write a code, we have two thread, one is printing even no and other print the odd no.

1 Answers   Global Logic,


What is the reflection?

0 Answers  


What is the role of the java.rmi.naming class?

0 Answers  


What one should take care of, while serializing the object?

0 Answers  


How do I get a substring?

0 Answers  


Give a briefing on the life cycle of a thread.

1 Answers  


Which list is sorted in java?

0 Answers  


Mention the default values of all the elements of an array defined as an instance variable.

0 Answers  


What are bind parameters?

0 Answers  


Categories