Nane Kratzke

Lecture:

Programming II

Published: 01 Apr 2026 (latest update: 18 May 2026)
Short: Prog II
Semester: SS 2026
Study: Computer Science

The course Programming II continues Programming I by introducing more sophisticated programming concepts for second-semester students. JAVA is used as a teaching language. (The C programming language is covered as well. However, this is not covered by this post.) Nevertheless, the principles apply to every (class-based) object-oriented programming language.

The course is given for students of the Computer Science/Software Engineering study programme at the Lübeck University of Applied Sciences and will cover the following aspects:

  • Objectoriented Programming
  • Generics introducing concepts like generic classes and methods as well as concepts like type erasure and bounded types
  • Recursive programming
  • Lambda/Stream programming in Java

Material