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?

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the difference between yielding and sleeping? : Java thread

1006


How to create packages in java?

991


Can we define private and protected modifiers for variables in interfaces?

1126


Is java based on c?

1045


What is array pointers ?

1082


How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters in java programming?

1063


In which language java is written?

1028


What is broken and continue statement?

1059


Which software is used for java programming?

1078


Wha is the output from system.out.println(“hello”+null); ?

1211


What is function and method in java?

996


Tell me how many ways are there to initialise an integer with a constant.

1154


What is collection api?

1104


What is difference between string and stringbuffer?

1189


What is the static method?

1123