This is little different from what already been asked for here
I would like to know what topics/APIs are most important for Java interviews. for example –
- Concurrency,
- Collections
…..and like that.
The reason is because implementations like ConcurrentHashMap (read here) have so much details in them, that one would like to discuss about them as it covers many important aspects
I’d say there are two things you need for every java interview:
Apart from that, read whatever seems appropriate to the job description, but I’d say these two are elementary.
I guess these packages are relevant for every java job: