Question: 1. What values does counter variable i assume when this loop executes? for(inti=20;i>=2;i=i6){Sxstemoutirint(i+i+,); a. 20,14,8,2,4 b. 20,14,8 c. 14,8,2 d. 20,14,8,2 2. Which of the

1. What values does counter variable i assume when this loop executes? for(inti=20;i>=2;i=i6){Sxstemoutirint(i+i+,"); a. 20,14,8,2,4 b. 20,14,8 c. 14,8,2 d. 20,14,8,2 2. Which of the following option leads to the portability and security of Java? a. Bytecode is executed by JVM b. The applet makes the Java code secure and portable c. Use of exception handling d. Dynamic binding between objects 3. How many times does the following for loop execute? for (int i=1;i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
