why you used Java Script? Can it use for both client side
and server side validation purpose?
Answer Posted / backiasenthil
Mainly used for client side scripting purpose.JavaScript is
a platform-independent,event-driven, interpreted client-
side scripting and programming language.
javascript cannot be used as server side scripting.
| Is This Answer Correct ? | 26 Yes | 7 No |
Post New Answer View All Answers
What does parse Query String return in javascript?
Explain why asynchronous code is important in javascript?
What is the difference between .call() and .apply()?
If 2 methods have same name and same number of parameters, which one will be executed first?
what is a code in vb amount display in words
Can you assign an anonymous function to a variable and pass it as an argument to another function?
what is lazy fetching in hibernate
What is the difference between the operators '==' and '==='?
What are self Executing Functions?
What do mean by NULL in Javascript?
How many types of variables are there in javascript?
Explain hoisting in javascript?
Create a new javascript object with the keys of “fname” equal to your first name, “lname” equal to your last name, and “fcolors” equal to and array of 3 of your favorite colors. Assign this object to a variable called “me” and log it to the console.
What does === mean in js?
How to achieve inheritance in javascript?