|
Reference
|
| Java API
|
This is going to be your new best friend. The best thing about Java is that almost everything you want to do is already written for you, you just have to know where to find it....and guess what?? You can find it here. The API should be the first place you look any time you have a question. It has...
|
|
How to Fix Common Java Compiler Errors
|
This is an excellent resource for fixing those time-consuming compiler errors. It is from the University of Arizona Computer Science Department: TA Online.
|
|
Animated Computer Science Concepts
|
Are you a visual learner?? This site may help you understand some of the fundamental concepts of programming. It might just be a coincidence that this was created by a few of our friends at Duke...
|
|
Java Programmers' FAQ
|
More answers to common questions. This one has a section on Applets and a particularly helpful section on compiler errors.
|
|
jGuru's Applet FAQ
|
At this site, questions are submitted and answered by the experts. Sound familiar??? Well, it should because this is the same theory behind our own Forum.
|
|
Another Java Glossary
|
More definitions of those Java terms that you have grown to love.
|
|
|
Other Tutorials
|
| Sun's Java Tutorial
|
This is the original. Sun Microsystems developed the Java Programming Language, so they probably know what they are talking about. This is a pretty comprehensive tutorial, although somewhat difficult to navigate and aimed more toward people with prior computer programming experience.
|
| NCSA HTML Primer |
Check this out if you want a more in-depth guide to making your own websites. |
| Dick Baldwin's Java Tutorials
|
These are a series of tutorials that go much more in depth into the entire Java language. You might want to check these out once you have completed our tutorials and are thirsting for more knowledge.
|
| Google Listing of Java Tutorials |
This just a generic listing of Java Applet tutorials. They
cover a wide range of topics that extend beyond this tutorial.
Also note that they are in pagerank order, so the best ones
are towards the top! |
|
|
Applet Examples
|
| Sun Applet Archive
|
Comprehensive listing of free applets, including hangman and crossword puzzle. Also has a listing of other Applet Resource sites.
|
| Java Boutique Applets
|
Check out the top ranked applets. Users submit applets to this site, which can then be ranked by other users. You can find applets by category, author, name, or date. The Hall of Fame has some good ones.
|
| Free Applets from JavaScript Kit
|
A listing of free applets that you can use on yours own sites. Shows some cool things that Applets can do.
|
|