Android Developer Question:
Download Job Interview Questions and Answers PDF
What is difference between Serializable and Parcelable?
Answer:
Serialization is the process of converting an object into a stream of bytes in order to store an object into memory, so that it can be recreated at a later time, while still keeping the object’s original state and data.
Download Android Developer Interview Questions And Answers
PDF
Previous Question | Next Question |
Please explain what are intent Filters? | Tell us difference between Service, Intent Service, AsyncTask & Threads? |