What is navigable map in java?
No Answer is Posted For this Question
Be the First to Post Answer
I have a string like _a01_a02_a03_ and another string like _2_1.5_4_ as input.I want to extract a01,a02... to a string array and 2,1.5,etc to a double array with a01 corresponds to 2 and a02 to 1.5 etc. Need code in core java.. Can you do it?
How do you escape a string?
What are the types of java?
What is string in java is it a data type?
How do you compare arrays in java?
Can we serialize static variables in java?
What is the format of Inner Class after it compiled?
Difference between ‘is-a’ and ‘has-a’ relationship in java?
What is map and hashmap? also tell the difference.
Why enumeration is faster than iterator?
What are unchecked exceptions in java?
Write a program to print fibonacci series up to count 10.