Topics a) Creating and using files. b) Combining (i.e. Merging) more than one files. c) Using exception handling.
Posted: Mon Jun 06, 2022 11:09 am
Topics
a) Creating and using files.
b) Combining (i.e. Merging) more than one files.
c) Using exception handling.
Objectives
a) …..
b) …
c) ...
In Lab Activities
1. Create a new project and give it a name using the following format:
Java2_Lab99_StudentName (e.g. Java2_Lab99_OsamaNidhalKamel)
2. In the created Project, choose the name of the main class as (MainClass).
3. In the created project, choose the name of the package is your father's name (e.g. Nidhal).
4. Create a (MasterClass) class that includes:
a) Read the following files:
- D:\del\file1: contains the following text "Ya Allah Ya Rahman".
- D:\del\file2: contains three lines, each line contains "Ya Salam".
- D:\del\file3: contains two paragraphs as the followings:
Around 34 years of experience in the software industry, including more than 12 years in teaching university courses for various computer science topics such as object-oriented languages, algorithms, requirements engineering, advanced database management, operations research, and digital logic. I have more than 33 publications on various computer science topics.
I worked as a Computer Science lecturer, project manager, team leader, IT consultant, and developer. Domain experience in multiple software industries including Healthcare software, Inventory Management systems, Point of Sale systems, and various types of insurance systems. Managed multiple projects through the full development life cycle from inception all the way to deployment. I had the opportunity to work on multiple large-scale projects such as a full hospital management system for Jordanian Royal Medical Services (Medical City).
b) Merge the aforementioned three files as one file with the name and path "D:\del\Allfiles".
أي انشئ ملف جديد يحتوي على ما هو بداخل الملفات الثلاث وبالترتيب السابق.
c) Make the following statistic for the previous file (i.e. Allfiles):
- Number of lines.
- Number of paragraphs.
- The count number of the word "I "
d) Note that the directory "D:\del" is initiated automatically.
a) Creating and using files.
b) Combining (i.e. Merging) more than one files.
c) Using exception handling.
Objectives
a) …..
b) …
c) ...
In Lab Activities
1. Create a new project and give it a name using the following format:
Java2_Lab99_StudentName (e.g. Java2_Lab99_OsamaNidhalKamel)
2. In the created Project, choose the name of the main class as (MainClass).
3. In the created project, choose the name of the package is your father's name (e.g. Nidhal).
4. Create a (MasterClass) class that includes:
a) Read the following files:
- D:\del\file1: contains the following text "Ya Allah Ya Rahman".
- D:\del\file2: contains three lines, each line contains "Ya Salam".
- D:\del\file3: contains two paragraphs as the followings:
Around 34 years of experience in the software industry, including more than 12 years in teaching university courses for various computer science topics such as object-oriented languages, algorithms, requirements engineering, advanced database management, operations research, and digital logic. I have more than 33 publications on various computer science topics.
I worked as a Computer Science lecturer, project manager, team leader, IT consultant, and developer. Domain experience in multiple software industries including Healthcare software, Inventory Management systems, Point of Sale systems, and various types of insurance systems. Managed multiple projects through the full development life cycle from inception all the way to deployment. I had the opportunity to work on multiple large-scale projects such as a full hospital management system for Jordanian Royal Medical Services (Medical City).
b) Merge the aforementioned three files as one file with the name and path "D:\del\Allfiles".
أي انشئ ملف جديد يحتوي على ما هو بداخل الملفات الثلاث وبالترتيب السابق.
c) Make the following statistic for the previous file (i.e. Allfiles):
- Number of lines.
- Number of paragraphs.
- The count number of the word "I "
d) Note that the directory "D:\del" is initiated automatically.