InterviewSolution
Saved Bookmarks
| 1. |
What Is Parser? 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 |
|