Can anyone recommend various programs I could try to make in Java?
I generally learn by doing (only look at tutorials when I am completely and utterly stuck).
Here is what I have figured out so far:
I'm thinking about learning Swing next, or possibly applet coding.
I generally learn by doing (only look at tutorials when I am completely and utterly stuck).
Here is what I have figured out so far:
- A program to send a HTTP request to a server (specified by the user) and display the response headers.
- "Hello World"
- A program to read and print the contents of a file.
- A program using various class functions (creating instances, "extends", etc), also uses "generator" to create random numbers.
- A program that 'types' "Hello World" one letter at a time, occasionally making 'typos' and correcting itself (printing a backspace character followed by the correct character).
I'm thinking about learning Swing next, or possibly applet coding.






