11. String a = null; 12. a.concat(“abc”); 13. a.concat(“def”); 14. System.out.println(a);
Show comments for this question (1) Add comments Link to this question