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: 5 months ago
JSON representation

Java practice beginner

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