[BAEL-9555] - Created a core-java-modules folder

This commit is contained in:
amit2103
2019-05-05 17:22:09 +05:30
parent 8b63b0d90a
commit 3bae5e5334
1480 changed files with 25600 additions and 5594 deletions

View File

@@ -0,0 +1,13 @@
*.class
#folders#
/target
/neoDb*
/data
/src/main/webapp/WEB-INF/classes
*/META-INF/*
# Packaged files #
*.jar
*.war
*.ear

View File

@@ -0,0 +1,3 @@
version=1.0
name=TestApp
date=2016-11-12

View File

@@ -0,0 +1,3 @@
c1=files
c2=images
c3=videos

View File

@@ -0,0 +1,4 @@
# this is sample property file for PropertiesLoaderTest configuration needs
! this is also a comment
sampleConfEntry = sample String value
colonSeparatedEntry : colon separated entry value

View File

@@ -0,0 +1,4 @@
site=www.google.com
name=DefaultAppName
topic=Properties
category=core-java

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1 @@
The façade pattern is a software-design pattern commonly used with object-oriented programming.

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>

View File

@@ -0,0 +1,2 @@
#Copy a File with Java (www.Baeldung.com)
Copying Files with Java is Fun!

View File

@@ -0,0 +1,2 @@
111
222

View File

@@ -0,0 +1,2 @@
Hello
World

View File

@@ -0,0 +1 @@
Test of JNDI on file.

View File

@@ -0,0 +1 @@
Hello world

View File

@@ -0,0 +1 @@
Hello world 1

View File

@@ -0,0 +1 @@
2,3 4

View File

@@ -0,0 +1 @@
Hello 1

View File

@@ -0,0 +1 @@
青空

View File

@@ -0,0 +1,2 @@
Hello world
Test line

View File

@@ -0,0 +1 @@
John,Adam-Tom

View File

@@ -0,0 +1,2 @@
Hello world
Hi, John