Link to home
Start Free TrialLog in
Avatar of aluiken
aluiken

asked on

Java ?!?? how to start

Hi,

i want to learn the java language but i don't know where to begin. i have programming experience with delphi, pascal and visual basic. where do i begin ? how do i begin ? is there a syntax document or ?????

Best regards,

Arijan
ASKER CERTIFIED SOLUTION
Avatar of fontaine
fontaine

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of fontaine
fontaine

You will also have to download the Java Development Kit, in order to write your own programs.
For this, go to JavaSoft: http://www.javasoft.com.

When you become more familiar with the language, I really recommend you JavaWorld. You have there each month plenty of interesting articles for Java programmers:

http://www.javaworld.com
If you want to write a program/applet, but don't know where to begin, take a look at Gamelan. This is a repository of programs/applets, most of the time with Java source code.

http://www.gamelan.com

Studying the code of others can also make you learn a lot.