Update 102-java.md (#1071)

This commit is contained in:
qrav
2022-01-28 11:25:30 +01:00
committed by GitHub
parent 52fa640dcf
commit 1bdc3ebd14

View File

@ -1 +1,10 @@
# Java
Java is general-purpose language, primarily used for Internet-based applications.
It was created in 1995 by James Gosling at Sun Microsystems and is one of the most popular options for backend developers.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://www.java.com/'>Java Website</BadgeLink>
<BadgeLink colorScheme='green' badgeText='Learn' href='https://www.codecademy.com/learn/learn-java'>Codeacademy - Free Course</BadgeLink>
<BadgeLink colorScheme='green' badgeText='Learn' href='https://www.w3schools.com/java/'>W3 Schools Tutorials</BadgeLink>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=eIrMbAQSU34'>Java Crash Course</BadgeLink>