Difference between revisions of "Summer 2021: Programming in Java"
Jump to navigation
Jump to search
Line 15: | Line 15: | ||
!Readings | !Readings | ||
|- | |- | ||
− | | style="width: 8%" | Lecture 01 ( | + | | style="width: 8%" | Lecture 01 (April 01, 06) |
| style="width: 60% | '''''Introduction''''': History of Java, Java Features, First Sample Program, Java Virtual Machine(JVM) Architecture. | | style="width: 60% | '''''Introduction''''': History of Java, Java Features, First Sample Program, Java Virtual Machine(JVM) Architecture. | ||
| style="width: 15%" | [http://mkbhandari.com/mkwiki/data/summer2021/1Intro.pdf '''1.pdf'''] | | style="width: 15%" | [http://mkbhandari.com/mkwiki/data/summer2021/1Intro.pdf '''1.pdf'''] | ||
| Chapter 1 (R1) | | Chapter 1 (R1) | ||
|- | |- | ||
− | | Lecture 02 ( | + | | Lecture 02 (April 08) |
| '''''OOPs Principles''''': Object, Class, Encapsulation, Abstraction, Inheritance, Polymorphism. | | '''''OOPs Principles''''': Object, Class, Encapsulation, Abstraction, Inheritance, Polymorphism. | ||
| style="width: 15%" | [http://mkbhandari.com/mkwiki/data/spring2021/Java(PSCS)/2OOPs.pdf '''2.pdf'''] | | style="width: 15%" | [http://mkbhandari.com/mkwiki/data/spring2021/Java(PSCS)/2OOPs.pdf '''2.pdf'''] |
Revision as of 10:24, 8 April 2021
Contents
Logistics
- Class Timings: Tuesdays 10:45 am - 12:45 pm (3rd and 4th slot) & Fridays 8:45 am - 10:45 am (1st and 2nd slot)
- Classroom: Online
- Lab Timings: Wednesdays and Thursdays 10:45 am - 12:45 pm (3rd and 4thslot)
Course Overview
- As per the COURSE Guidelines
Lectures
Lecture | Topic | Lecture Slides | Readings |
---|---|---|---|
Lecture 01 (April 01, 06) | Introduction: History of Java, Java Features, First Sample Program, Java Virtual Machine(JVM) Architecture. | 1.pdf | Chapter 1 (R1) |
Lecture 02 (April 08) | OOPs Principles: Object, Class, Encapsulation, Abstraction, Inheritance, Polymorphism. | 2.pdf | Chapter 2 (R1) |
Assignments and Tests
Home Assignments
- Home Assignment (HA) No. 1, Difference between JDK, JRE, and JVM. [06/04/2021]
- Home Assignment (HA) No. 2,
- Home Assignment (HA) No. 3,
Class Assignments
- Assignment No. 1, Posted on Google Classroom, Submission Deadline: **/**/2021
- Assignment No. 2, Posted on Google Classroom, Submission Deadline: **/**/2021
- Assignment No. 3, Posted on Google Classroom, Submission Deadline: **/**/2021
Tests
- Test 1, **/**/2021.
- Test 2, **/**/2021.
- Test 3, **/**/2021.
Resources
- R1: Schildt, H. (2018). Java: The Complete Reference. 10th edition. McGraw-Hill Education.