Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the main difference between Client side JavaScript
and and Server side Java Script?

Answer Posted / kannappanksk

Clientside Javascript encompasses the core language plus
extras such as the predefined objects, only relevant to
running Javasript in a browser.The clientside javascript is
embedded directly in the HTML pages and is interpreted by
the browser completly at the run time.

Serverside javascript also encompasses the core language
plus extas as the predefined objects and functions only
relevant to running Javasript in a server.The serverside
javascripts are compiled before they are deployed.

Is This Answer Correct ?    34 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the role of javascript in html?

892


What is the naming conventions for the variables in javascript?

950


Is javascript insecure?

896


Why jquery is used instead of javascript?

833


How to call a function in every x seconds in javascript?

872


What is the difference between test () and exec () methods?

1064


What is Date object in JavaScript?

1019


what does javascript null mean?

919


What is an asynchronous programming? Why is it important in javascript?

987


Name the datatypes of javascript?

972


What are different types of popup boxes available in javascript?

907


How can you do a character count in javascript?

883


What is Associative Array? How do we use it?

970


Write a main method that prompts the user to enter the starting population, birth and death rates, and the number of years. The input birth and death rates cannot be negative, the starting population cannot be less than 2, and the number of years greater than 0. If the user enters an invalid value, this program will prompt user to re-enter the value until a valid value has been read. When all input values are valid, call on the methods above to compute estimated population and print result.

2238


Which built-in method calls a function for each element in the array?

1002