How to decrease number of hashings in has
Answer / 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 |
What do you mean by access modifier?
What are Transient and Volatile Modifiers?
3 Answers SAP Labs, TUP Manila,
Define class?
What are exception handling keywords in java?
write SQL command for table employee where print first name or last name start like "A" and who is working in domain(angular js,java,dotnet)
How is object created in java?
Is void a data type?
What is audio clip interface? Name few methods of it ?
Can applet in different page/s communicate with each other?
What is io stream in java?
How will you communicate between two applets?
what is meant wrapper classes?