English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I am a new "learner" who wants to learn deeper(est) about JAVA programming.And I don't know where to start?Is there any requirement that i need before i jump to it?

2007-02-21 21:52:04 · 6 answers · asked by Ncuxzz 1 in Computers & Internet Programming & Design

6 answers

You must know what is a programming language first. If you are done, have some reference materials like "The Java Complete Reference (best book for beginners)."

You should also know about the Object Oriented Techniques, which is the base for Java.

If you are ready, go ahead.........

2007-02-21 22:00:40 · answer #1 · answered by Rocks 2 · 0 0

You write your JAVA code in a text file editor like note pad and save the file with a JAVA extension You then compile that code file using a program called JAVAC which compiles the text file into a bytecode class file. Then you can run the class by calling JAVA [Class file name] These programs are called from within a DOS Command window. To make life a little easier when using JAVA in a DOS environment it helps to have the JAVA directory included in the systems PATH. This helps the OS find your java programs without the need for you to have to type the path as part of the command. When you ran the installation program, JAVA was placed in a directory like C:\Program Files\Java. Find this directory (it may be slightly different on your system) and add it to the PATH environment variable for your OS. Open the Control Panel and click on system then open the Advanced tab and click on the environment variable button. Find the PATH variable and click edit and append the JAVA path to the existing PATH string. You need to separate the existing and new paths with a semicolon ; C:\Temp;C:\Program Files\Java Just add a semicolon to the end of the existing path statement before you paste the JAVA path into it and you will be fine. By adding the JAVA path you will be able to find the JAVA programs without having to type the path as part of the command. Test to see if your JAVA is installed and Path statment is working by checking the version from within a DOS Command window JAVA -version (enter) If this works and responds with version info all is well, if you get a file not found error you have a configuration error in the path or java isn't installed Visual BASIC is Sooooo Much easier........................

2016-05-23 22:32:25 · answer #2 · answered by Anonymous · 0 0

You could also buy the Book How To Program Java from Deitel. This book is really usefull since it explains all about Java and has some exercises at the end of each chapter so you can practice while you are learning.

2007-02-22 12:46:55 · answer #3 · answered by Anonymous · 0 0

Start reading thinking in java by bruce eckel

2007-02-25 20:28:33 · answer #4 · answered by shawan_michael 2 · 0 0

enroll java programming class

2007-02-21 21:58:56 · answer #5 · answered by Anonymous · 0 1

go to java.sun.com
create an SDN account, and start by there

good luck

2007-02-21 23:04:37 · answer #6 · answered by abd 5 · 0 0

fedest.com, questions and answers