What are the Advantages of HashMap over Vector?



What are the Advantages of HashMap over Vector?..

Answer / anu s pillai

Hashmap is faster than Vector.

Is This Answer Correct ?    6 Yes 2 No

Post New Answer

More Programming Languages AllOther Interview Questions

public static void main(String args[]) describe it

0 Answers  


Diffrence between 2.0,3.0,3.5,4.0. versions of .net?

0 Answers  


Write a function which accepts a sentence as input parameter.Each word in that sentence is to be reversed. Space should be there between each words.Return the sentence with reversed words to main function and produce the required output. for eg:- i/p: jack jill jung kill o/p: kcaj llij gnuj llik

0 Answers   Mind Tree,


What is the best action a system can take when deadlock is detected

2 Answers  


What is the difference between in-proc and out-of-proc?

2 Answers   Oracle,






How can you incorporate a Datawindow to a Oracle8i stored procedure?

0 Answers   IBM,


when we use mantis? how learn mantis?

0 Answers  


suppose we have ten members of a physical file but we want the output of last 5 members only.how to achieve that?

0 Answers   Bank Of America,


Create a class TicTacToe that will enable you to write a complete program to play the game of Tic-Tac-Toe. The class contains as private data a 3- by-3 double array of integers. The constructor should initialize the empty board to all zeros. Allow two human players. Wherever the first player moves, place a 1 in the specified square; place a 2 wherever the second player moves. Each move must be to an empty square. After each move determine whether the game has been won and whether the game is a draw. If you feel ambitious, modify your program so that the computer makes the moves for one of the players automatically. Also, allow the player to specify whether he or she wants to go first or second. If you feel exceptionally ambitious, develop a program that will play three-dimensional Tic-Tac-Toe on a 4-by-4-by-4

2 Answers  


WHat is execution in manual testing and when will we start execution and what language we use in execution

0 Answers  


Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once except for 2 numbers. Find the missing numbers.

0 Answers   Amazon,


what is integration testing in real time applications?

0 Answers   CTS,


Categories