1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-20 08:02:35 +02:00

Updated and fixed java resources (#2835)

* Fixed resource type

Fixed resource type from watch to read in 'Learn more about Data types and Variables'

* Updated java-fundamental resources

Replaced non-English resource with English one.
Added switch and nested conditional video resource
This commit is contained in:
Md Abid Hussain
2022-11-01 13:00:07 +05:30
committed by GitHub
parent c76e2c9468
commit 5c6cc3a950
2 changed files with 3 additions and 2 deletions

View File

@@ -9,4 +9,4 @@ Data Types are divided into two group -
<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>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.javatpoint.com/java-data-types'>Learn more about Data types and Variables</BadgeLink>

View File

@@ -11,4 +11,5 @@ Java has the following conditional statements:
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.educative.io/answers/what-are-conditional-statements-in-programming'>What are Conditional statements?</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.javatpoint.com/java-if-else'>Conditionals in Java</BadgeLink>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=YPK6NYMJt_A'>Conditionals in Java</BadgeLink>
<BadgeLink badgeText='Watch' href='https://youtu.be/ldYLYRNaucM'>Conditionals and Loops in Java</BadgeLink>
<BadgeLink badgeText='Watch' href='https://youtu.be/mA23x39DjbI'>Switch Statements + Nested Case in Java</BadgeLink>