SAPUI5 Interview Questions
SAPUI5 Interview Questions
SAPUI5 Interview Questions
Q10. What is the main difference between OData Model and JSON Model?
A. The JSON model is a client-side model and, therefore, intended for small datasets, which are completely available on the
client.The OData model is a server-side model: the dataset is only available on the server and the client only knows the currently
visible rows and fields.
Q13. In how many ways you can bind data to your controls?
A. We can bind data to any controls using three methods, Property, Element and Aggregation binding.