Tell us the major difference between Json model and ODATA?

devquora
devquora

Posted On: Feb 22, 2018

 

JSONODATA
These models are client-side modelsThese models are server-based
Communication with the services in this model is complexThis model is easy to use to communicate with ODATA services
It can manage small data sets available on the client-side.Here the datasets are available on the server-side
It supports two-way bindingIt supports one-way binding
Its syntax is sap.ui.model.json.JSONModel. () ;Its syntax is Sap.ui.model.odata. ODataModel () ;

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    UFT Interview Questions

    How many types of recording modes are there in UFT? Which will be used when?

    There are 3 types of recording modes in UTF:Normal Recording mode or contextual recording mode Low-level recording mode Analog recording modeNormal or contextual recording mode: Normal recor...

    UFT Interview Questions

    What are Virtual Objects?

    There are objects in the application that behave like standard objects but are not recognized by UFT, these objects are Virtual objects, these objects can be mapped to the standard classes, such as a ...

    UFT Interview Questions

    What is the logical name of the object?

    When UFT creates an object in the repository, it gives it a name to it to uniquely identify it from other objects in the application, this name is known as the logical name of the object. UFT uses thi...