R
Q. What will be the output of the following Java code? class asciicodes { public static void main(String args[]) { char var1 = 'A'; char var2 = 'a'; System.out.println((int)var1 + " " + (int)var2); } }
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 of these is a type of variable in Java?
Q. Which driver uses ODBC driver to connect to the database?
Q. In Java, what is the purpose of the endsWith() method of a String object?
Q. When you read your e-mail, you are viewing _________ data.
Q. Size of float and double in Java is
Q. Which of these class is used to read characters in a file?
Discusssion
Login to discuss.