S
Q. What will be the output of following java code?
public class Test{ public static void main(String... args){ int a=5 , b=6, c=7; System.out.println("Value is "+ b + c); System.out.println(a + b + c); System.out.println("String " + (b+c)); } }
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. Which maintains insertion order?
Q. What is the value of double consonant 'E' defined in Math class?
Q. Which one of the following is a valid identifier in java?
Q. What is the purpose of the "implements" keyword in Java?
Q. Which among the following is a Logical Unary NOT operator in Java?
Q. A SWITCH case statement in Java is a ___ control statement.
Discusssion
Login to discuss.