Discussion :: GWT
- In order to produce efficient code, when a collection class is going to be serialized what must you be sure to do?
A.
declare the method or field as final
|
B.
declare the field as transient
|
C.
mark the field with the volatile keyword
|
D.
use a special JavaDoc annotation
|
Answer : Option D
Explanation :
Be The First To Comment