why you used Java Script? Can it use for both client side
and server side validation purpose?

Answers were Sorted based on User's Feedback



why you used Java Script? Can it use for both client side and server side validation purpose?..

Answer / 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

why you used Java Script? Can it use for both client side and server side validation purpose?..

Answer / arul

Javascript is a client side scripting, which runs in the
browser. Even AJAX runs in the browser and is also a client
side one, which actually is nothing but Javascript. In AJAX
javascript is used to communicate with server side
components or post values to a JSP / ASP or any web page or
any services which can be referred by URL.

Is This Answer Correct ?    14 Yes 2 No

why you used Java Script? Can it use for both client side and server side validation purpose?..

Answer / raghu

Java script is used for client side validations.it runs in
the client system.the main advantage of using Java script is
to reduce the network traffic.for example when we r logging
into our e-mail unexpectedly we have submitted with out
writing our password,then it need not got to server and
check for validation and say u did' t typed u r password.for
that type of validations we use Java script.

Is This Answer Correct ?    5 Yes 0 No

why you used Java Script? Can it use for both client side and server side validation purpose?..

Answer / dsf

Java script is used for client side validations.it runs in
the client system.the main advantage of using Java script is
to reduce the network traffic.js cant be used in server side.

Is This Answer Correct ?    6 Yes 3 No

why you used Java Script? Can it use for both client side and server side validation purpose?..

Answer / dev

Javascript (ECMA script) when executed in the browser context makes it client side, if you are using it for creating API's etc with nodeJS you get to use it on the server side

please refer to https://nodejs.org/ on how you would use it on the server side.

Is This Answer Correct ?    1 Yes 0 No

why you used Java Script? Can it use for both client side and server side validation purpose?..

Answer / tapan gupta

Client-Side JavaScript (CSJS) -- an extended version of
JavaScript that enables the enhancement and manipulation of
web pages and client browsers


Server-Side JavaScript (SSJS) -- an extended version of
JavaScript that enables back-end access to databases, file
systems, and servers

Is This Answer Correct ?    1 Yes 2 No

why you used Java Script? Can it use for both client side and server side validation purpose?..

Answer / simarjot

according to m mainly java script is used for create a form
form fill the data and it is server and side validation
purpose .Mainly validation check by client side weather data
is match or not.

Is This Answer Correct ?    0 Yes 1 No

why you used Java Script? Can it use for both client side and server side validation purpose?..

Answer / shawn

Pls i reside in chennai and urgently need an expert i can hire as soon like today(dats how urgent it is).
Im working on a project that's based network monitoring and automation.

Is This Answer Correct ?    0 Yes 3 No

why you used Java Script? Can it use for both client side and server side validation purpose?..

Answer / ganesh

I think, v can use JavaScript for server side validation
with the use of AJAX.

Is This Answer Correct ?    3 Yes 8 No

why you used Java Script? Can it use for both client side and server side validation purpose?..

Answer / deepak

IT IS MAINLY USED FOR CLIENTSIDE VALIDATIONS.

IT CAN BE USED FOR BOTH

DEEPAK RANJAN

Is This Answer Correct ?    4 Yes 9 No

Post New Answer

More JavaScript Interview Questions

How to use one javascript function for multiple input fields?

0 Answers  


How to embed javascript in a web page?

0 Answers  


Which company developed JavaScript?

0 Answers  


Should I learn java first or javascript?

0 Answers  


What is the use of a map object in javascript?

0 Answers  






accessdenied javanet disconnet

0 Answers   Reliance,


How to create an array in javascript?

0 Answers  


Define unescape() and escape() functions?

0 Answers  


what does javascript null mean?

0 Answers  


What is viewstate in javascript?

0 Answers  


What is Browser Object Model?

0 Answers  


show the date in textbox when we select item (items like-- today,yesterday,lastweek,lastmonth,lastyear) from dropdownlist using javascript?

1 Answers  


Categories