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

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

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

面接準備

ASP 面接の質問と回答

関連する比較

JSP vs ASP

質問 61. What are the methods in Application Object?

Lock prevents clients from modifying the variables stored in the Application object.
Unlock removes the lock from variables stored in the Application object.

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

質問 62. What are the browsers that can access ASP pages?

Internet Explorer (supports VBScript, JavaScript)
Netscape Communicator/ Navigator (supports only JavaScript, VBScript can be also added too)

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

質問 63. How does the server identify and execute the server-side scripts within HTML code?

Including the RUNAT=SERVER attribute

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

質問 64. What are the methods by which output stream is controlled?

Flush sends previous buffered output to the client immediately, but continues processing the script.
Clear erases any already-buffered HTML.
End causes the server to stop processing the script.

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

質問 65. What are the properties used to control the expiration of the page?

Expires specifies the number of minutes before a page cached on a browser expires.
ExpiresAbsolute sets the date and time at which a page cached on a browser expires.

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

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

著作権 © 2026、WithoutBook。