What Do You Understand By Unsupportedoperationexception?

devquora
devquora

Posted On: Feb 22, 2018

 

The UnsupportedOperationException is the exception; it is used for indicating that the operation is not supported. It is also used extensively in JDK classes, in Collection Framework, java.util.collections.UnmodifiableCollection by this exception for all add or remove operations.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Java Play Interview Questions

    What Is JAVA Play Framework?

    Play Framework makes it easy to build scalable, fast and real-time web applications with Java and Scala. In other words..

    Java Play Interview Questions

    What Do You Mean By The Java Collection Framework?

    Collections are utilized in various programming languages and basic release contained some classes for collections such..

    Java Play Interview Questions

    What Are The Advantages Of Collections Framework?

    Some of the advantages of collections framework are: The reduce development effort by using core collection classes rat..