Challenger App

No.1 PSC Learning App

1M+ Downloads
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.


Related Questions:

In programming, what is the purpose of a loop?

ഒരു C++ ക്ലാസിലെ അംഗ ഫംഗ്‌ഷനുകളെക്കുറിച്ച് ഇനിപ്പറയുന്ന പ്രസ്താവനകളിൽ ഏതാണ് /ശരി?

(i)ഒരു അംഗ ഫംഗ്‌ഷൻ ക്ലാസിന് പുറത്ത് മാത്രമേ നിർവചിക്കൂ

(ii)ക്ലാസിന് സമാനമായ പേരുള്ള ഒരു അംഗ ഫംഗ്‌ഷനെ കൺസ്ട്രക്റ്റർ എന്ന് വിളിക്കുന്നു .

(iii) ക്ലാസ് ഡാറ്റയിൽ ഒരു അംഗ ഫംഗ്ഷൻ പ്രവർത്തിക്കുന്നു

Which among the programming languages belongs to the open source category ?
What is the correct way to declare a variable in JavaScript ?
Which of the following is a programming Language ?