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

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

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

面接準備

ASP 面接の質問と回答

関連する比較

JSP vs ASP

質問 16. What happens to a HTML page?

The browser makes a HTTP request; the server gives a HTTP response to the browser and the browser converts into a HTML page.

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

質問 17. What happens to ASP pages?

The browser makes a HTTP request; the server does the processing and gives a HTML response to the browser.

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

質問 18. How can you change the primary scripting language for a page?

Specify

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

質問 19. What is application Object?

Shares information among users of an application. Gives a notification when an application starts or ends.

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

質問 20. What is the difference between client-side script and server-side script?

Scripts executed only by the browser without contacting the server is called client-side script. It is browser dependent. The scripting code is visible to the user and hence not secure. Scripts executed by the web server and processed by the server is called server-side script.

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

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

著作権 © 2026、WithoutBook。