Java Basics
SAT Score Range
•
5 sessions
•
AW
OF
SC
+10
This series ended on August 18, 2023. All 1:1 and group chats related to this series are disabled 7 days after the last session.
About
We will go through the basic Java concepts. I recommend anyone who has never coded in Java before start here! If you already have some knowledge or took the APCSA course last year and are looking to brush up on some skills, I also highly recommend you enroll in this course.
This course covers only the very basic concepts so I plan to host a Java intermediate course in the future.
Tutored by
Schedule
✋ ATTENDANCE POLICY
I am pretty flexible when it comes to attendance. Just make sure that you let me know beforehand if you are unavailable to attend so that I am not waiting on you.
SESSION 1
14
Aug
SESSION 1
Computer Science
Computer Science
Mon 6:00 PM - 7:00 PM UTCAug 14, 6:00 PM - 7:00 PM UTC
BASIC JAVA ELEMENTS
- What is Java?
- What makes Java special?
- Java reserved words
- Common conventions
- Comments
- How to use the import keyword.
SESSION 2
15
Aug
SESSION 2
Computer Science
Computer Science
Tue 6:00 PM - 7:00 PM UTCAug 15, 6:00 PM - 7:00 PM UTC
DATA TYPES IN JAVA
- Primitives
- Reference
- Primitives vs. References
- Casting
- Final variables
SESSION 3
16
Aug
SESSION 3
Computer Science
Computer Science
Wed 5:30 PM - 6:30 PM UTCAug 16, 5:30 PM - 6:30 PM UTC
JAVA OPERATORS
- Arithmetic operators
- Arithmetic assignment operators
- Increment and decrement operators
- Relational operators
- Conditional operators
- Ternary Operators
- Operator precedence
SESSION 4
17
Aug
SESSION 4
Computer Science
Computer Science
Thu 6:00 PM - 7:00 PM UTCAug 17, 6:00 PM - 7:00 PM UTC
CONDITIONALS IN JAVA
- What are conditionals in Java and why do we have them?
- If statements
- Switch statements
SESSION 5
18
Aug
SESSION 5
Computer Science
Computer Science
Fri 6:00 PM - 7:00 PM UTCAug 18, 6:00 PM - 7:00 PM UTC
LOOPING STATEMENTS IN JAVA
- What are looping statements?
- For loop/ For-each loop
- While loop
- Do-While loop
- Compare and contrast all loops