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