Analyze the classes at hand.
The Generator class's newInstance method must create an Event for each new call, but the compiler currently complains about the syntax.
Redo the Generator class to make the object creation work.
Object generator
- 8
Locked
Comments (3)
- Popular
- New
- Old
You must be signed in to leave a comment
MaGaby2280
2 July 2021, 22:14
Just be aware that the "newInstance()" the task requires has been deprecated since Java 9
0
Patrick Moreland
6 June 2020, 06:58
I spent way too long on this task because I didn't realize the word "Class" (uppercase C) in the conditions was referring to Java.lang.Class. I thought it was referring to Generator.
0
JianQiu Hwang
12 April 2020, 14:49
This task should be placed in lecture10, after lecture 9(Generics: ? wildcard), instead of lecture08.
0