Hello Everyone

hello thought i would jump in and join forum. im just starting out in java programing. I have been programing in flash action script for a while but im no pro just have made a few small games.

I just started a class and im reading in the "Java An Introduction to Problem Solving & Programming" only on chapter to though. I noticed with flash action scripting i had a hard time navigating through the API. Can anyone give me some links or suggestions on where i can find my way around the API for java and also I really want to get the grammer down and where classes objects and methods. I noticed in flash action scripting i got confused because there is diffrent ways to program the same stuff and alot of times the words are just pluged into diffrent places with diffrent grammer.

any tips even small are welcomed :)

[841 byte] By [xtheblack9xa] at [2007-10-3 8:10:30]
# 1

Java has great documentation.

http://java.sun.com/j2se/1.5.0/docs/

Java has this thing called "javadoc" which is a system for generating complete API documentation:

http://java.sun.com/j2se/1.5.0/docs/api/

There are also lots of tutorials on java.sun.com.

Most languages have multiple ways of doing the same thing. If you find this confusing, then for God's sake keep away from Perl. They celebrate the idea.

paulcwa at 2007-7-15 3:14:53 > top of Java-index,Java Essentials,New To Java...