Writing Java in Java

Posted by Skeith on Programmers See other posts from Programmers or by Skeith
Published on 2011-11-21T12:57:20Z Indexed on 2011/11/21 18:08 UTC
Read the original article Hit count: 242

I have been using Java for several months at work now and am becoming mildly competent in it.

The problem I think I am having is that I program C++ in Java . By that I mean I have always used C++ and am treating Java as a simple syntax change instead of appreciate if for its own language.

For instance a static variable in C++ is the same as a normal variable in Java as Java is all classes so they maintain there values between function calls. Little things like this are tripping me up constantly as I am self taught.

What I want is to invest the time to become a good java programmer not just a C++ programmer that can write in Java. The problem is I do not know how to do this. I have tried reading the Java doc pages but I find them very clinical and hard to understand.

So what I am looking for is recommendations on how I can learn to think in Java.

Books that teach Java concepts not Java syntax, online tutorials that I can work through that give it a context, established Java traditions/best practices and any other thing that you could recommend.

© Programmers or respective owner

Related posts about java

Related posts about self-improvement