+ 1
console.log() v.s. System.out.println
When i first got into using Java, i was taught to display outputs using âconsole.log()â instead of âSystem.out.printlnâ is there a difference and should i switch over? Edit: Thanks Lisa, I understand now that theyâre 2 separate languages with different phrases for output.
1 Answer
+ 3
Javascript and Java are 2 DIFFERENT LANGUAGES.
Do not confuse Javascript and Java.