0% found this document useful (0 votes)
8 views8 pages

Javase Lesson2 PR 1

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views8 pages

Javase Lesson2 PR 1

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

1 Progress Report 2.

1 | JavaSE Earth University College

Java Application Development


BIT-Semester-1 (Fulltime)

1 Java Programing Environment 1.1 Classes & Methods in a Java Program


2 Architecture of Java Program 1.2 Programing with “C” vs “Java”
3 Data Types, Variables, Literals & Arrays 1.3 JRE – Java Runtime Environment
1.4 JDK – Java Development Toolkit
4 Operators
1.5 Testing Java Platform
5 Control Structuers
1.6 Types of Methods
6 Object Oriented Programing 1.7 My First Java Program
7 Program Design 1.8 My Second Java Program
8 Console & GUI Application Development 1.9 Java Features
9 Streams & Database Connectivity 1.10 Java Evolution

Progress Report 1.1

1. Download JDK Setup


2. Install JDK
3. Recognize JDK Tools such as “javac.exe”
4. Recognize JRE – JVM
5. Recognize JRE – JAPI (Java API/Library)
6. Recognize JRE – Java Extended Library
7. Recognize Java Library Classes – JOptionPane
8. Recognize Java Class Documentation – JOptionPane
9. Recognize Java Class Documentation – showMessageDialog(), showInputDialog()
10. Version Checking with Default Working Directory (Before Path Setting)
11. Version Checking with Relevant Directory
12. Path Setting Before and After
13. Version Checking with Default Working Directory (After Path Setting)
14. Code “TestApp.java” in the correct folder architecture
15. Set the CMD working directory to the above folder
16. Compile and Obtain the Class File
17. Run the “TestApp” & get the expected Output
18. Syntax Error/Compilation Error Detection – 1 ( ‘;’ expected )
19. Syntax Error/Compilation Error Detection – 2 ( cannot find symbol )
20. Syntax Error/Compilation Error Detection – 1 ( reached end of file )
21. Code “TestApp2.java” in the correct folder architecture
22. Compile the “TestApp2.java” to obtain “TestApp2.class”
23. Run the “TestApp2” & get the expected output
24. Remove “import declaration” of the “JOptionPane” Class and get 2 Syntax Errors at Compilation
25. Add Qualified name to the 1st occurrence of “JOptionPane” Class as “javax.swing.JOptionPane”
26. Add Qualified name to the both occurrence of “JOptionPane” Class as “javax.swing.JOptionPane”
2 Progress Report 2.1 | JavaSE Earth University College

1. Download JDK Setup

2. Install JDK

3. Recognize JDK Tools such as “javac.exe”

4. Recognize JRE – JVM

5. Recognize JRE – JAPI (Java API/Library)

6. Recognize JRE – Java Extended Library


3 Progress Report 2.1 | JavaSE Earth University College

7. Recognize Java Library Classes – JOptionPane

8. Recognize Java Class Documentation – JOptionPane

9. Recognize Java Class Documentation – showMessageDialog(), showInputDialog()

10. Version Checking with Default Working Directory (Before Path Setting)
4 Progress Report 2.1 | JavaSE Earth University College

11. Version Checking with Relevant Directory

12. Path Setting Before and After

13. Version Checking with Default Working Directory (After Path Setting)
5 Progress Report 2.1 | JavaSE Earth University College

14. Code “TestApp.java” in the correct folder architecture

15. Set the CMD working directory to the above folder

16. Compile and Obtain the Class File


6 Progress Report 2.1 | JavaSE Earth University College

17. Run the “TestApp” & get the expected Output

18. Syntax Error/Compilation Error Detection – 1 ( ‘;’ expected )

19. Syntax Error/Compilation Error Detection – 2 ( cannot find symbol )

20. Syntax Error/Compilation Error Detection – 1 ( reached end of file )


7 Progress Report 2.1 | JavaSE Earth University College

21. Code “TestApp2.java” in the correct folder architecture

22. Compile the “TestApp2.java” to obtain “TestApp2.class”

23. Run the “TestApp2” & get the expected output


8 Progress Report 2.1 | JavaSE Earth University College

24. Remove “import declaration” of the “JOptionPane” Class and get 2 Syntax Errors at Compilation

25. Add Qualified name to the 1st occurrence of “JOptionPane” Class as “javax.swing.JOptionPane”

26. Add Qualified name to the both occurrence of “JOptionPane” Class as “javax.swing.JOptionPane”

Department of Information Technology


Earth University College

You might also like