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

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

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

面接準備

ASP 面接の質問と回答

関連する比較

JSP vs ASP

質問 71. What are the tags necessary to be present within the <FORM> tag?

-----tag: Provides input spaces (text boxes, combo boxes, radio button, etc.) on a form called fields. It has three attributes TYPE, NAME and VALUE. TYPE provides the characteristics of the field and the NAME specifies a name to the field by which it can be referred.

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

質問 72. What are the collections of Application Object?

* Contents collection - contains all variables added via scripts in global.asa.
* Static collection - contains the names of all objects.

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

質問 73. Explain the difference between POST and GET Method.

GET requests are string data that is visible to the end user via the URL and a limit of 2kb, POST requests have no limit on total data and the user can’t see the data in a query string.

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

質問 74. Why do we use Option Explicit?

This statement force the declaration of variables in VB before using them.

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

質問 75. How do you write an SQL insert statement?

insert into tablename (fieldA, fieldB, fieldC)Values(’dataA’, ‘dataB’, ‘dataC’);

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

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

著作権 © 2026、WithoutBook。