Skip to content

Commit 06e3d40

Browse files
committed
Added New File with Some syntax Changes
1 parent 37c6fdb commit 06e3d40

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

JavaTestMahesh/src/com/mahesh/Collections/ArrayListEx.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ public static void main(String args[]) {
1414
obj.add("Ajeet");
1515
obj.add("Harry");
1616
obj.add("Chaitanya");
17+
1718
obj.add("Steve");
1819
obj.add("Anuj");
1920

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
package com.mahesh.Collections;
2+
3+
public class ListToString {
4+
5+
public static void main(String[] args) {
6+
// TODO Auto-generated method stub
7+
8+
}
9+
10+
}

0 commit comments

Comments
 (0)