Implement the Serializable Interface

Implement the Serializable Interface

hii

How many methods do u implement if implement the Serializable Interface?

View Answers

October 25, 2010 at 3:19 PM

hiii,

The Serializable interface is just a "marker" interface, with no methods of its own to implement.









Related Tutorials/Questions & Answers:
Implement the Serializable Interface
Implement the Serializable Interface  hii How many methods do u implement if implement the Serializable Interface?   hiii,ADS_TO_REPLACE_1 The Serializable interface is just a "marker" interface, with no methods
secret behind Serializable interface
secret behind Serializable interface  How serialization work? What is the secret behind it. Can we create our one serializable interface. If so how
Advertisements
Can an Interface implement another Interface?
Can an Interface implement another Interface?   Hi, Can an Interface implement another Interface? Thanks
Implement an interface in a JSP
Implement an interface in a JSP  Can we implement an interface in a JSP?   
Serializable
Serializable   what is serializable and when it is used
serializable & serialization
serializable & serialization  what is the difference between serializable and serialization in java
In Composite Key Insertion Operation why the POJO class should implement Seriliazalbe interface?
In Composite Key Insertion Operation why the POJO class should implement Seriliazalbe interface?  In normal primary key insertion operation pojo class is not implementing the java.io.serialiazable interface, But in case
Interface Interceptor in Struts2.2.1
Interface Interceptor in Struts2.2.1 The Interface Interceptor (com.opensymphony.xwork2.interceptor ) extends Serializable interface and is a stateless class.... The Interceptor Interface have three methods are as follows- void destroy
The implement keyword
an interface must either implement all the methods of that interface otherwise known... the interfaces. When a class implements more than one interface then implement... The implement keyword      
Serializable Interface
java serializable tutorial
java serializable tutorial  What is Java Serializable
Interface
Interface  I need to implement the interface without overriding its method and also don't use abstract class for this. How to do
java serializable default constructor
java serializable default constructor  java serializable default constructor
interface
variables.Any class can implement(inherit)the interface and make use...interface  what the use of interface?   An interface is one... is achieved by using the interface (by implementing more than one interface at a time
ModuleNotFoundError: No module named 'serializable'
ModuleNotFoundError: No module named 'serializable'  Hi, My Python... 'serializable' How to remove the ModuleNotFoundError: No module named 'serializable' error? Thanks   Hi, In your python
Interface
implement(inherit)the interface and make use of the methods(functions... for Interface in java? and want to know why they used interface instead of multiple inheritance? Thanks in advance   An interface is one which has abstract
interface
interface   what is the use of marking interface
Markable Interface
) the state of an object then you have to implement the Serializable interface...Markable Interface  In Java can we create our own Markable Interface?? If yes then how, Please explain with example   Marker interface
interface.
interface.  Write short note on interface.   Please visit the following link: Java Interface
Interface in java with example
implement them. Java interface is nothing but is a empty collection...We are going to discuss about Interface in Java. Interface is blueprint of a class. Interface is a collection of abstract methods. Interface has only
interface
interface  will the interface implements a interface   Hi Friend, No. Interface can extends another interface but cannot implements it, because interface will not contain the implementation. Thanks
INTERFACE
INTERFACE  how interface support multiple inheritance in java
interface
interface   Hi I have interface in that interface 3 methods are there , after some days client said that,i want to add one more method in that interface ,so how can add 4 method so that the implemented class did not affect
interface
interface  can we extend interface?   Hi Friend, Yes an interface can be extended by other interface like using extends keyword interface A{ } interface B extends A{ } For Example: interface IntefaceA { void
interface
interface  What is marker interface ?? what is its use in java programming?? is this us in programming ??Explain is implementation with code
interface
interface  develop a library interface which has drawbook(),returnbook()(with fine),checkstatus() and reservebook() methods.all the methods tagged with public
interface
interface  develop a library interface which has drawbook(),returnbook()(with fine),checkstatus() and reservebook() methods.all the methods tagged with public
ModuleNotFoundError: No module named 'json_serializable'
ModuleNotFoundError: No module named 'json_serializable'  Hi, My... named 'json_serializable' How to remove the ModuleNotFoundError: No module named 'json_serializable' error? Thanks   Hi, In your
ModuleNotFoundError: No module named 'json_serializable'
ModuleNotFoundError: No module named 'json_serializable'  Hi, My... named 'json_serializable' How to remove the ModuleNotFoundError: No module named 'json_serializable' error? Thanks   Hi, In your
interface
interface  why do we need interface in java..if it`s usefull for to obtain multiple inheritance in the sense how it gonna be achieved...and i can...)...the y we need interface...THis is question often i heard from my developer
interface
interface  What is the exact use of interface in real time scenario? some people says that interface provides multiple inheritance. Is it true...; Through interface, we can achieve the multiple inheritance. Java does
Interface
Interface  1.Create an interface names ShapeInterface that has two... class a.Rectangle that uses the interface b.Circle that uses the interface and abstract class   interface ShapeInterface{ int l=0,b=0; public
Interface
Interface  1.Create an interface names ShapeInterface that has two... class a.Rectangle that uses the interface b.Circle that uses the interface and abstract class   interface ShapeInterface{ int l=0,b=0; public
Interface
Interface  Declare an Interface called property containting a method compute price to compute &return the price.The inerface is to be implemented by follwaing two class (1)Bungalow&(2)Flat both the lasses have following
Marker Interface,Java Marker Interface
) the state of an object then you have to implement the Serializable interface... implement the Clonable interface. While the Clonable is an empty interface...; If we add a method to an interface then we will have to implement
PHP Interface Class
PHP Interface Class: PHP does not support multiple inheritance directly, to implement this we need Interface. It is much similar to Interface of Java... implement more than one interface and one interface can be implemented by another
Marker Interface - Java Interview Questions
have to implement the Serializable interface otherwise the compiler will throw... this functionality one should implement the Clonable interface. While the Clonable...Marker Interface   Hi Deepak, Marker interface means
Java interface
Java interface  What must a class do to implement an interface?  It must provide all of the methods in the interface and identify the interface in its implements clause
null interface
null interface   what is the null interface and what is the use of it in real java project ?   Hi Friend, A null interface is an interface without any methods.Is also known as Marker interface. Null interfaces are used
Java Interview Questions 3
interface? Answer:There is no method in the Serializable interface. The Serializable interface acts as a marker, telling the object...: There are two methods in the Externalizable interface. You have to implement these two
Implement push
Implement push  Hi.. How do you implement push on a flex applications? give me answer with example so i clearly understand Thanks  Ans: push implement on a flex applications using BlazeDS Server
ModuleNotFoundError: No module named 'django-serializable-model'
ModuleNotFoundError: No module named 'django-serializable-model'  Hi...: No module named 'django-serializable-model' How to remove the ModuleNotFoundError: No module named 'django-serializable-model' error? Thanks  
Implement push
Implement push  hi....... just tell me about How do you implement push with flex data services? give me answer with example Thanks  Ans: Using BlazeDS Server and Live Cycle Data Services
interface_querry
interface_querry  By using interface we have to implement all unimplemented methods into our class, even though we are not using all of methods, what is the alternative
Interface in Java
(save) the state of an object then you have to implement the Serializable... should implement the Clonable interface. While the Clonable is an empty... to implement this interface by any class.. In Abstract classes we can add
Interface in javascript
Interface in javascript  Implement an interface in javascript, which takes in a collection of objects, and the column names on which we should build indexes ( say a simple BST) and defines the "where" query functionality
Abstract and Interface
of methods but does not implement them. A class that implements the interface agrees to implement all of the methods defined in the interface Difference Between...Abstract and Interface  What is interface? When time is most suitable
Implement transaction serializability
Implement transaction serializability  I need to implement transaction serializability in Java using semaphores/monnitors. What is the code to do
Interface in java
combination. An abstract class can implement an interface. A class can able...An interface must be declared with the keyword interface. An interface is 100% pure abstract class that's mean an interface can have only abstract method
Where to implement spring - Spring
Where to implement spring   Hi, Where we implement spring framework in j2ee appplication. I mean which layer .Thanks

Ads