Skip to content

Commit 4779924

Browse files
committed
Added core java examples project
1 parent b41e66a commit 4779924

File tree

128 files changed

+5408
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

128 files changed

+5408
-0
lines changed

core-java/corejava/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/bin
2+
/bin/*

core-java/corejava/Threads.docx

27.1 KB
Binary file not shown.

core-java/corejava/db.properties

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
url=jdbc:mysql://localhost:3306
2+
user=lakshman
3+
password=${password}
4+
5+
users[0].name=krish
6+
users[1].name=Charan
7+
users[2].name=Manoj
8+
# YML/YAML or .properties
9+
10+
greetings=com.lwl.cj.day30.NGreetings

core-java/corejava/emp.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
1001,Krish,35,CS
2+
1015,Kiran,48,CS
3+
1003,Mahesh,48,CS
4+
1050,CV,23,EC
5+
1005,Amala,22,IS
6+
1006,Charan,33,CS
7+
1007,Kaml,31,IS
8+
1008,John,24,CS
9+
1010,Krish,45,IS
10+
1020,Kiran,25,EC

core-java/corejava/lib/lombok.jar

1.71 MB
Binary file not shown.

0 commit comments

Comments
 (0)