Friday, August 1, 2008
ASP Interview Questions And Answers
1. How can you disable the browser to view the code? Writing codes within the Tag 2. Question What is a "Virtual Directory"? Virtual directories are aliases for directory paths on the server. It allows moving files on the disk between different folders, drives or even servers without changing the structure of web pages. It avoids typing an extremely long URL each time to access an ASP page. 3. Give the comment Tags for the following? VBScript : REM & ‘(apostrophe)JavaScript : // (single line comment)/* */ (Multi-line comments) 4. Which is the default Scripting Language of ASP (server-side)? VBScript 5. Which is the default Data types in VBScript? Variant is the default data type in VBScript, which can store a value of any type. 6. What is a variable? Variable is a memory location through which the actual values are stored/retrieved. Its value can be changed.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment