Search:

Type: Posts; User: Norm

Search: Search took 0.15 seconds.

  1. Re: When you write your first program what do you use to write in on?

    Can you explain what you mean by "symbols"? A java source file contains ordinary ASCII characters.
    You type in the source with an editor and save it in a file with the .java extension
    Next compile...
  2. Re: When you write your first program what do you use to write in on?

    To start I'd recommend using a simple editor to create the java source file and maybe some batch files to compile and execute the program.
    You'll want to experiment with classes in packages and...
Results 1 to 2 of 2