feat(java): add official articles on basic syntax and update the content (#7665)

7664-python-roadmap-need-to-include-jinja2-template-engine
Rogério Ferreira de Souza 3 weeks ago committed by GitHub
parent f69130e918
commit e9647bbe92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      src/data/roadmaps/java/content/100-java-fundamentals/100-basic-syntax.md

@ -1,11 +1,12 @@
# Basic Syntax # Basic Syntax
Understanding the basics is the key to a solid foundation. In this section, learn the basic terminologies, naming conventions, reserved words, conditions, functions, data structures, OOP, packages, etc. Understanding the basics is the key to a solid foundation. In this section, learn the basic terminologies, naming conventions, reserved keywords, expressions, statements, data structures, OOP, packages, etc.
- To print output use --> System.out.println(); - To print output use --> System.out.println();
- To take input from user --> Scanner or BufferedReader class can be used - To take input from user --> Scanner or BufferedReader class can be used
Visit the following resources to learn more: Visit the following resources to learn more:
- [@official@Java Language Basics](https://dev.java/learn/language-basics)
- [@video@Java - Basic Syntax](https://www.youtube.com/watch?v=81piDKqPxjQ) - [@video@Java - Basic Syntax](https://www.youtube.com/watch?v=81piDKqPxjQ)
- [@video@Java Tutorial for Beginners](https://www.youtube.com/watch?v=RRubcjpTkks) - [@video@Java Tutorial for Beginners](https://www.youtube.com/watch?v=RRubcjpTkks)

Loading…
Cancel
Save