What is a protected class in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is the USE of Null interfaces ??...if thers nothing inside these interfaces how are they used and WHy are they used ???? No 1 has given a proper description yet
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 many bits does a boolean take?
Life Cycle of Thread
What is the difference between JDK and JVM?
strings in java are objects.why?
What is Java Shutdown Hook?
What is integers and example?
Can java arraylist hold different types?
Is a char always 1 byte?
Define reflection.
Define a java class.