InterviewSolution
Saved Bookmarks
| 1. |
What Is Parser? |
|
Answer» A Parser is a program that takes the INCOMING message, interprets its BIT stream and CREATES an INTERNAL representation of it in a tree like structure, which can be then understand by message broker assembly. A Parser is a program that takes the incoming message, interprets its bit stream and creates an internal representation of it in a tree like structure, which can be then understand by message broker assembly. |
|