To update a web without reloading the whole page can be done with :
AC
BAJAX
CJAVA
DHTML
Answer:
B. AJAX
Read Explanation:
AJAX AJAX (Asynchronous JavaScript and XML) allows web pages to update asynchronously by exchanging data with a web server behind the scenes. This means parts of a web page can be updated without reloading the entire page. C: A general-purpose programming language, not used in web browsers for page updates. JAVA: A object-oriented programming language, distinct from JavaScript. HTML: Structure and content markup language that requires a full browser reload to display new server content.
