1.T/F the access modifier protected is necessary for polymorphism.
2.T/F Linked lists can only be accessed in sequential order.
3.T/F Primitive data types can be compared with equals().
4.T/F Superclasses inherit all methods and fields from their subclass.
5.T/F Collections in the JavaAPI can grow by adding new elements.
6.T/F For interfaces some methods are defined abstract.
2.T/F Linked lists can only be accessed in sequential order.
3.T/F Primitive data types can be compared with equals().
4.T/F Superclasses inherit all methods and fields from their subclass.
5.T/F Collections in the JavaAPI can grow by adding new elements.
6.T/F For interfaces some methods are defined abstract.