What exactly is Ajax request? Is it different from Servlet Request?

后端 未结 6 1934
耶瑟儿~
耶瑟儿~ 2020-12-23 14:48

can anyone tell me. What exactly is Ajax request? Is it different from Servlet Request?

6条回答
  •  春和景丽
    2020-12-23 15:21

    An AJAX request is made (using Javascript) from the client, while a servlet request is made (using, I suppose, Java) from the server.

    I suggest you look it up on Wikipedia or some other place.

提交回复
热议问题