The JavaTM Tutorial
Previous Page Trail Contents Next Page Start of Tutorial Search

Trail: Putting It All Together


Your feedback is important to us! If you have comments about this trail, send them to: tutorial@java.sun.com. In your message, put BINGO in the subject header.
You've learned it all:

Now, it's time to put all that knowledge and programming skill to use. You can choose your own project, or you can follow the description and analysis of some of the projects that we did.

BINGO! A client/server application that implements the game of BINGO. This example broadcasts information via a multicast socket, builds its GUI with Swing components, uses multiple synchronous threads, and communicates with RMI.


Note: This trail assumes that you are completely comfortable with writing and running Java applications. If you aren't, please go to the lesson The "Hello World" Application(in the Getting Started trail), and then visit any other lessons and trails that interest you. In particular, you might want to visit Learning the Java Language(in the Learning the Java Language trail), Essential Java Classes(in the Learning the Java Language trail), and Creating a GUI with JFC/Swing(in the Creating a User Interface trail). Return here when you have a good feel for the Java platform.

Previous Page Trail Contents Next Page Start of Tutorial Search

Casa de Bender