Description
What you will learn
- Develop simple programs in Java making use of conditionals, loops, and recursion
- Understand basic mechanisms of the OOP paradigm, as well as use the API of some of the most common Java classes
- Detect and correct common programming errors at compile time and runtime
- Compare the efficiency of programs in terms of resources used
- Model simple programs using basic software engineering techniques
- Develop and use basic data structures including lists, stacks, queues and trees
- Develop and use linear and non-linear data structures and implement algorithms for efficient searching and sorting of data