+ 1
Is it okay to start programming with java?
I have this question, I'm starting at programming with java so I don't know if it's the right place to start
5 Antworten
+ 20
I started with Java. Learning Java is also a great opportunity to learn OOP. So, I think this is the right choice.
+ 4
Thanks Jan Markus
+ 3
Yes, you can start with Java. It may not necessarily be the best first language, though. It depends on the individual. (However, I do know one 10-year-old girl who started with Java.)
Java is an almost pure object-oriented language. Object orientation can be challenging for beginners. Moreover, Java makes object-oriented programming (or OOP) rather more complicated than it needs to be. It has a lot of boilerplate. It has notions of public/private/protected. Its constructors can be hard to understand.
That’s why I recommend beginners learn Smalltalk as their first language. I have gone through one article which specifies best way to learn java:- http://crbtech.in/Java-Training/best-way-go-learning-java/
+ 3
if you want to start programming the good choice is Java or C#.
+ 2
Not at all even i had started with java so keep going it doesn't matter.