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

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

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
  • Проголосовать: не нравится

»
9 лет назад, # |
  Проголосовать: нравится +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!

  • »
    »
    9 лет назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится

    Thank u so much. I will read this book first.

  • »
    »
    9 лет назад, # ^ |
      Проголосовать: нравится +13 Проголосовать: не нравится

    "Effective Java" is great. It is not about Java language, but about Java best practices. I can suggest to read it if one already understand basics of the language. It is "must read" if you are going to write enterprise Java code.

    • »
      »
      »
      9 лет назад, # ^ |
        Проголосовать: нравится 0 Проголосовать: не нравится

      Thank u so much for your reply mike. I will surely read effective java once I finished reading thinking in java.

»
8 лет назад, # |
  Проголосовать: нравится 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.

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

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