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

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

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

Prepare Interview

ASP 면접 질문과 답변

관련 차이점

JSP vs ASP

Ques 6. Which is the default Data types in VBScript?

Variant is the default data type in VBScript, which can store a value of any type.

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

Ques 7. What is a variable?

Variable is a memory location through which the actual values are stored/retrieved. Its value can be changed.

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

Ques 8. What is the maximum size of an array?

Up to 60 dimensions.

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

Ques 9. What is Query string collection?

This collection stores any values that are provided in the URL. This can be generated by three methods:
By clicking on an anchor tag
By sending a form to the server by the GET method
Through user-typed HTTP address

It allows you to extract data sent to the server using a GET request.

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

Ques 10. What are the attributes of the tags? What are their functions?

The two attributes are ACTION and METHOD
The ACTION gives the name of the ASP file that should be opened next by which this file can access the information given in the form The METHOD determines which of the two ways (POST or GET) the browser can send the information to the server

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

Most helpful rated by users:

Copyright © 2026, WithoutBook.