• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

i need a simple programs

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 ...

Thanks for ur co operation


Regards,
D.Sam Kamalesan
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Your question is off topic for this forum.

This forum is for Servlets questions.

I am going to move this thread to the more appropriate, Java in General (Beginner) forum

Thanks and good luck

Mark
 
Ranch Hand
Posts: 3178
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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".

 
Ranch Hand
Posts: 3061
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Here's another simple program you should try:
 
Ranch Hand
Posts: 5093
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Ko Ko Naing
Ranch Hand
Posts: 3178
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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...
 
Ranch Hand
Posts: 1228
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Did you ever grow anything in the garden of your mind? - Fred Rogers. Tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic