Search This Blog

Saturday 29 December 2012

What are the restrictions imposed on the signature of a method that is called when a serialization event occurs?



A.  Must not have any parameters (void)
B.  Must not return anything (void)
C.  Must take a StreamingContext parameter
D.  Must return a StreamingContext object

No comments:

Post a Comment