0
Why do people say that java is easier than c++?
c++ has alot of easy ways for writing a code like if you want to print something you will just add cout <<" ";but in java you have to write a whole line that ends with println" ";? i really need an answere😳
7 Respuestas
+ 2
if you type "sout" without the quotation marks and then press Tab, your compiler should write System.out.println("");
+ 1
lol that actually sounds better. but you know what, java is more.... how do i put it.. like user friendly. especially for beginners.
0
java is an object oriented language
you can use the same codes in many programs
0
if u use eclipse, you can write sysout and then use ctrl+space you will get System.out.println()
0
I have learned c++ first and some moments in java looks inconvenient. So it's a matter of taste.
0
0
thankyou every one for answering
these are really nice informations😊