Here is the question The question is regarding firth option
Code: Select all
System.out.println(2+"");
Code: Select all
Integer.toString
p.s. If it was just
Code: Select all
System.out.println(2);
Moderators: Site Manager, fjwalraven
Code: Select all
System.out.println(2+"");
Code: Select all
Integer.toString
Code: Select all
System.out.println(2);
Users browsing this forum: No registered users and 12 guests