answersLogoWhite

0

What are the advantage creating Java Script file?

Updated: 8/20/2019
User Avatar

Wiki User

12y ago

Best Answer

Javascript allows client-side validation, modifying the designs on css files and also with ajax and jquery allows dynamic exchange of data between client and server. Database, XML files data can be retrieved by use of AJAX dynamically. It also allows manipulation of objects via JSON

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the advantage creating Java Script file?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Where is java script on the computer?

the file you saved it under, dumb a**


Which attribute is used in script tag to specify a file containing the java script statements?

The script tag will have the "src" attribute to identify the location of the script's contents.


What is one advantage of merging to a printer instead of to a new file?

You can avoid creating a large file.


What are the different phases of java?

Based on the lecture i have , there are three JAVA PHASES -- editor. First step in creating java program is by writing ur programms in a text editor. Ex, notepad, emacs etc -- java compiler. compile. The program by. Using the java compiler. The output of this process is a file of java bytecodes wid the file extension.class -- java interpreter. The .class file is then interpreted by java interpreter that converts the bytecodes into the machine language of the particular computer your using ---abioo4---


When java uses compiler?

What i know is java we will use compiler when it want to get class file(file with .class extension) from java file(file with .java extension).


Who created json or java scription notation?

JSON or Java Script Object Notation was originally created by Douglas Crockford, starting around 2001. It is referred to as JSON because the file extension used is .json.


What is the java file in java?

The java file has the actual JAVA code present in it,..i.e the entire coding is done in that file.. you can view it using any text editor.. After compiling it you get a class file of every class present in the java file When you open a class file in a text editor, you won't see anything that makes sence. You won't find the original code that you wrote in the java file. That is because a class file is a product of the compilation of a java file.


What type of file is created by Java?

Java created a file called class, and is identified by having the .class at the end. This file includes a Java bytecode, which then can be used on the Java Virtual Machine.


How do you save a notepad file into a java file?

just add an extension .java when you save your notepad text file


How do you store data in csv file using java script?

You can't. JavaScript doesn't have write access to the local file system. This was done as a security feature. All JS can do is manipulate very specific cookie files.


What is java class file?

That's the compiled Java file, the one that can be distributed to the end-users.


What is JFM in Java and what is the use of it?

jFM is a java file manager. It is used to access the file system.