how can we synchronize Hash map?

Answer Posted / vikram kc

Collections.synchronizedMap(hashMap)

Is This Answer Correct ?    18 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

public class Test { public static void main(String[] args) { int countA = 0; int countB = 0; int countC = 0; int countD = 0; int countE = 0; int countF = 0; int countG = 0; int countH = 0; int countI = 0; int countJ = 0; int countK = 0; int countL = 0; int countM = 0; int countN = 0; int countO = 0; int countP = 0; int countQ = 0; int countR = 0; int countS = 0; int countT = 0; int countU = 0; int countV = 0; int countW = 0; int countX = 0; int countY = 0; int countZ = 0; } } Can anybody tell me any alternate solution(like loop or something) to automate this initialization process. Ex:- for(char chr='A';chr<='Z'; chr++) { (int) String "count"+chr = 0; }

1849


What is the difference between member variables initialization and assignment in a constructor?

667


What language is java written?

541


What does substring mean?

515


What is tostring () method?

546






Can bool be null?

527


What is the best definition for data?

523


State the significance of public, private, protected class?

655


Can we use both this () and super () in a constructor?

556


What happens if we override private method?

528


Can we cast any other type to boolean type with type casting?

543


What is the relationship between clipping and repainting under awt?

617


What is garbage collection? What is the process that is responsible for doing that in java?

663


What is a class reference?

555


What is garbage collection? Can it be forced to run?

543