what is meant by serialization?

Answer Posted / shakir khan

serialization is the mechanism by which youcan save
the state of an object by converting in to a byte stream.

Is This Answer Correct ?    13 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the advantages of unicode?

553


What is local class in java?

530


In java how do we copy objects?

563


Difference between notify() method and notifyall() method in java?

558


Can java inner class be static?

566






Is java platform independent?

576


Can we override constructors?

551


What is entry set in java?

545


If you do not want your class to be inherited by any other class. What would you do?

571


What are the different http methods?

545


Tell us something about different types of casting?

527


What are the default and parameterized constructors?

567


What are the advantages of assembly language?

509


What is variable in java?

535


Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.

2291