Week 8: Javadoc / Pattern-Based Design Flashcards
1
Q
What does a class-level Javadoc example look like?
A
2
Q
What does a field level Javadoc comment look like?
A
3
Q
What does a method level Javadoc comment look like?
A
4
Q
What is the syntax for a Javadoc comment?
A
5
Q
What are the tags for Javadoc blocks?
A
6
Q
What are the common Javadoc inline tags?
A
7
Q
What does the @link tag do? Syntax?
A
8
Q
What does the @code tag do? Syntax?
A
9
Q
What do the @versoin or @author tags do? Syntax?
A
10
Q
Where should Javadoc field comments go?
A
11
Q
What are design patterns?
A
12
Q
What is the three-part rule for design patterns?
A
13
Q
Design pattern example
A
14
Q
What encompasses an effective design pattern?
A
15
Q
What are the kinds of design patterns?
A