diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..94a25f7
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index c9ee3fe..424a188 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -1,7 +1,9 @@
-
+
+
+
@@ -98,8 +100,8 @@
-
-
+
+
@@ -140,6 +142,9 @@
+
+
+
+
@@ -186,11 +192,6 @@
-
-
-
-
-
@@ -424,7 +425,6 @@
-
@@ -434,9 +434,9 @@
-
-
-
+
+
+
@@ -501,12 +501,6 @@
-
- file://$PROJECT_DIR$/src/arraylist/example/UseOfArrayList.java
- 12
-
-
-
@@ -639,8 +633,8 @@
-
-
+
+
diff --git a/08-25-18-class-notes b/08-25-18-class-notes
new file mode 100644
index 0000000..ab49c98
--- /dev/null
+++ b/08-25-18-class-notes
@@ -0,0 +1,20 @@
+08-25-18 class notes
+
+finalize(): to destroy object; called by garbage collector.
+Singleton:
+
+Make constructor private
+Singleton patter helps to keep only one instance os a class at a time.
+
+String API:
+
+Iterator
+
+For each loop
+
+ArrayList
+
+Git Branch
+
+
+