Блог пользователя NeverSayNever

Автор NeverSayNever, 11 лет назад, По-английски

Hello frendz,

I have decided to learn java during my summer vacation. I want to master java as much as I can. So, please suggest me some good strategies to accomplish this task.

Main purpose of this post is to ask you for best study material, readings, or some books. Please reply fast as I want to start as soon as possible.

Looking forward for your valuable comments.

  • Проголосовать: нравится
  • +5
  • Проголосовать: не нравится

»
11 лет назад, скрыть # |
 
Проголосовать: нравится +17 Проголосовать: не нравится

I started Java from reading "Thinking in java", skipping such things as GUI, etc, and concentrating on concurrency and java-features, It took few weeks and was enough to pass interview to get the job of junior java developer :)

Then, at Facebook Inc. cool guys recommended me to read Effective Java. It is done for those who are ready to make code in Java already (ex. have read Thinking in java and practiced) and clarifying tones of moments for making clean, effective and productive code.

Good luck!

»
10 лет назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

http://www.tutorialspoint.com/java/java_tutorial.pdf — it is good for basic programming and fuctions.

http://portal.aauj.edu/e_books/teach_your_self_java_in_21_days.pdf — it is good to learn advanced functions in java.

»
10 лет назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

What about a C++ book equivalent to "Effective Java"? Can someone recommend one ?