Question: Language is Java. Thank you.It is a review test and I will find out the rest if I just know that answers. 1) What is

Language is Java. Thank you.It is a review test and I will find out the rest if I just know that answers.
1) What is the output of the following code: public class Test public static void main(String] args) [ String s1 new String("Java String s2 new String("Java) System.out.print( (s1 s2)(s1.equals (s2))) A) false false B) true true C) false true D) true false E) None of the above 2) Given the following program: public class Test f public static void main(String[] args) for (int i -0; i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
