Is map ordered in java?
No Answer is Posted For this Question
Be the First to Post Answer
when i write string s1="java"; in one program(application) and string s2="java"; in another application on the same jvm will both objects s2,s2 will refer to same memory location where "java" is stored in string pool.
What is the minimum and maximum length of an identifier?
what is the major difference between linkedlist and arraylist in java?
How do you sing an Applet ?
when should you use stringbuilder class in a program?
What is the purpose of having the concept of overloading?
What is advantage of java?
What is the purpose of sizeof operator?
Can we clone singleton object in java?
How we can skip finally block of exception even if some exception occurs in the exception block in java?
how to handle a singleton service locator. when multiple threads are trying to get the singleton object in same time
What does it mean to be immutable?