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

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

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

面试准备

ASP 面试题与答案

相关差异对比

JSP vs ASP

问题 16. What happens to a HTML page?

The browser makes a HTTP request; the server gives a HTTP response to the browser and the browser converts into a HTML page.

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

问题 17. What happens to ASP pages?

The browser makes a HTTP request; the server does the processing and gives a HTML response to the browser.

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

问题 18. How can you change the primary scripting language for a page?

Specify

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

问题 19. What is application Object?

Shares information among users of an application. Gives a notification when an application starts or ends.

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

问题 20. What is the difference between client-side script and server-side script?

Scripts executed only by the browser without contacting the server is called client-side script. It is browser dependent. The scripting code is visible to the user and hence not secure. Scripts executed by the web server and processed by the server is called server-side script.

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

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

版权所有 © 2026,WithoutBook。