人気の面接質問と回答・オンラインテスト
面接対策、オンラインテスト、チュートリアル、ライブ練習のための学習プラットフォーム

集中型学習パス、模擬テスト、面接向けコンテンツでスキルを伸ばしましょう。

WithoutBook は、分野別の面接質問、オンライン練習テスト、チュートリアル、比較ガイドをひとつのレスポンシブな学習空間にまとめています。

面接準備

ASP 面接の質問と回答

関連する比較

JSP vs ASP

質問 1. What is ASP?

ASP stands for Active Server Pages. It is a server side technology which is used to display dynamic content on web pages. For example you could write code that would give your visitors different information, different images or even a totally different page depending on what browser version they are using.

役に立ちましたか? コメントを追加 コメントを見る
 

質問 2. How can you disable the browser to view the code?

Writing codes within the Tag

役に立ちましたか? コメントを追加 コメントを見る
 

質問 3. What is a "Virtual Directory"?

Virtual directories are aliases for directory paths on the server. It allows moving files on the disk between different folders, drives or even servers without changing the structure of web pages. It avoids typing an extremely long URL each time to access an ASP page.

役に立ちましたか? コメントを追加 コメントを見る
 

質問 4. Give the comment Tags for the following?

VBScript : REM & ‘(apostrophe)
JavaScript : // (single line comment)
/* */ (Multi-line comments)

役に立ちましたか? コメントを追加 コメントを見る
 

質問 5. Which is the default Scripting Language of ASP (server-side)?

VBScript

役に立ちましたか? コメントを追加 コメントを見る
 

ユーザー評価で最も役立つ内容:

著作権 © 2026、WithoutBook。