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
parent
1e26ab58a3
commit
43794c8d0f
1 changed files with 8 additions and 1 deletions
@ -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…
Reference in new issue