Are any difference between write java programs with different application? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Are any difference between write java programs with different application?

I mean, I practice with NetBeans 8.2 and when I tried to execute the line System.out.printIn("Hi"); , the program indicated that was wrong, then when I look for suggestions I found the next code System.out.print("Hi"); and it works fine.

7th Mar 2018, 1:46 AM
Numa Herrera (Dante360)
Numa Herrera (Dante360) - avatar
1 Answer
+ 3
I've not noticed any differences in the 4 I've used. It is possible you had the wrong one of these: printIn or println. One has a captial i instead of the correct lowercase L. One of the beginner's codes I fixed did this and it took a while to figure out.
7th Mar 2018, 3:39 AM
John Wells
John Wells - avatar