Wednesday, January 5, 2022

Ajax

 


Ajax is used to load data from the server asynchoronously  without reloading the entire page 
using http get request . Ajax also used to send data using http post request. 

No comments:

Post a Comment

Abstract factory pattern

When single task can be done by multiple groups/family of objects and decision is taken at the runtime.