Card 62 / 76: Which Java API allows for extensive use of the polymorphism OO principle?
A)
Logging API
B)
Collections API
C)
Concurrency API
D)
Networking API
Answer:
B) Collections API
Previous Card | ← Previous Card Button |
Next Card | → Next Card Button |
Flip Card | Space-Bar |
A, C, and D are incorrect.
Although polymorphism may be used in some areas of other Java APIs, the Collections API uses the feature quite commonly.
|