Software Development in Java
Unit code: HIT6037
| Credit points | 12.5 Credit Points |
| Duration | 1 Semester or equivalent |
| Contact hours | 48 hours |
| Campus | Hawthorn |
| Prerequisites | |
| Corequisites | Nil |
Related course(s)
A unit of study in the Master of Information Technology, Graduate Certificate of Information Technology, Graduate Diploma of Information Technology, Master of Information Technology (Professional Computing) and Master of Technology (Information Technology).Aims and objectives
Learning Outcomes
After successfully completing this unit of study, students should be able to:
After successfully completing this unit of study, students should be able to:
- Explain and apply object-oriented programming concepts, including objects, classes, methods, encapsulation, composition, inheritance, polymorphism, interfaces.
- Based on given problem specifications, develop and test small to medium sized Java programs.
- Discuss issues involved in the implementation and application of different programming concepts in Java.
- Describe, interpret and apply Java coding and documentation standards.
Content
Introduction to Java language.
• Programming structures
• The root class: java.lang.Object
• Coding conventions
• Constructors
• Exceptions
• Programming structures
• The root class: java.lang.Object
• Coding conventions
• Constructors
• Exceptions
Introduction to Object-Oriented Programming
• Objects
• Classes
• Methods
• Encapsulation
• Composition
• Inheritance
• Polymorphism
• Interfaces
The Java Platform
• Collections
• Input/Output
• Text processing
• Collections
• Input/Output
• Text processing
• Object-Oriented Application Frameworks
• Unit testing
• Events and event handling
• Introduction to GUI programming
• Unit testing
• Events and event handling
• Introduction to GUI programming
References
Students will be advised of appropriate relevant reading when the unit is offered.Typical texts:
Horstmann CS and Cornell G, Core Java 2 Volume 1 - Fundamentals, 8th edn, Prentice Hall 2007
Savitch W, Java: An Introduction to Problem Solving & Programming, 5th edn, Prentice Hall, 2007.
Barnes, DJ and Kölling, M: Objects First With Java - A Practical Introduction Using BlueJ, 34th ed, Prentice Hall / Pearson Education, 2009
