What is the size of integer?
No Answer is Posted For this Question
Be the First to Post Answer
What is polymorphism and what are the types of it?
What does a za z0 9 mean?
List primitive java types?
What is default specifier ??? Use of default specifier ???
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); } }
How dead lock situation occurs in java and how you can identify it?
What is the synonym of procedure?
What is regex java?
can we overload main method?
What are singleton services?
What is the difference between throw and throws?
What is the main purpose of java?