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

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

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

面试准备

ASP 面试题与答案

相关差异对比

JSP vs ASP

问题 61. What are the methods in Application Object?

Lock prevents clients from modifying the variables stored in the Application object.
Unlock removes the lock from variables stored in the Application object.

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

问题 62. What are the browsers that can access ASP pages?

Internet Explorer (supports VBScript, JavaScript)
Netscape Communicator/ Navigator (supports only JavaScript, VBScript can be also added too)

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

问题 63. How does the server identify and execute the server-side scripts within HTML code?

Including the RUNAT=SERVER attribute

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

问题 64. What are the methods by which output stream is controlled?

Flush sends previous buffered output to the client immediately, but continues processing the script.
Clear erases any already-buffered HTML.
End causes the server to stop processing the script.

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

问题 65. What are the properties used to control the expiration of the page?

Expires specifies the number of minutes before a page cached on a browser expires.
ExpiresAbsolute sets the date and time at which a page cached on a browser expires.

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

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

版权所有 © 2026,WithoutBook。