How do you do descending order in java?
No Answer is Posted For this Question
Be the First to Post Answer
what is multitherading
Explain the hierarchy of java exception classes?
What is main in java?
Explain about doubly linked list
0 Answers Aditi Placement Service,
What is the immediate parent class of the Applet class?
How do you remove an object from an arraylist in java?
What is an enumeration?
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); } }
What is CardLayout?
What is the base class for error and exception?
What is a variable in java?
How many ways can we create the string object?