Which of the following is true about the code below? public class MyClass public void method(T item) { System. out. printl n('hi!') ; } there is NO syntax or runtime error it has a syntax (compiler) e
A) MyClass code
B) Syntax error
C) Runtime error
D) Code functionality