Skip to content

Commit f711abd

Browse files
Update README.md
1 parent 977076e commit f711abd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,39 +73,39 @@ Upon successfully completing this course, the learner will be able to:
7373
6. Develop database applications in Java.
7474
7. Build programming skills with hands-on experience for problem solving with Java.
7575

76-
Unit 1 Learning Objectives:
76+
### Unit 1 Learning Objectives:
7777
- Analyze and apply the principles of object-oriented programming, in particular inheritance and polymorphism
7878
- Explain the concepts of super class and subclass.
7979
- Use the techniques of calling constructors of super classes and overriding superclass methods.
8080
- Examine the Object class.
8181
- Analyze and apply abstract class, abstract method and interface.
8282

8383

84-
Unit 2 Learning Objectives:
84+
### Unit 2 Learning Objectives:
8585
- Use the techniques of Java exception handling and exception throwing using the try, catch, finally, throw statements and etc.
8686
- Analyze and apply the methods of writing data to and reading data from a binary file, and the application of the RandomAccessFile class.
8787
- Explain the concept of serialization.
8888
- Develop GUI applications using JFrame, JLabel, JTextFields, JButton, JRadioButton, JCheckBox, JPanel classes.
8989
- Create event listener classes to handle action events.
9090
- Explore the application of the layout managers and the BorderFactory class.
9191

92-
Unit 3 Learning Objectives:
92+
### Unit 3 Learning Objectives:
9393
- Explain the JavaFX class hierarchy.
9494
- Develop GUI applications using RadioButton, CheckBox, ListView, ComboBox, Slider, TextArea, and Menus
9595
- Create event listener classes to handle action events.
9696
- Create mnemonics and tool tips for GUI components.
9797

98-
Unit 4 Learning Objectives:
98+
### Unit 4 Learning Objectives:
9999
- Use the techniques of recursion to create advanced algorithms.
100100
- Analyze and apply classes to create Graphics and Effects.
101101
- Create mouse listener and mouse motion listener classes to handle mouse events.
102102
- Use problem solving skills with recursion.
103103

104-
Unit 5 Learning Objectives:
104+
### Unit 5 Learning Objectives:
105105

106106
- Explain the concepts of relational database management systems and SQL.
107107
- Analyze and apply the JDBC API.
108108
- Use the techniques of processing SQL statements with JDBC including retrieving data, inserting rows, updating and deleting existing row, creating and deleting tables and displaying result sets.
109109

110-
Unit 6 Learning Objectives:
110+
### Unit 6 Learning Objectives:
111111
- Apply concepts, techniques and problem-solving skills from Units 1-5 by in a final project.

0 commit comments

Comments
 (0)