- 1. Java
- 2. First steps
- 2.1. Java Installation
- 2.2. Java Installation on Ubuntu Linux
- 2.3. Java from Oracle
- 2.4. Hello World in Java
- 2.5. Java Data Types
- 2.6. Java Variable declaration
- 2.7. Java comments
- 2.8. Java prompt - read from STDIN
- 2.9. Convert string to number
- 2.10. Add Command line values
- 2.11. Add Command line integers
- 2.12. Java for-loop
- 2.13. Java while-loop
- 2.14. Java command line arguments
- 2.15. Concatenate strings in Java
- 2.16. Use class
- 2.17. Method signature
- 2.18. Use Java class from another class
- 2.19. Calc
- 2.20. Cat
- 2.21. Grep
- 2.22. Read file
- 2.23. Read line
- 2.24. Regex
- 2.25. Regex Test harness
- 2.26. Split a string
- 2.27. Java: Run external program
- 2.28. Method Overloading
- 2.29. Public instance attributes
- 2.30. Getter for private instance attributes
- 2.31. Setter for private instance attributes
- 2.32. Compile and Run in shell
- 2.33. Static or Class attribute
- 2.34. inheritance
- 2.35. Combination
- 3. Other
- 3.1. Other examples
- 3.2. Regex
- 3.3. Split
- 3.4. Substring
- 3.5. Mixing types in add