Presentation lesson 3.pptx
Presentation lesson 3.pptx
Session No.: 3
Course Name: OOPS using Java
Course Code:R1UC201C
Duration: 50 minutes
Date of Conduction of Class: 06-03-2025
Galgotias University 1
Insert Review of the key concepts of session
no. 2
JVM VS JDK VS JRE
Galgotias University 2
Can we run a Java program without
setting up anything? Why or why not?
Galgotias University 3
At the end of this session students will be able
to
2 Downloading JDK
Galgotias University 5
Galgotias University 6
Galgotias University 7
Galgotias University 8
Galgotias University 9
Galgotias University 10
Galgotias University 11
Galgotias University 12
Learning Activity 1
Galgotias University 14
Concept and
Definition for
Learning Activity 2
∙ Instructor writes a simple program on screen:
public class HelloJava {
public static void main(String[] args) {
System.out.println("Hello, Java!");
}
}
∙ Students type the code, modify the output message, and
add a second print statement.
Galgotias University 15
Learning Activity 2
1. Write code to print hello world
2. Write a code to print name
Galgotias University 16
Ensure attainment of LOs in alignment
to the learning activities: outcomes
(1-2)
Galgotias University 18
Information about the next
lesson
Galgotias University 19
Thank You
Galgotias University 20