NeverSayNever's blog

By NeverSayNever, 9 years ago, In English

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.

  • Vote: I like it
  • +5
  • Vote: I do not like it

| Write comment?
»
9 years ago, # |
  Vote: I like it +17 Vote: I do not like it

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 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

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

  • »
    »
    9 years ago, # ^ |
      Vote: I like it +13 Vote: I do not like it

    "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 years ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

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

»
8 years ago, # |
  Vote: I like it 0 Vote: I do not like it

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 years ago, # |
  Vote: I like it 0 Vote: I do not like it

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