Introduction to Object-Oriented Programming with Java III: Exceptions, Data Structures, Recursion, and GUIs

Go to class
Write Review

Free Online Course: Introduction to Object-Oriented Programming with Java III: Exceptions, Data Structures, Recursion, and GUIs provided by edX is a comprehensive online course, which lasts for 6 weeks long, 5-6 hours a week. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from edX. Introduction to Object-Oriented Programming with Java III: Exceptions, Data Structures, Recursion, and GUIs is taught by Olufisayo Omojokun.

Overview
  • This course provides students with the knowledge to handle and even create exceptions to achieve graceful error handling in programs. They will also create and utilize data structures, including lists and files. Students will also learn about recursion and how it can be a useful approach to repetition in a program. Finally, students will learn how to develop basic graphical user interfaces (GUIs) using JavaFX.

Syllabus
    • Creating and handling exceptions
    • Reading and writing files, including delimited files
    • Using ArrayLists
    • Using LinkedLists
    • Programming with generics
    • Recursion and the call Stack
    • Developing graphical user interfaces (GUIS) with JavaFX
    • Basics of anonymous inner classes and lambda expressions