Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

I dont want to use serialzable in java is there any another
concept
so plz tell me

Answer Posted / niraj deshmukh

Java provides Serialzable Interface to persist the object
state in distributed enviroment (if wanted to transfer the
over wire).

for e.g :
class persist implements Serializable {
// object's state needs to persist
private String state;
.
.
}

There is another way to achieve this behavior using
"Externalizable" interface. By implementing this, developer
can customized the serializable process.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you inherit from an abstract class java?

1050


Is minecraft 1.15 out?

1017


What is a generic data type?

1124


What are the different types of inner classes?

1079


Describe the Big-O Notation.

1102


What are different types of references?

1028


What are the different http methods?

1106


Is string is a data type?

992


How many types of equations are there?

1068


What is * argv?

1313


What is immutability in java?

1138


What is a jagged array in java?

1181


What is data type in java?

948


What is module with example?

1101


Explain enumeration in java?

1051