What is entry set in java?



What is entry set in java?..

Answer / Ravindra Kumar Singh

In Java, the Entry interface is part of the Map interface. It represents a single mapping entry within a map, containing both a key and its associated value.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

WHAT IS THE MEANING OF ALL TYPE OF BUZZWORDS?

4 Answers  


String is an immutable object. Then how can the following code be justified. String s1 = ?ABC?; String s1 = s1+?XYZ?; s.o.p(s1); The output is ABCXYZ, which is the value of s1 ?

6 Answers   Flextronics, Keane India Ltd,


what is the difference between HashMap and Hashtable

17 Answers   Value Labs, Virtusa,


Write a function for palindrome and factorial and explain?

1 Answers   Honeywell, Huawei, Zomato,


how is final different from finally and finalize in java?

1 Answers   DELL,


What is type parameter in java?

1 Answers  


Can an unreachable object become reachable again?

3 Answers  


explain System.out.println

107 Answers   Calpine Technologies, Care, Cognizant, CTS, IBM, IBS, LibSys, Oracle, Spiro Solutions, TCS,


Can we define package statement after import statement in java?

1 Answers  


Java run-time system generates What class of exceptions?

2 Answers   TCS,


How can we avoid including a header more than once?

1 Answers   Fidelity,


How do you load an HTML page from an Applet ?

2 Answers  


Categories