What are the predefined abstract classes in Java?

What are the predefined abstract classes in Java?




There are many but some of them are AbstractMap<K,V>, AbstractMap<K,V>,AbstractCollection<E>,AbstractList<E>  ext.

Comments

Popular posts from this blog

How do I create an array of a string?

Explain briefly about POJO in Java?