Hi im sam.. now im doing MS in korea... i want to know how to work the program in java bcoz now im entering the beginner stage...so plz send simple programs to do ...
Originally posted by sam kamalesan: Hi im sam.. now im doing MS in korea... i want to know how to work the program in java bcoz now im entering the beginner stage...so plz send simple programs to do ...
The following is a simple program and if you have JDK installed in your machine, you can compile it using the command "javac SimpleProgram.java" and run it using the command "java SimpleProgram".
Co-author of SCMAD Exam Guide, Author of JMADPlus SCJP1.2, CCNA, SCWCD1.4, SCBCD1.3, SCMAD1.0, SCJA1.0, SCJP6.0
What you need is not people doing your homework. What you need is to do some study and programming yourself. You'll find a lot of resources on the Ranch as well as on Sun's site.
Originally posted by Jeroen Wenting: What you need is not people doing your homework. What you need is to do some study and programming yourself. You'll find a lot of resources on the Ranch as well as on Sun's site.
Jeroen, I do believe that what Layne and I provided to sam is not enough to submit to his lecturer as a homework... He needs to do more starting from those simple programs... He just asks for a simple program, so we just provided him with these very simple solutions...
Co-author of SCMAD Exam Guide, Author of JMADPlus SCJP1.2, CCNA, SCWCD1.4, SCBCD1.3, SCMAD1.0, SCJA1.0, SCJP6.0
If you are new to Java .. then study about classpaths and try to run some simple code. If you a re new to oops then better to get some general concepts on opps