Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion content/docs/arrays.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Java Arrays
description: In this tutorial, we will learn how to use the Java continue statement to skip the current iteration of a loop.
description: Complete guide to Java arrays with examples. Learn array declaration, initialization, accessing elements, and array operations in Java programming.
icon: Grid3X3
---

An array is a collection of similar types of data.
Expand Down
3 changes: 2 additions & 1 deletion content/docs/basic-input-output.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Java Basic Input and Output
description: In this tutorial, you will learn simple ways to display output to users and take input from users in Java.
description: Complete guide to Java input/output with examples. Learn System.out.println, Scanner class, print vs println, and user input techniques.
icon: Terminal
---

## Java Output
Expand Down
Loading
Loading