Skip to content

mavjav-edu/Java-in-Two-Semesters-Featuring-JavaFX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java in Two Semesters: Featuring JavaFX

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.

Topics and features

  • 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

Table of Contents

  1. Chapter 1

About

Source code for programs from the text

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages