R
Q. What is the output of the below Java code snippet?
char ch = 'A';//ASCII 65 int a = ch + 1; ch = (char)a; System.out.println(ch);
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. Identify the interface which is used to declare core methods in java?
Q. Thread priority in Java is represented as?
Q. What is the size of a float variable in Java?
Q. Which of these keywords is used by a class to use an interface defined previously?.
Q. What software compiles a Java Program?
Q. Which of these keywords are used to define an abstract class?.
Discusssion
Login to discuss.