Java's a big ol language. There's so many things you can do with it.
There are no specific pointers. You learn them as you program and as you integrate with public forums such as these.
iamthwee
Posting Expert
5,950 posts since Aug 2005
Reputation Points: 1,543
Solved Threads: 439
Java's got only one pointer you need to worry about, and that's the null pointer :)
Don't get trapped in learning a tool instead of learning the language (so don't start with heavyweight IDEs and stuff).
Don't get trapped into learning some external libraries before you know the language (we don't want kids who never programmed Java before asking questions about EJB, Servlet, Hibernate, Spring, Struts, etc. etc.).
Don't get sidetracked into thinking Java is just like C++ because of the similarities in syntax, it's not.
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
you should start by not hijacking other peoples' threads.
Next you should continue by posting in the correct forum.
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
Hey,
I've recently started to learn Java with a little prior experince in C++. Only the basics.
I was just wondering if there any pointers for getting this language down. I'm talking about stuff that I won't pick up from some book or exercise. Something you've all come across in the learning process.
I think the first thing is learn the keywords, such as,int
float
double
long
null
String
static
There are several more keywords to learn.
After you learn them get to know what they do , their meaning, and how to implement them into your programming to get the desired results.
Also remember that Java is Object oriented and a case-sensitive language.
That is how I started anyway.
Banderson
Junior Poster in Training
66 posts since Aug 2004
Reputation Points: 17
Solved Threads: 8
nor through thread hijacking...
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
I think you missed one important part of the forum rules and specialy Seftware Development section, which says
Also, to keep DaniWeb a student-friendly place to learn, don't expect quick solutions to your homework. We'll help you get started and exchange algorithm ideas, but only if you show that you're willing to put in effort as well.
peter_budo
Code tags enforcer
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902