Source code for programs from the textbook Java in Two Semesters Featuring JavaFX by Quentin Charatan and Aaron Kans. The text is divided into two parts. Each part supports a one-semester module, the first part addressing fundamental programming concepts, and the second part building on this foundation, teaching the skills required to develop more advanced applications.
Fourth edition covers the developments introduced in Java 8, including JavaFX, lambda expressions and the Stream API.
- Begins by introducing fundamental programming concepts such as declaration of variables, control structures, methods and arrays
- Fundamental object-oriented concepts of classes and objects, inheritance and polymorphism
- JavaFX throughout for constructing event-driven graphical interfaces
- Advanced topics such as interfaces and lambda expressions, generics, collection classes and exceptions
- Explains file-handling techniques, packages, multi-threaded programs, socket programming, remote database access and processing collections using streams
- Self-test questions and programming exercises at the end of each chapter, as well as two illuminating case studies