Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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