S
Q. What will be the output of the following Java program? class Output { public static void main(String args[]) { Double i = new Double(257.5); Double x = i.MIN_VALUE; System.out.print(x); } }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Predict the output of following Java program.
Q. How do you find the index of the last occurrence of a substring in a string in Java?
Q. What does the "void" keyword indicate in a method declaration?
Q. Which allows the storage of a null key and null values?
Q. Which of the following method call is valid to obtain the server's hostname by invokingan applet?
Q. What is the error in this code? byte b = 50; b = b * 50;
Q. Under what circumstances might you use the yield method of the Thread class
Discusssion
Login to discuss.