Which of the following are Server Object methods ( Choose Two)

A. HTMLEncode,MapPath
B. URLEncode,ScriptTimeout
C. URLEncode,CreateObject
D. ScriptTimeout,Abandon

Showing Answers 1 - 10 of 10 Answers

Magesh Devaraj

  • Mar 15th, 2005
 

Option A and C

  Was this answer useful?  Yes

Siva Kumar

  • Jul 5th, 2005
 

Server Object Methods: 
 
Server.HTMLEncode 
Server.MapPath 
Server.CreateObject 
Server.URlEncode 
Server.URLPathEncode 
 
Server Object Properties: 
 
Server.ScriptTimeOut

  Was this answer useful?  Yes

S. Ramesh

  • Sep 30th, 2005
 

A. HTMLEncode,MapPath

B. URLEncode,ScriptTimeout

C. URLEncode,CreateObject

The Above all are the correct answer.

  Was this answer useful?  Yes

t.ramesh

  • Jul 22nd, 2006
 

server objects are:

create object

html encode

urlencode

mappath

execute

transfer

so the answer is A  and C

  Was this answer useful?  Yes

Muthu

  • Mar 22nd, 2007
 

these are server object  properties:-

server.CreateObject()
server.Execute( )
server.GetLastError()
server.HTMLEncode()
server.MapPath()
server.ScriptTimeout()
server.Transfer()
server.URLEncode()

so A,B,C is the Correct Answer

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions