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?

How do you count the number of String objects created in a program in Java? What is the easiest way to identify it?