Select from following answers:- Option 1 & Option 2
- Option 3 & Option 2
- Option 1 & Option 3
- None of them
- All Above
Option 1 is correct. Binary formatters serialize messages into binary code. They work faster than SOAP formatters, and are ideal for intranets.
Option 2 is correct. Simple Object Access Protocol (SOAP) is a mechanism for information exchange. It allows a program running in one kind of operating system – such as Windows 2000 – to communicate with a program in the same or another kind of operating system – such as Linux.
Option 3 is incorrect. Any object that is streamed to disk must be serialized and marked with the [Serializable] attribute. This includes any objects contained within a serializable object.
Show Correct Answer
Source: Self | Asked In: Many Interviews |
Alert Moderator