COMPUTER NETWORKING

APPLICATION LAYER

CLIENT SERVER PARADIGM

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which scripting language is commonly used for client-side scripting?
A
PHP
B
JavaScript
C
Python
D
Ruby
Explanation: 

Detailed explanation-1: -JavaScript and VBScript are the most common example used for client-side scripting. These programming languages are used to run scripts written in a scripting language.

Detailed explanation-2: -Client-side scripting simply means running scripts, such as JavaScript, on the client device, usually within a browser. All kinds of scripts can run on the client side if they are written in JavaScript, because JavaScript is universally supported.

Detailed explanation-3: -The client-side programming languages are HTML, CSS, and JavaScript. In contrast, server-side scripting programming languages, including PHP, ColdFusion, Python, ASP.net, Java, C++, Ruby, C#, A server-side script communicates with the server when it is executed.

Detailed explanation-4: -Client-side JavaScript is the name given to JavaScript code that is embedded within an HTML file and executed by a web browser.

There is 1 question to complete.