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

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

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

面试准备

ASP 面试题与答案

相关差异对比

JSP vs ASP

问题 46. What is the difference between Cookies collection and Form/Query string collection?

Cookie collection does not have the Count property. Cookies can have multiple values for the same cookie name but each value can be referred using a key whereas in a Form/Query string cookie each value has to be referred using an index value.

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

问题 47. What is Server Object?

Controls the ASP execution environment. It can set the amount of time script can run before an error occurs. Converts a virtual path to a physical path on the server. Takes a user supplied string and encode it into proper format for a URL string.

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

问题 48. What is Collection?

Collection is a set of name/value pairs where the information supplied by the client is stored.

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

问题 49. How will you delete a Cookie?

By setting its Expires property to any date prior to today Response.Cookies("cookie name"). Expires = Date 1.

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

问题 50. What is the function of Buffer in Response Object?

Buffer controls the HTML output stream manually.

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

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

版权所有 © 2026,WithoutBook。