InterviewSolution
Saved Bookmarks
| 1. |
What is the use of Controller in Web Dynpro application? |
|
Answer» Controllers are used to define how a Dynpro application responds to user interactions. Each view has one controller which is responsible to perform actions as per user interaction. |
|