Question: QUESTION 12 a Will the following code compile? What will print out? 1. public class test{ 2. public static void main(String[] args) { 3. class1
QUESTION 12 a Will the following code compile? What will print out? 1. public class test{ 2. public static void main(String[] args) { 3. class1 c = new classi ("Ali"); } 4. } 5. class classif 6. private String name; 7. classi() { 8. name = "Unassigned" ; 9. System.out.print("The name is" + name) ; 10. 1 11
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
