Engineering Full Stack Apps with Java and JavaScript
What should be inserted in the code given below at line marked //10:
class MyClass{ } class MyComparable implements Comparable<MyClass>{ public int compareTo( *INSERT CODE HERE* x ){ //10 return 0; } }
Select 1 option
A. Object
B. MyClass
C. Object<MyClass>
D. Comparable<MyClass>
E. Comparable