가장 많이 묻는 면접 질문과 답변 & 온라인 테스트
면접 준비, 온라인 테스트, 튜토리얼, 라이브 연습을 위한 학습 플랫폼

집중 학습 경로, 모의고사, 면접 준비 콘텐츠로 실력을 키우세요.

WithoutBook은 주제별 면접 질문, 온라인 연습 테스트, 튜토리얼, 비교 가이드를 하나의 반응형 학습 공간으로 제공합니다.

Prepare Interview

ASP 면접 질문과 답변

관련 차이점

JSP vs ASP

Ques 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.

도움이 되었나요? Add Comment View Comments
 

Ques 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.

도움이 되었나요? Add Comment View Comments
 

Ques 48. What is Collection?

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

도움이 되었나요? Add Comment View Comments
 

Ques 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.

도움이 되었나요? Add Comment View Comments
 

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

Buffer controls the HTML output stream manually.

도움이 되었나요? Add Comment View Comments
 

Most helpful rated by users:

Copyright © 2026, WithoutBook.