What is java util hashmap?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What is the life-cycle of an object?

2 Answers   Broadridge, Syntel,


Can we use a switch statement with strings?

0 Answers  


Give a brief description of java socket programming?

0 Answers  


What the difference is between execute, execute Query, execute Update?

0 Answers  


State the significance of public, private, protected class?

0 Answers  






java program with complete 4 oops concepts implemented example

0 Answers   Infosys, NIIT,


What is non static block in java

10 Answers   Emphasis, Ness Technologies,


If I will write String s=new String("XYZ"); String s1=new String("XYZ"); if(s.equals(s1)){ sop("True"); } else{ sop("False"); } This program will give me "True". But When I am creating my own class suppose class Employee{ public Employee(String name); } Employee e= new Employee("XYZ"); Employee e1 = neew Employee("XYZ"); if(e.equals(e1)){ sop("True"); } else{ sop("False"); } Then it will give the output as "False". Can I know what is happening internally?

5 Answers  


What does you mean in math?

0 Answers  


From the two, which would be easier to write: synchronization code for ten threads or two threads?

0 Answers  


What is lifetime variable?

0 Answers  


What are order of precedence and associativity, and how are they used?

1 Answers  


Categories