This course is aimed at those who intend to study the 2-year masters program in Business Intelligence at Dalarna University, but are lacking an introductory course in object-oriented programming.
On completion of this course, students will be able to:
- Create Java applications with a user interface where a user can insert, delete, up-date and list data from a data source
- Write and use self-developed classes in order to create working objects
- Create objects from classes and calling methods
- Use standard classes from the Java API to solve programming problems
- Use control structures such as sequence, selection, iteration in order to control the flow of a program
- Use the UML (Unified Modelling Language) during the design phase in the program development cycle, i.e. develop an object-oriented model using UML-notation
- Document programs using javadoc
- Explain relevant concepts and terminology in program development
- Describe and explain how the Java platforms are related to each other and how they are used
- Show basic understanding of how to manage Event Handling in Graphical User Interfaces (GUI)
- Write to, and read from text files