Looking for SWPP 5IT NEMI NEUN 2025/26 test answers and solutions? Browse our comprehensive collection of verified answers for SWPP 5IT NEMI NEUN 2025/26 at moodle.tsn.at.
Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!
Welche Deutung ist korrekt?
class Money {
private final int cents;
/* equals/hashCode nach Wert */
}
class Order {
private String id;
private Money total;
}
Clean Architecture führt zu hoher Testbarkeit.
Was ist ein Kerngedanke der Clean Architecture?
Was zeichnet eine gute Architecture Decision Record (ADR) aus?
Welche Aufgabe hat ein Repository in DDD?
Welche Regel dient der Beherrschung von Abhängigkeiten?
Welche Praxis widerspricht Ports and Adapters besonders?
Wie funktioniert die @RequestBody-Annotation im Kontext eines POST-Requests?
Wie können benutzerdefinierte Methoden im Repository hinzugefügt werden, ohne Verwendung von SQL-Code?
Was macht den Kern der Applikation technologieneutral?