What is the difference between Javascript & Vbscript?
Answer Posted / sonal.pagare
Javascript -
It is client side scripting language, developed by Netscape.
It is case sensitive.
File extension is .js.
VBscript -
It is both Client and server side scripting language,
developed by Microsoft.
It is not case sensitive.
File extension is .vbs and .vba.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of folders object of scripting.filesystemobject class in vbscript?
How will you release the memory acquired by an array variable in vbscript?
What is the use of the recordset object and which statement is used to create such an object?
By default in vbscript the arguments passed to functions and subroutines are by reference or by value?
What are the data types supported by vbscript?
What is the purpose of regexp object in vbscript?
Which date function is used in the vbscript language to find the difference between the 2 dates?
Is vbscript a case-sensitive or case-insensitive?
how to write codings in QTP using vb script. please help me. i am new to QTP. it is easy or very much tough. please tell me
Explain about vb script?
How are values assigned to the variables in the vbscript language?
For a webbased application:- what should be code in expert veiw, for retrieving a single column name "username" from a server and checking whether exported "username" from datatable doesn't exist in server. suppose i have saved in excelsheet a username="gayatri" , which is exported, then checked for whether this username "gayatri" exist in server database or not ? if exist then allow to enter new username, which should be again checked for in loop , or else come out of loop and enter a distinct "username". plz let me have this answer in my id gayatrisahooin@hotmail.com
How will you get a random number between 0 and 1 in vbscript?
regular expression that will recognize a browser as long as its name property starts with mybrowser
How to throw an error in vbscript?