Skip to content

m2ammar/Java-File-Handling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java File Handling & Exception Practice

A collection of Java exercises focused on file I/O, exception handling, and basic data processing — reading/writing text and CSV files, and managing simple record-based data.

Topics Covered

  • File Handling — reading and writing .txt and .csv files (employee records, sales data, output generation)
  • Exception Handling — try/catch blocks and handling runtime errors gracefully
  • 2D Arrays — array-based data storage and traversal
  • Record ManagementStudentRecordManager and EmployeeSalaryAnalyzer classes simulating simple record-keeping systems

Structure

All source files are under src/. Sample data files (employees.txt, output.csv) support the file-handling exercises.

What I Learned

These exercises built practical comfort with Java's I/O classes (FileReader, Scanner, BufferedReader), exception handling patterns, and structuring simple data-processing logic around files rather than just in-memory arrays.

About

Java practice exercises on file handling, exception handling, and data processing — includes employee/student record management and file I/O with CSV/text files

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages