What do you mean by ordered and sorted in collections in java?
No Answer is Posted For this Question
Be the First to Post Answer
What are the advantages of exception handling?
What do you know about the garbage collector?
What is Runtime class and its purpose?
Define jre i.e. Java runtime environment?
What is the immediate parent class of the Applet class?
can we add two numbers without using arthematic operators? if possible how?
Why is the type for real numbers called double?
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 identifier give example?
How does the java compiler work?
What is the difference between method and constructor ?
a thread is runnable, how does that work? : Java thread