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 to know the compiled version of jar file or class file?

Explain briefly about POJO in Java?