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...

In HashTable I am storing null value..then what is the
error it will show

Answer Posted / mvteja

Hashtable does not contain null value. if v try to store
null value, v will get the following error.




F:\Test>javac -d . Test.java

F:\Test>java a.b.c.Test
Exception in thread "main" java.lang.NullPointerException
at java.util.Hashtable.put(Unknown Source)
at a.b.c.Test.<init>(Test.java:18)
at a.b.c.Test.main(Test.java:27)

F:\Test>

Is This Answer Correct ?    16 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What modifiers may be used with an inner class that is a member of an outer class?

1117


What is the purpose of the wait(), notify(), and notifyall() methods?

1081


Will the general public have access to the infobus apis?

1119


What is ioc concept & explain it?

1138


What modifiers may be used with an interface declaration?

1189


What you mean by COM and DCOM?

1117


Why a client should be multithreading? Explain.

1133


What is Stream Tokenizer?

2322


Difference between DurableSubscription and non- DurableSubscription?

2234


Why doesn’t the focus feature on the tag work in every circumstance?

1171


What is message driven beam?

1120


what is a portable component?

2071


What state does a thread enter when it terminates its processing?

1122


What is JTS?

2431


What is table mutation and how do you avoid it?

2526