Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.51 KB

File metadata and controls

29 lines (21 loc) · 1.51 KB

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