I have a test tomorrow over Java, and I have been practicing with Javabat.com. My question concerns the difference in printing with Java and javascript.
In Javascript (or using Javabat) I would say:
return "true";
In java, is this right:
System.out.prin t ("true");
I tend to confuse the puntuation, so I want to clear this up before tomorrow, but our book uses javascript too.
--------
Thanks you in advance!
In Javascript (or using Javabat) I would say:
return "true";
In java, is this right:
System.out.prin t ("true");
I tend to confuse the puntuation, so I want to clear this up before tomorrow, but our book uses javascript too.
--------
Thanks you in advance!
Comment