题库 软件开发 题目列表 What is the difference between parcelable and se...
单选题

What is the difference between parcelable and serializable()

A.

Parcels are light weght serialzable .It is perfred to use parcels for marsshaling objects into byte streams

B.

Sreializable objects are faster to transfer when compared to parcelable

C.

Android app heavliy depends on Serialization concept tomarshal objects

D.

Android uses Linux IPC driver to transfer data between two processes.

题目信息
校招真题
-
正确率
0
评论
9
点击