From 43794c8d0ffef5127511dd721a5a50aa411219e8 Mon Sep 17 00:00:00 2001 From: Kartikey Verma <91731654+kartikver15gr8@users.noreply.github.com> Date: Mon, 12 Sep 2022 16:42:25 +0530 Subject: [PATCH] Add data types and variables resources (#1732) * Update 101-data-types-variables.md * Update content/roadmaps/110-java/content/100-java-fundamentals/101-data-types-variables.md Co-authored-by: Kamran Ahmed --- .../100-java-fundamentals/101-data-types-variables.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/110-java/content/100-java-fundamentals/101-data-types-variables.md b/content/roadmaps/110-java/content/100-java-fundamentals/101-data-types-variables.md index d578d07aa..e749dc845 100644 --- a/content/roadmaps/110-java/content/100-java-fundamentals/101-data-types-variables.md +++ b/content/roadmaps/110-java/content/100-java-fundamentals/101-data-types-variables.md @@ -1 +1,8 @@ -# Data types variables \ No newline at end of file +# Data Types and Variables + +Variable in Java is a data container that stores the data values during Java program execution. Every variable is assigned a data type, which designates the type and quantity of values it can hold. Variable is a memory location name of the data. The Java variables have mainly three types: Local, Instance and Static. + +Free Content +What are Data Types & Variables? +Java Variables +Learn more about Data types and Variables