Learning the Java Language: End of Trail
You've reached the end of the "Learning the Java Language" trail.

If you have comments or suggestions about this trail, use our feedback page to tell us about it.

What next?

Once you've caught your breath, you have several choices of where to go next. You can go to the front page to see all of your choices, or you can go directly to one of the following related trails:

Essential Java Classes: Learn about the most-used classes in the JDK APIs including String, System, Thread and the classes in java.io.

Creating a GUI with JFC/Swing: Once you know how to create applications or applets, follow this trail to learn how to create their user interfaces.

Custom Networking and Security: If you're interested in writing applications or applets that use the network, follow this trail. You'll learn about URLs, sockets, datagrams, and security.

Previous page: Questions and Exercises: Creating and Using Packages