What is meant by vector class, dictionary class, hash table class, and property class?


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

Post New Answer

More Core Java Interview Questions

What is the r character?

0 Answers  


What is ellipsis in java?

0 Answers  


What is parameter example?

0 Answers  


If a method is declared as protected, where may the method be accessed?

0 Answers  


What is use of a abstract variable?

0 Answers  


What is finalize method?

0 Answers  


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  


write a class to input 2 points by the user & check the line maked by the points is horizontal,vertical or rectangle?

1 Answers  


What is a Hash Table? What are the advantages of using a hash table?

0 Answers   Ciena,


What is JVM ? use of JVM?

6 Answers   BVC, Tech Mahindra,


What do you mean by Function Overloading in java?

0 Answers   Impetus,


how do you store phone numbers using java collections

5 Answers   Bosch, IBAB,


Categories