+ 2

What will be the output of the given code? Try on your pc .

https://code.sololearn.com/cTD5Q8oUuk1T/?ref=app

5th May 2019, 3:19 PM
sandeep kumar
sandeep kumar - avatar
4 Antworten
+ 22
There is no output because you're print statements is included in your comment line. Try it now with correction public class Test{ public static void main (String args[]) { //hello //\u000d System.out.println("comment executed"); } }
7th May 2019, 3:31 PM
ron
5th May 2019, 3:51 PM
blACk sh4d0w
blACk sh4d0w - avatar
+ 3
Both lines are commented .... Hmm.....😶
6th May 2019, 1:31 AM
Sanjay Kamath
Sanjay Kamath - avatar
+ 1
I do not know what's going on and how it is possible .
5th May 2019, 3:29 PM
sandeep kumar
sandeep kumar - avatar