Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- This sheet is a work in a progress. I will be adding editing removing and reordering the terms as we go.
- 1. Hello World
- translator
- compiler
- interpreter
- Java technology = Language + platform
- Platform - Runtime + API
- Runtime - virtual machine
- API - Application Programming Interface
- API - library of functions (tools)
- 2. Primitive data types
- int - integer (Цяло число)
- float - floating point (Число с плаваща запетая)
- char - character (Символ)
- string - (символен низ)
- boolean - (Булева стойност)
- 3. operators
- 4. COnsole
- 5. Conditional logic
- 6. Loops
- 7. Arrays
- 8. Numberign Systems
- 9. Methods
- 10. Recursion
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement