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 (

- 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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!