ASP 面接の質問と回答
関連する比較
質問 56. What are the types of HTML?
Static HTML Browser uses HTTP to request HTML file from the Web Server
Dynamic HTML Browser uses HTTP to request an executable application rather than a Static HTML file
質問 57. What are the properties of Session Object?
SessionID returns the session identification number for each user.
Timeout sets the timeout period assigned to the Session object for any application, in minutes.
CodePage determines the code page that will be used to display content.
LCID a locale identifier, which determines time zone and language, rules for the system
質問 58. What are the event handlers of Session Object?
Session _OnStart This event will be fired when a new user begins a session with the web site.
Session_OnEnd This event is called whenever a session terminates.
質問 59. Name the ASP Objects?
Request Object
Response Object
Server Object
Session Object
Application Object
質問 60. What are the advantages of using ASP?
Minimizes network traffic by limiting the need for the browser and server to talk to each other
Makes for quicker loading time since HTML pages are only downloaded
Allows to run programs in languages that are not supported by the browser
Can provide the client with data that does not reside on the client’s machine
Provides improved security measures since the script cannot be viewed by the browser
ユーザー評価で最も役立つ内容:
- What is ASP?
- How can you disable the browser to view the code?
- Give the comment Tags for the following?
- What is a "Virtual Directory"?
- What happens to a HTML page?