I learned Java using Deitel & Deitel - Java: How to Program. Used their C++ book as well to learn C++.
I have both of those books and can also recommend them.
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
I learned Java using Deitel & Deitel - Java: How to Program. Used their C++ book as well to learn C++.
theres a lot of good books out there, best is to get stuck in and write some code. I do like IDEs but i do think a basic editor and terminal/command line is best for beginners.
If you're really looking into this quite seriously maybe work at the Oracle Java certifications, i think they rank from beginner all the way to architect.
Hi All,
I am looking for some info and guidance on where to start with regards Java development.
I have been looking at the oracle site but to be honest a bit overwhelmed.
Should one decide to start Java programming, first for own use and later as a career what steps would you suggest in terms of courses? would you go with the oracle courses or recommend others?
I am sure i will have more questions as we go along.
Thanks in advance
I didn't know Java had certifications. Are they worth getting & what fees are there?
Sorry if somebody already posted it: But if you want to start with java developing, I personally would start with
public static void main(String ... args) {
}
And then go from there ...
[All jokes aside: there has been a few threads on this type of thing already. I'm not going into the C++ vs C# vs Java vs ... debate]
I would
1. choose a topic, let's say some basic graphics development.
2. do some research until I find something in that line, i.e nehe.gamedev.net
3. Get the latest Eclipse with the latest JDK
4. Start with the first tutorial and be amazed ...
[This is just one approach: I liked graphics when I started - instant gratification and all that. I later met SQL & databases and fell in love with back end development]
All still started with public static void main ...
Sorry if somebody already posted it: But if you want to start with java developing, I personally would start with
public static void main(String ... args) {
}
And then go from there ...
[All jokes aside: there has been a few threads on this type of thing already. I'm not going into the C++ vs C# vs Java vs ... debate]
I would
1. choose a topic, let's say some basic graphics development.
2. do some research until I find something in that line, i.e nehe.gamedev.net
3. Get the latest Eclipse with the latest JDK
4. Start with the first tutorial and be amazed ...
[This is just one approach: I liked graphics when I started - instant gratification and all that. I later met SQL & databases and fell in love with back end development]
All still started with public static void main ...
:| i heard it is easier to go from java to C etc than the other way around but that is not my question
but thanks for answers in the meantime![]()