Answer Posted / gajendra
Specifying the initial capacity and load factor at the time
of declaration of Hashtable/HashMap will decrease the
number of hashings.
Hashtable ht=new Hashtable(15,0.75);
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is constructor and its types?
Describe what happens when an object is created in java ?
Hi friends am new to java. I read jar file means collection of java files. For executing struts application what are the necessary jar files. " struts.jar " file contains what. can u explain
In java how do we copy objects?
Explain about member inner classes?
What is the difference between a vector & an array list?
What is class??
What is private protected in java?
What is difference between variable declaration and definition?
What is an infinite loop? How infinite loop is declared?
Which number is denoted by leading 0x or 0x in java?
What do you understand by overloading and overriding in java?
What is variable explain?
What are the different access modifiers available in java?
What is the difference between quicksort & mergesort? When should they be used? What is their running time?