Which interfaces does Properties implement?.
A.
The Properties class is a Map, making III correct.
Hashtable and HashMap are concrete classes rather than interfaces, so I and II are incorrect.
While a Properties object is a Hashtable, this is not an interface.
Since only III is correct, Option A is the answer.