Page 1 of 1

Create and use map implementation.

Posted: Tue Jun 04, 2013 4:51 am
by The_Nick
Hi,
Create and use List, Set and Deque implementations
Create and use map implementations.
Do the above quoted exam topics, imply that we are going to be tested not only in how good we know the implementations provided by jdk API but also to create our own implementation of these interfaces?

Thanks in advance.

The_Nick.

Re: Create and use map implementation.

Posted: Tue Jun 04, 2013 7:03 am
by admin
We haven't seen anything on the exam that relates to creating your own implementation of these interfaces. What they mean by create is how to instantiate these classes.

HTH,
Paul.