diff --git a/docs/content/java/concepts/queue/terms/size/size.md b/docs/content/java/concepts/queue/terms/size/size.md
new file mode 100644
index 00000000000..2353ea98466
--- /dev/null
+++ b/docs/content/java/concepts/queue/terms/size/size.md
@@ -0,0 +1,9 @@
+# size()
+
+The `size()` method returns the number of elements currently stored in a queue. It does not modify the queue or inspect the elements themselves, only reports how many are present.
+
+## Syntax
+
+```java
+int size = queue.size();
+
diff --git a/excursion/.DS_Store b/excursion/.DS_Store
new file mode 100644
index 00000000000..6bad33ff8ec
Binary files /dev/null and b/excursion/.DS_Store differ
diff --git a/excursion/index.html b/excursion/index.html
new file mode 100644
index 00000000000..3c044a1b955
--- /dev/null
+++ b/excursion/index.html
@@ -0,0 +1,16 @@
+
+
+