[BAEL-9643] - Create code for Properties article

This commit is contained in:
amit2103
2018-12-09 00:36:34 +05:30
parent 5072291b32
commit ea70595615
5 changed files with 164 additions and 0 deletions
@@ -0,0 +1,3 @@
version=1.0
name=TestApp
date=2016-11-12
+3
View File
@@ -0,0 +1,3 @@
c1=files
c2=images
c3=videos
@@ -0,0 +1,4 @@
site=www.google.com
name=DefaultAppName
topic=Properties
category=core-java
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
<properties>
<comment>xml example</comment>
<entry key="fileIcon">icon1.jpg</entry>
<entry key="imageIcon">icon2.jpg</entry>
<entry key="videoIcon">icon3.jpg</entry>
</properties>