Difference between revisions of "Spring 2020: Programming in Java"

From MKWiki
Jump to navigation Jump to search
Line 15: Line 15:
 
!Readings
 
!Readings
 
!Remarks
 
!Remarks
|-
 
|Thu 09/01
 
|No class
 
|
 
|
 
|Faculty on leave
 
 
|-
 
|-
 
| Fri 10/01
 
| Fri 10/01
 
| The History and Evolution of Java.  An Overview of Java
 
| The History and Evolution of Java.  An Overview of Java
 
| [http://mkbhandari.com/mkwiki/data/spring2020/Lect01.pdf '''Lect01.pdf'''], OOPs Principles [<span style="color:#009000"> Class notes </span>]
 
| [http://mkbhandari.com/mkwiki/data/spring2020/Lect01.pdf '''Lect01.pdf'''], OOPs Principles [<span style="color:#009000"> Class notes </span>]
| Chapter1, Chapter2
+
| Chapter 1,2
 
|
 
|
 
|-
 
|-
Line 31: Line 25:
 
| OOPs Principles, JVM Architecture  
 
| OOPs Principles, JVM Architecture  
 
| [http://mkbhandari.com/mkwiki/data/spring2020/Lect02.pdf '''Lect02.pdf'''], OOPs Principles [<span style="color:#009000"> Class notes </span>]
 
| [http://mkbhandari.com/mkwiki/data/spring2020/Lect02.pdf '''Lect02.pdf'''], OOPs Principles [<span style="color:#009000"> Class notes </span>]
| Chapter2
+
| Chapter 2
 
|
 
|
 
|-
 
|-
 
| Fri 17/01
 
| Fri 17/01
 
| Data Types, Variables,and Arrays. Operators. Control Statements.
 
| Data Types, Variables,and Arrays. Operators. Control Statements.
| [http://mkbhandari.com/mkwiki/data/spring2020/Lect02.pdf '''Lect03.pdf''']
+
| [http://mkbhandari.com/mkwiki/data/spring2020/Lect03.pdf '''Lect03.pdf''']
| Chapter3, Chapter4, Chapter5
+
| Chapter 3, 4, and 5
 
|
 
|
 
|}
 
|}

Revision as of 13:51, 19 January 2020

Logistics

  • Class Timings: Thursdays(3rd,4th slot), Fridays(1st,2nd slot)
  • Classroom: R33(Thursdays), R34(Fridays)
  • Lab Timings:Wednesdays(Lab3)

Course Overview

Lecture Schedule

Date Topic Lecture Slides [ppt/pdf] Readings Remarks
Fri 10/01 The History and Evolution of Java. An Overview of Java Lect01.pdf, OOPs Principles [ Class notes ] Chapter 1,2
Fri 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

Assignments and Tests

Assignments

  • A1
  • A2
  • A3

Tests

  • T1
  • T2
  • T3

Resources

  • R1
  • R2
  • R3