Java

hello everybody,

i started learning java yesterday,

i followed the starting toturials and now i got a question:

i wanna know how long it takes to learn java( i'm young, and i will not be fulltime on my computer)

and is that easier to learns as python, c++, c# etc…



already thanks,

rik

..how long it takes to learn java...


thats a very sketchy definition


Being able to write, compile and start your own java app - days to weeks
Understanding how and when to use interfaces, inheritance vs composition etc - months
Learning and understanding how and when to use the different design patterns, learn best practises etc - years

It all depends of course on how much time you want to invest per week and how fast you learn new things.

I think java is easier to learn then c++.
But if you know one, its not very hard to use the other.

I started out on Python, then switched to C#/Java once I got the hang of things after around 6 months (not working fulltime on my computer either). 


Core-Dump said:

But if you know one, its not very hard to use the other.

I agree very much with this statement.

ok thanks for the reply

get this book…



http://www.amazon.com/Java-How-Program-Harvey-Deitel/dp/0132222205/ref=sr_1_2?ie=UTF8&s=books&qid=1246350721&sr=8-2



it’ll teach you the basics…

Or Bruce Eckel’s Thinking in Java Series:

http://www.mindviewinc.com/Books/

thanks for the links :wink: