Java Package
© examsiri.com
Question : 5 of 16
Marks:
+1,
-0
Given:
Which two code fragments, inserted independently at line 3, generate the output 4247? (Choose two.)
1. public class TestString3 {
2.   public static void main(String[] args) {
3.    /* insert code here*/
5.    System.out.println(s);
6.   }
7. }Which two code fragments, inserted independently at line 3, generate the output 4247? (Choose two.)
Go to Question: