December Code

December Code / Try Java

Try Java

No account needed. Answer, see why, move on.

1 of 3 today

Stringseasy

What does this Java code print?

String s = "java";
s.replace('a', 'o');
s.concat("!");
System.out.println(s);
Choose one option
choose an option

Nothing here is saved. Create a free account to keep your progress, take an assessment and get your readiness score.