Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

What is Externalizable interface in Java?

Pragya Keshap answered on February 4, 2023 Popularity 2/10 Helpfulness 1/10

Contents


More Related Answers

  • Interface Segregation principle java
  • Java 8 Functional Interfaces
  • java make all interfaces implement another
  • how to extend an interface
  • can interface have attributes java
  • java implement interface
  • interface java
  • interfaces are used as
  • Interfaces in Java
  • interface extending interface in java
  • Java Interface
  • do you have to implement all methods of an interface java
  • why we can implement more than one interface in java
  • Interface declaration in java
  • interface java
  • Interfaces in Java
  • interface in java
  • interface in java
  • java coding standards for interfaces
  • java code to implement hybrid interface
  • Using interfaces wherever possible
  • Java Program to illustrate Callable interface
  • UnaryOperator Interface in Java
  • What is the difference between Serializable and Externalizable interface?
  • Which annotation enables component scanning for interfaces that declare they are Feign clients?
  • class as interface
  • Using interfaces wherever possible
  • java interface class
  • Interface in java

  • What is Externalizable interface in Java?

    0

    Externalizable interface extends Serializable interface in Java. It is

    used for giving the Class control over saving and restoring the

    contents of its instances.

    A class implements methods writeExternal() and readExternal() to

    store and restore the object.

    https://www.geeksforgeeks.org/externalizable-interface-java/

    Popularity 2/10 Helpfulness 1/10 Language java
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Feb 04 2023
    Pragya Keshap
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.