I came across a question in the JavaExams mock
test:
Q)
Which category does java.awt.Container belong in?(choose one)
a: interface
b: abstract class
c: normal class
d: none of the above
The correct answer was given as c: normal class
But the Container class is an abstract class so the right answer should be b:.
or am I missing something.

Please help.