Course 1 of 4 in this specialization
Create Object-Oriented Programs in Java
Coming soon 27 topics Self-paced · Online
Notify me when it launches
Where this comes from
Built from the Wiley title of the same name — professionally edited, technically reviewed, and already relied on by people doing this work.
Source ISBN 9781119986669
How it was built
Sejal Learning Systems rebuilt the book as a course: objectives first, then short video, worked examples, and practice with real feedback. It runs on Coursera at your own pace, with a certificate on completion.
Create Object-Oriented Programs in Java is a self-paced online course built from the Wiley title of the same name.
What this course covers
- Introduction
- Book 1: Java Basics
- Chapter 1: Welcome to Java
- Chapter 2: Installing and Using Java Tools
- Chapter 3: Working with TextPad
- Book 2: Programming Basics
- Chapter 1: Java Programming Basics
- Chapter 2: Working with Variables and Data Types
- Chapter 3: Working with Numbers and Expressions
- Chapter 4: Making Choices
- Chapter 5: Going Around in Circles (or, Using Loops)
- Chapter 6: Pulling a Switcheroo
- Chapter 7: Adding Some Methods to Your Madness
- Chapter 8: Handling Exceptions
- Book 3: Object-Oriented Programming
- Chapter 1: Understanding Object-Oriented Programming
- Chapter 2: Making Your Own Classes
- Chapter 3: Working with Statics
- Chapter 4: Using Subclasses and Inheritance
- Chapter 5: Using Abstract Classes and Interfaces
- Chapter 6: Using the Object and Class Classes
- Chapter 7: Using Inner Classes and Anonymous Classes
- Chapter 8: Working with Packages and the Java Module System
- Book 4: Strings and Other Data Types
- Chapter 1: Working with Strings
- Chapter 2: Using Regular Expressions
- Chapter 3: Working with Dates and Times