What is the difference between serialization and
deserialization?
Answer Posted / ravikiran(aptech mumbai)
serialization is the process of saving the object state into
output stream.
Deserialization is the process of getting the object state
from output stream.
Is This Answer Correct ? | 9 Yes | 8 No |
Post New Answer View All Answers
What is difference between core java and java ee?
Compare java and python.
Explain about OOPS concepts and fundamentals.
When parseint method can be used?
Explain about fail fast iterators in java?
Can we increase size of array?
For ease of programming you can consider the maze as a 2D array with colors represented by below integer and characters (in capital letters). • B - Black • W -White • G- Green • R- Red R B W B W W W W W W B W B B W W W W W W W B W B W W W B W W W W B B W W W B W W W B W W B B B B W B W B W W B W W W B W W W B B B W W B W W W B W W B W B W W W B W B W W W W B B W W W W B W W W W W G Shortest Route Problem: • Solution that finds the shortest Route between Red and Green White will have 1 Weight. Red and Green carry no weights. Shortest path is the path with less weight when you add up the weights in the path.
What is the difference between an interface and an abstract class?
What is locale in java?
Can substring create new object?
What is the different between get and post?
how to write a program for sending mails between client and server
Can you declare an interface method static?
What are multiple inheritances?
What is finalize()? Is finalize() similar to a destructor?