Question:As part of the type erasure process, when compiling a class or interface that extends a parameterized class or implements a parameterized interface, the compiler may need to create a synthetic method, called a _________.
A bridge method
B helper method
C stub method
D raw method
+ AnswerA
+ Report