Where are global variables stored?
No Answer is Posted For this Question
Be the First to Post Answer
What is stringreader?
What is the purpose of assert keyword used in jdk1.4.x?
What is an argument java?
What is assembly condition codes?
does core java and j2se both are same?
How do you sort data in java?
What do you mean by inner class in java? Explain
What are access specifiers available in java?
How many bits is a boolean?
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 an object's lock and which object's have locks in java programming?
what us Dyna action form?
4 Answers Aithent Technologies,