Linked List Test Part 1
star
star
star
star
star
Last updated almost 2 years ago
6 questions
1
What is the output of the code?
String a = "abcdef";String b = a;System.out.println(b);
What is the output of the code?
String a = "abcdef";
String b = a;
System.out.println(b);
1
1
1
1
1