Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sophy8281/java-prac-beg
Java practice beginner
https://github.com/sophy8281/java-prac-beg
Last synced: 4 days ago
JSON representation
Java practice beginner
- Host: GitHub
- URL: https://github.com/sophy8281/java-prac-beg
- Owner: Sophy8281
- Created: 2022-02-26T17:25:01.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-04-01T18:30:48.000Z (over 2 years ago)
- Last Synced: 2024-05-11T20:40:54.556Z (6 months ago)
- Language: Java
- Homepage:
- Size: 96.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# beginner-java-practice
## Key learning points
1. Variables and Types
2. Defining and calling methods
3. Adding parameter to methods
4. Multiple parameters and returning a value
5. Control flow - conditional statements like if...else