Book Image

Real-World Projects with Java 11 [Video]

By : Ely Shaffir
Book Image

Real-World Projects with Java 11 [Video]

By: Ely Shaffir

Overview of this book

<p><span id="description" class="sugar_field">Java is an easy language to learn, but a hard language to master. This course is specifically designed to teach you how to master a very common and very powerful programming language, Java, while building multiple real-world applications from scratch.<br /></span></p> <p><span id="description" class="sugar_field">The projects that we would be creating will use the many functionalities of Java. After setting up an ideal development environment, you will build a text-based game using Object Oriented Programming. In the next project, you will use JavaFX to build a media player UI from scratch. The final project will be a chat application where you will set up the database in the beginning and then make it communicate over the internet using Java by implementing your acquired knowledge in OOP in a robust custom network. <br /></span></p> <p><span id="description" class="sugar_field">Upon completing this course, you will have the necessary skills to build useful and powerful real-world Java projects on your own.<br /></span></p> <p><span id="description" class="sugar_field">By the end of the course, you will have built on your programming skills, taking them to another level and conveniently building powerful projects with Java 11.<br /></span></p> <p><span id="description" class="sugar_field">The code bundle for this video course is available at - <a href="https://github.com/PacktPublishing/-Real-World-Projects-with-Java-11-V-" target="_new">https://github.com/PacktPublishing/-Real-World-Projects-with-Java-11-V-</a></span></p> <h1><span class="sugar_field">Style and Approach</span></h1> <p><span class="sugar_field"><span id="trade_selling_points_c" class="sugar_field">The course will take you through the process of building a big, robust project from scratch, and go over all the required steps to make sure the code behind the project is good, reliable, and efficient. The course is fast-paced and coves all you need to start working on a big project straightaway.</span></span></p>
Table of Contents (5 chapters)
Chapter 5
Connecting Your Chat Application to the Internet
Content Locked
Section 1
Introduction to Networking
The aim of this video is to teach the viewer what is networking and its basics, as well as how will the networking be working in the project. - Introduction to networking - Understand the type of network we will be using for the project - Explore the details of the network we will using