Home / Programming MCQs / JAVA MCQs / Question
R
Q. what is the output of below java program?
public class Main { public static void main(String[] args) { int a = 'a'; System.out.print(a); } }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
An Enhanced FOR loop in Java misses ___ and __ compared to the old-style FOR loop.
nextIndex() and previousIndex() are methods of which interface?
What is the output of the below Java program with SWITCH and Strings?
What is the output of this Java snippet? int a = 0b111; System.out.println(a);
Which HTTP Request method is non-idempotent?
What is the output of this program?
Which of the following step establishes a connection with a database?
Discusssion
Login to discuss.