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

Explain briefly about POJO in Java?

How do I create an array of a string?

In Java, how would you create a function that prints out a string every 10 seconds?