Answer Posted / mohan
The process of saving the state of the object in the byte
stream and send it over the network.. it is really useful in
cases like if u want to transfer object state over the
network..and at the receiving end we can deserialize it and
restore the object state .. but here u need to explicitly
type cast into desired object..
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
In java, how we can disallow serialization of variables?
how to create multithreaded program? : Java thread
Is Java a dying language?
Explain a few methods of overloading best practices in java?
What is a instance variable?
Can a private method be declared as static?
What is the static method?
Is set thread safe java?
How does arraylist size increase in java?
Explain notify() method of object class ?
What is the difference between access specifiers and access modifiers in java? 16
Q1.A. Write note on “The class path Environment Variable”? B. Which are different kinds of source code? Q2.A. How to create an interface? B. Why convert an applet to an application? Q3.A. How to use Media tracker Class. B. How to use string tokenizer class. Q4 A. Explain the overview of UDP messaging. B. Difference between SQL Exception class and SQL Warning class. Q5. A. How to create com object in Java? B. Write short notes on “The properties class” Q6. A. When object is created and destroyed? B. Explain the JDB in depth & command line. C. Write short notes on Web Sites.
Is it possible to write a regular expression to check if string is a number?
When will we prefer to use set and list in java and why?
What is a package in java? List down various advantages of packages.