Since its initial release in 1996, Java has been a hugely successful programming language for large-scale projects. This tutorial assumes that you already have some experience coding in a language other than Java, and are ready to be challenged with more advanced concepts in Computer Science. Although not officially an Advanced Placement CS preparation course, these notes will cover the complete AP subset of the Java Language and more. By following along and doing the practice problems you’ll achieve a solid foundation in the Java language and core libraries, Object-Oriented Programming (OOP), data structures and algorithms, Graphical User Interfaces (GUIs), and be ready for advanced study such as Android development.
1.0 Java Fundamentals
2.0 Object-Oriented Java
2-4 Working with Objects: Strings
2-5 Working with Objects: Files
2-6 What is Object-Oriented Programming?
2-8 The final and static Keywords
2-9 Enhancing the Fraction Class
3.0 Data Structures and Algorithms
3-7 Sequential Sorting Algorithms
3-8 Recursive Sorting Algorithms
3-14 The Java Collections Framework
4.0 Graphical User Interfaces
4-2 Designing Graphical Objects