Skip to content

This Java program focus on Properties Files Management (Create, Write and Read).

License

Notifications You must be signed in to change notification settings

jduarte98/JavaProp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaDatProp

This Java program focus on Properties Files Management (Create, Write and Read).

Libraries

Usage Snapshots

Create Properties File

File Creation
File Creation.

Write on Properties File

Writing Properties (Key + Value) on the file created on the "Create Properties File" step
Writing Properties (Key + Value) on the file created on the "Create Properties File" step.

Outputed File From (Creation and Wrinting Processes)

File created in the "Create Properties File" with the contents written on "Write on Properties File" step
File created in the "Create Properties File" with the contents written on "Write on Properties File" step.

Read Properties File Contents

Contents of the choosen Properties File
Contents of the choosen Properties File.

Author