Java Server - Server Parameters In this lesson from the Java Server course, we'll create a parser for processing server input parameters.
Java Server - Google Guice In this lesson from the Java Server tutorial, we'll implement dependency injection using the Google Guice library.
Java Server - Server Thread In this lesson from the Java Server tutorial, we'll create a class responsible for receiving connections from new clients.
Java Server - Connection Manager In this lesson from the Java Server tutorial, we'll look at a manager of connections with our potential clients.
Java Server - Communication Protocol In this lesson from the Java Server course, we'll design a communication protocol to send messages between the client and the server.
Queue and Stack in Java In this Java tutorial, we'll explain the Queue interface and the Stack class and other implementations of these collections on examples.