Skip to content

ehtishamnaveed/File-Handling-using-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

File Handling using Java

  • It is a File Handling Project created in Java. It contains two files Employee.java and Client.java, which are packages.

Employee.java

  • This file contains class Employee.
  • Which contains all the functionality from writing to file, to GUI using JOptionPane.

Client.java

  • This file contains class Client.
  • Which contains the Main menu.
  • It Imports the Employee Package.

Commands to Compile the files

For Employee

  • javac -d . Employee.java

For Client

  • javac -d . Client.java

To Run the program

  • Firstly you need to compile the both packages.
  • After compiling the files type java ACP.Client.Client.

About

It is a File Handling Project created in Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages