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 |
WHAT IS THE MEANING OF ALL TYPE OF BUZZWORDS?
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?
What is type parameter in java?
Can an unreachable object become reachable again?
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?
Java run-time system generates What class of exceptions?
How can we avoid including a header more than once?
How do you load an HTML page from an Applet ?