InterviewSolution
Saved Bookmarks
| 1. |
What Is Component Buffer? |
|
Answer» Area in memory, which STORES DATA for the currently active COMPONENT. Whenever you open a component the entire data for that component is retrieved upfront and stored in the application SERVER. Component buffer is a temporary buffer allocation. Area in memory, which stores data for the currently active component. Whenever you open a component the entire data for that component is retrieved upfront and stored in the application server. Component buffer is a temporary buffer allocation. |
|