Why do people say that java is easier than c++? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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😳

1st Aug 2016, 10:02 PM
shikamaru nara
shikamaru nara - avatar
7 Réponses
+ 2
if you type "sout" without the quotation marks and then press Tab, your compiler should write System.out.println("");
2nd Aug 2016, 3:58 AM
Barra
Barra - avatar
+ 1
lol that actually sounds better. but you know what, java is more.... how do i put it.. like user friendly. especially for beginners.
1st Aug 2016, 10:33 PM
Aquarius
Aquarius - avatar
0
java is an object oriented language you can use the same codes in many programs
2nd Aug 2016, 3:02 PM
Mohd Hussain Dashtee
Mohd Hussain Dashtee - avatar
0
if u use eclipse, you can write sysout and then use ctrl+space you will get System.out.println()
3rd Aug 2016, 4:19 AM
The Eagle
The Eagle - avatar
0
I have learned c++ first and some moments in java looks inconvenient. So it's a matter of taste.
5th Aug 2016, 8:06 PM
Avispa
0
5th Aug 2016, 8:43 PM
shikamaru nara
shikamaru nara - avatar
0
thankyou every one for answering these are really nice informations😊
5th Aug 2016, 8:49 PM
shikamaru nara
shikamaru nara - avatar