Given a web application in which the cookie userName is expected to contain the name of the user. Which EL expression evaluates to that user name?()
第1题:
A.The attribute "STATUS" is set to the string EXTERNAL_AUTH
B.The attribute "PRIV_USER" contains the username
C.The event type that is given in the attribute "NAME" is EXTERNAL_AUTH
D.There is no differentiation between native and external authentication events
E.External authentication is managed through external auditing logs
F.The "PROXY_PRIV" user shows a username if external authentication is used
第2题:
Which of the following locations would hold a user’s documents and data in Windows XP?()
第3题:
You create a Web site that is for members only. The Web site allows members to create lists of users that have access to information about member profiles. The name of the list is stored in the listName variable. The user name of the user to whom access is given is stored in the username variable.You need to enable members to manage their lists of users.Which code segment should you use?()
A.
B.
C.
D.
第4题:
You would like to configure your PC's IP address of 10.10.0.156 as an FTP host with a username of user and a password of mypass.Which configuration command accomplishes this goal?()
第5题:
Which three statistics does the Executive report summarize?() (Choose three.)
第6题:
billhasanauthornamesfieldnamedalleditorsthatcalculatesalistofpossibleeditorsofthedocbasedonvaluesusershasenteredintoanotherfield.Thelistonlycontainsusers’firstandlastnames,andonlyshouldbedisplayedtouserswhocaneditdoc.Whichofthefollowinghide-whenformulasshouldbillusetocontrolthedisplayofthefield?()
A.@isnotmember(alleditors,@username)
B.@isnotmember(@name([cn]);@username)
C.@isnotmember(alleditors;@name([cn];@username))
D.if(@isnotmember(alleditors;@name([cn];@username);@true;@false))
第7题:
Given an HttpServlet Request request and Http Servlet Response response, which sets a cookie “username” with the value “joe” in a servlet.?()
第8题:
A.${userName}
B.${cookie.userName}
C.${cookie.user.name}
D.${cookies.userName[0]}
第9题:
A web application uses the HttpSession mechanism to determine if a user is “logged in”. When a user supplies a valid user name and password, an HttpSession is created for that user. The user has access to the application for only 15 minutes after logging in. The code must determine how long the user has been logged in, and if this time is greater than 15 minutes, must destroy the HttpSession. Which method in HttpSession is used to accomplish this?()
第10题:
关于点操作符和“[ ]”,以下说法不正确的是()。