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

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

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

Prepare Interview

ASP 면접 질문과 답변

관련 차이점

JSP vs ASP

Ques 36. What is a Dictionary object?

It lets you store and retrieve information in a flexible data structure. Each value or information stored in a Dictionary is associated with a key through which the information can be retrieved.

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

Ques 37. What is Global.asa file?

It is text file that contains details about an ASP application, such as when it should begin and end.

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

Ques 38. What is an .ASP file?

It is a Text File that contains the combination of the following:
Text
HTML tags
Script Commands

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

Ques 39. What is Response Object?

It controls the information sent to the user. The various methods are:
Response.Write - Sends information directly to a browser
Response.Redirect - Directs a user to a URL other than the requested URL
Response.ContentType - Controls the type of content sent
Response.Cookies - Sets cookie values
Response.Buffer - To Buffer information

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

Ques 40. Naming constraints for a variable ?

It can be up to 255 characters Must start with an alphabet Must not contain an embedded period or full-stop

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

Most helpful rated by users:

Copyright © 2026, WithoutBook.