Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.
Depends upon what you are using to call webservice.
if you are using angular you will $http else you will use the jquery way to cal webservice.
Bot have their own way of parsing objects.
Both can be used with promise depending upon what need to be done when a response comes back from webservice.
Java and JavaScript are entirely different not he same. but it may help you to workout for advanced as complex calculations and responsive designs
That will depends upon what you are using to call webservice.
It depends on your knowledge and your gole.
There is difference in calling web service using either of it. Angularjs would be my preference as coding is quite maintainable as it supports mvc pattern and service methods, controller, directive etc can be create using separate js file and hence coding is not bulky.
Both Angular and Juery use very optimised methods to make XHR calls. Here, "Better" needs a context. Are you talking about the ease of development? Or Better functionality like speed and error handling. If its functionality, both work the same way at the Javascript layer and there is no difference in speed. If its regarding better looking code and easily maintainable code, then I should root for AngularJS with its vast number or Service and Promises usage.