InterviewSolution
Saved Bookmarks
| 1. |
What Is Parser And Difference Between Parser And Format? |
|
Answer» A Parser is defined as a program that INTERPRETS the bit stream of an incoming message and creates an internal representation of it in a tree structure Ex: MRM parser A FORMAT is a physical representation of a message. Ex: XML wire format A Parser is defined as a program that interprets the bit stream of an incoming message and creates an internal representation of it in a tree structure Ex: MRM parser A Format is a physical representation of a message. Ex: XML wire format |
|