ASP Programming Question:

Which is the default Data types in VBScript?

ASP Programming Interview Question
ASP Programming Interview Question

Answer:

Variant is the default data type in VBScript, which can store a value of any type.


Previous QuestionNext Question
Which is the default Scripting Language of ASP (server-side)? What is a variable in ASP?