Difference between revisions of "Spring 2020: Programming in Java"
Jump to navigation
Jump to search
| Line 29: | Line 29: | ||
| [http://mkbhandari.com/mkwiki/data/spring2020/Lect03.pdf '''Lect03.pdf'''] | | [http://mkbhandari.com/mkwiki/data/spring2020/Lect03.pdf '''Lect03.pdf'''] | ||
| Chapter 3, 4, and 5 | | Chapter 3, 4, and 5 | ||
| + | |- | ||
| + | | Fri 24/01 | ||
| + | | Introducing Classes | ||
| + | | [http://mkbhandari.com/mkwiki/data/spring2020/Lect03.pdf '''Lect03.pdf'''] | ||
| + | | Chapter 6 | ||
|} | |} | ||
Revision as of 20:48, 23 January 2020
Contents
Logistics
- Class Timings: Thursdays(3rd,4th slot), Fridays(1st,2nd slot)
- Classroom: R33(Thursdays), R34(Fridays)
- Lab Timings:Wednesdays(Lab3)
Course Overview
- As per the COURSE Guidelines
Lecture Schedule
| Date | Topic | Lecture Slides [ppt/pdf] | Readings |
|---|---|---|---|
| Fri 10/01 | The History and Evolution of Java. An Overview of Java | Lect01.pdf, OOPs Principles [ Class notes ] | Chapter 1,2 |
| Thu 16/01 | OOPs Principles, JVM Architecture | Lect02.pdf, OOPs Principles [ Class notes ] | Chapter 2 |
| Fri 17/01 | Data Types, Variables,and Arrays. Operators. Control Statements. | Lect03.pdf | Chapter 3, 4, and 5 |
| Fri 24/01 | Introducing Classes | Lect03.pdf | Chapter 6 |
Assignments and Tests
Assignments
- A1
- A2
- A3
Tests
- T1
- T2
- T3
Resources
- R1
- R2
- R3