Question: public static void main(String[] args) { String a new String( Cloud); String b new String(Cloud); anotherMysteryFunction (a, b); System.out.println (a b); a) true b) false
public static void main(String[] args) { String a new String( "Cloud"); String b new String("Cloud"); anotherMysteryFunction (a, b); System.out.println (a b); a) true b) false c) not enough information
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
