mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-03-15 12:49:43 +01:00
feat(java): add official articles on basic syntax and update the content (#7665)
This commit is contained in:
parent
f69130e918
commit
e9647bbe92
@ -1,11 +1,12 @@
|
||||
# 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 take input from user --> Scanner or BufferedReader class can be used
|
||||
|
||||
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 Tutorial for Beginners](https://www.youtube.com/watch?v=RRubcjpTkks)
|
||||
|
Loading…
x
Reference in New Issue
Block a user