热门面试题与答案和在线测试
面向面试准备、在线测试、教程与实战练习的学习平台

通过聚焦学习路径、模拟测试和面试实战内容持续提升技能。

WithoutBook 将分主题面试题、在线练习测试、教程和对比指南整合到一个响应式学习空间中。

面试准备

ASP 面试题与答案

相关差异对比

JSP vs ASP

问题 1. What is ASP?

ASP stands for Active Server Pages. It is a server side technology which is used to display dynamic content on web pages. For example you could write code that would give your visitors different information, different images or even a totally different page depending on what browser version they are using.

这有帮助吗? 添加评论 查看评论
 

问题 2. How can you disable the browser to view the code?

Writing codes within the Tag

这有帮助吗? 添加评论 查看评论
 

问题 3. 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.

这有帮助吗? 添加评论 查看评论
 

问题 4. Give the comment Tags for the following?

VBScript : REM & ‘(apostrophe)
JavaScript : // (single line comment)
/* */ (Multi-line comments)

这有帮助吗? 添加评论 查看评论
 

问题 5. Which is the default Scripting Language of ASP (server-side)?

VBScript

这有帮助吗? 添加评论 查看评论
 

用户评价最有帮助的内容:

版权所有 © 2026,WithoutBook。