answersLogoWhite

0

What are the alternatives of javascript?

Updated: 8/19/2019
User Avatar

Wiki User

12y ago

Best Answer

There are some: HTML, which isn't really an alternative, but is another, simpler script-writing language, Java, which is much more complicated and can also work for stuf offline, and Python which is like Java.

J0E

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the alternatives of javascript?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is a javascript tutorial?

A JavaScript tutorial contains instructions that will teach you how to code in JavaScript.


What are built-in javascript classes?

Javascript does not have classes


How do you sort in javascript?

Javascript can help in browseing


How old is Javascript?

Javascript was created in 1995.


What is the Javascript onclick?

Onclick will be called when the object you're attaching the onclick function to is clicked (usually the object is an HTML element).


What languages can a browser understand?

HTML, CSS, & JavaScript.


Do you need java compiler to execute HTML programs written in javascript?

No, Java and JavaScript are nothing to do with each other, JavaScript is a form of EMCAScript, not Java. Every modern browser comes with a JavaScript engine that is used to understand JavaScript. so there is no need for it, no.


Need a clear justification of advantages and disadvantages of javascript and Ajax and also the Differences between them?

Javascript is basically a client side scripting language which is mostly used for more interactive websites, client side validation etc. Ajax is basically asynchronous javascript and XML. So it used javascript but there is a lot more to it. XMLHttpRequest object is used to interact with the server to get the real time data without refreshing the page. There are other alternatives to XMLHttpRequest object like iframe, XMLDocument object but they are not as robust as this one. So XMLHttpRequest object is activated through regular javascript actions and the request is sent to the server. Once the response is recieved, it is thrown back to the browser and diplayed in some previously unfilled variables.


Is JavaScript or Dreamweaver better?

Not comparable. JavaScript is a programming language. Dreamweaver is an application (which you can use to create pages with javascript, html, etc.)


How do you shortcut systemoutprintln in javascript?

There is no systemout object in JavaScript. Do you mean Java?


What are the best tutorials on javascript?

http://www.w3schools.com under the Javascript Section.


How do you use javascript in aspnet?

Ajax, I believe uses JavaScript + ASP.