Author thumbnail

Math&Comps

Programming II (v2)

11 views
81 items
Last updated on Apr 9, 2024
public playlist
0.1 Primitive Types
9:51
0.2 Input and Output
9:03
0.3 Branching Statements
12:05
0.4 Switch Statements
3:35
0.5 Loops
10:57
0.6 Classes
10:53
0.7 Arrays
9:20
0.8 Sorting
6:30
1.1 Derived Classes
11:50
1.2 Programming with Examples Derived Classes
10:30
1.3 Overriding a Method
11:31
1.4 The super Constructor
9:38
1.5 The this Constructor
9:48
1.6 Private Instance Variables and Methods
8:49
1.7 Protected and Package Access
13:43
1.8 Redefining Base Methods
7:47
1.9 The Object Class
4:54
1.10 Defining a Proper Equals Method
8:49
2.1 Late Binding
9:29
2.2 The final Modifier
7:59
2.3 Late Binding with toString
5:42
2.4 Downcasting and Upcasting
9:31
2.5 A First Look at the Clone Method
12:59
2.6 Abstract Classes
9:25
2.7 Programming with Examples Abstract Classes
4:45
3.1 try catch Mechanism
18:18
3.2 Exception Handling with the Scanner Class
10:36
3.3 Throwing Exceptions
8:34
3.4 User Defined Exceptions
5:17
3.5 Defining Exception Classes
9:14
3.6 Tips for Exception Classes
11:22
3.7 Multiple Catch Blocks
7:10
3.8 Programming with Examples Exceptions
9:35
3.9 Throwing an Exception in a Method
4:50
3.10 Declaring Exceptions in a throws Clause
8:23
3.11 Exceptions to the Catch or Declare Rule
5:54
3.12 When to use Exceptions
7:34
3.13 Programming with Examples-Throwing Exceptions
4:08
3.14 The finally Block
5:25
3.15 Rethrowing an Exception
4:47
4.1 Text and Binary Files
8:39
4.2 Writing to a Text File
17:51
4.3 Reading From a Text File
8:07
4.4 Appending to a Text File
5:21
4.5 Testing for the End of a Text File
6:10
4.6 Reading a Text File Using Buffered Reader
11:43
4.7 Test for the End of a Text File with BufferedReader
4:23
4.8 Path Names
5:38
4.9 Nested Constructors
5:02
4.10 System in, System out, and System err
4:53
4.11 Programming with Examples Text Files
4:37
4.12 Programming Using The File Class
8:11
4.13 Writing Simple Data to a Binary File
14:11
4.14 Reading Simple Data from a Binary File
6:15
4.15 Programming with Examples-Read and Write Binary Files
6:39
4.16 Checking for the End of a Binary File
2:59
4.17 Reading and Writing to the Same File
7:18
5.1 Tracing a Recursive Call
12:32
5.2 A Closer Look at Recursion
9:35
5.3 Recursive Stacks
10:03
5.4 Programming with Examples Recursion
6:17
5.5 Recursive Methods that Return a Value
11:19
5.6 Programming with Examples-More Recursion
3:53
5.7 Recursive Design Techniques
7:24
5.8 Binary Search
11:20
5.9 Efficiency of Binary Search
8:59
5.10 Programming with Examples Binary Search
7:14
5.11 Divide and Conquer Algorithms
7:56
5.12 Merge Sort
5:45
5.13 Quick Sort
8:34
6.1 Introduction to Interfaces
15:01
6.2 The comparable Interface
9:53
6.3 Defined Constants in Interfaces
7:44
6.4 Serializable Interfaces
3:49
6.5 Cloneable Interfaces
8:46
6.6 Programming with Examples-Interfaces
8:11
6.7 Helping Classes
10:06
6.8 The  .class File for an Inner Class
3:52
6.9 Static Inner Classes
3:59
6.10 Public Inner Classes
11:08
6.11 Nesting Inner Classes, Inheritance, and Anonymous Classes
8:49