Answer Posted / yogesh sanas
Hash Table is a type of data structure. It contains the key
value pairs. Each key is associated with its value.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Is there any limitation of using inheritance?
What are the various access specifiers for java classes?
What is the difference between assignment and initialization?
What's the difference between int and integer in java?
Tell some latest versions in JAVA related areas?
How do you use compareto method?
What is passed by reference and pass by value ?
What is scope & storage allocation of static, local and register variables? Explain with an example.
Define how destructors are defined in java?
State the difference between creating string as new () and literal.
What is meant by singleton class?
What is floor math?
Can we change the value of static variable?
What is the purpose of static methods and variables?
What are the main uses of the super keyword?