Explain the difference between treeset and treemap in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is variable declaration and definition?
Can you declare a static variable in a method?
What is the hashcode () and equals () used for?
how to prepare for IT Officers Interview in Banks
0 Answers TATA, Tata Steel Limited,
How big is a 64 bit float?
What is the difference between stored procedure & function?
Where local and global variables are stored?
In Java, what’s the purpose of static methods and static variables?
I declared main() method as private. But it still running and displaying the output. Please Answer it . Code Snippet as Below: import java.io.*; class over { private static void main(String[] args) { int high = Integer.MAX_VALUE; int overflow = high + 1; int low = Integer.MIN_VALUE; int underflow = low - 1; System.out.println(high + "\n" +overflow +"\n"+ low +"\n"+underflow); //System.out.println(overflow); //System.out.println(low); //System.out.println(underflow); } }
Explain about arraylist?
What is the difference between this() and super()?
relation between list and linked list