GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

VB Script Interview Questions


VB Script Interview Questions

Questions: 21
Comments: 23
 Showing Questions 1-10 of 21 Questions
[1] 2 3 Next >>
 Sponsored Links

 
 VB Script Interview Questions
Sorting Options :  

Latest Answer: The main difference is function returns a value where as a Sub-procedure does not. ...
Read Answers (1) | Asked by : Bessie

Latest Answer: You can declare variables with the Dim, Public or the Private statement. Like this:  dim name name=some value ...
Read Answers (1) | Asked by : Bessie

Latest Answer: When you use the Option Explicit statement, you must explicitly declare all variables using the Dim, Private, Public, or ReDim statements. If you attempt to use an undeclared variable name, an error occurs.Use Option Explicit to avoid incorrectly typing ...
Read Answers (2) | Asked by : Remasri

View Question | Asked by : Remasri

Latest Answer: JavaScript is better than VB Script.VB Script does not support  client side validation where as Jscript supports it.For Eg: If we want to validate some date before sending to the server, Vb script doesn't support it where as JavaScript suports it. ...
Read Answers (1) | Asked by : Remasri

How are arrays defined in VBScript? 
Latest Answer: Arrays are Declared like this:DIm A as Variant ---> Where "A" is an Array.('Declaration part ---)   A= Array("Value1",Value2"..........) (Definition part) ...
Read Answers (1) | Asked by : christia

View Question | Asked by : christia

Latest Answer: VBScript has only one data type called a Variant. A Variant is a special kind of data type that can contain different kinds of information, depending on how it's used. Because Variant is the only data type in VBScript, it's also the data type ...
Read Answers (1) | Asked by : GregMark

View Question | Asked by : GregMark

Latest Answer: Mostly Internet Explorer because both are of microsoft.But it also support netscape. ...

View page [1] 2 3 Next >>

Ask A Question
Go Top
 Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape