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 <kamranahmed.se@gmail.com>
pull/1745/head
Kartikey Verma 2 years ago committed by GitHub
parent 1e26ab58a3
commit 43794c8d0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      content/roadmaps/110-java/content/100-java-fundamentals/101-data-types-variables.md

@ -1 +1,8 @@
# Data types variables
# 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.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.guru99.com/java-variables.html'>What are Data Types & Variables?</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.javatpoint.com/java-variables'>Java Variables</BadgeLink>
<BadgeLink badgeText='Watch' href='https://www.javatpoint.com/java-data-types'>Learn more about Data types and Variables</BadgeLink>

Loading…
Cancel
Save