S
Q. What will be the output of following java code?
public class Test{ public static void main(String args[]){ System.out.print(""==""); System.out.print(" "); System.out.print("A"=="A"); System.out.print(" "); System.out.print("a==A"); } }
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. What is Remote method invocation (RMI)?
Q. What is the output of the Java Program?
Q. What is the value of the expression 5 + 2 == 7 && 4 > 3 in Java?
Q. In Java, can a "try" block have multiple "catch" blocks?
Q. What is the result of a Narrowing type conversion?
Q. Which method in Java is used to check for NaN values?
Q. In Java, which data type is used to store numbers with decimal points?
Q. User defined exception can be created using _________ class.
Discusssion
Login to discuss.