What is the meaning of flag day?
No Answer is Posted For this Question
Be the First to Post Answer
which one is performance wise advantageious from List,Set,Map?
What is a numeric digit?
Does constructor return any value?
can any one tell me what is advantage of encapsulation
How can final class be used?
GoldMansachs Interview process....
What modifiers may be used with a top-level class?
Is empty set an element of empty set?
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); } }
Is int a class in java?
what is interface in java? Explain
What is package private scope in java?