Question: - 1. What is i printed? 1) public class Test ( public static void main(String[] args) int j = 0; int i = ++y +
- 1. What is i printed? 1) public class Test ( public static void main(String[] args) int j = 0; int i = ++y + * 5: System.out.println("What is i? " + 1); } A) 1 B) 6 C) 0 D) 5 2) 2. A Java character is stored in A) one byte B) two bytes C) three bytes D) four bytes 3) 3. The Unicode of 'a' is 97. What is the Unicode for 'c'? A) 96 B) 97 C) 98 D) 99 4. Analyze the following code. int count - 0; while (count
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
