网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
单选题
management has asked bob to post an introductory welcome page when notes users first open the video application in which one of the following places should bob put the welcome message?()
A
in a document named welcome
B
in the database about doc
C
in the database using doc
D
in the first page in the database design
参考答案
参考解析
解析:
暂无解析
更多 “单选题management has asked bob to post an introductory welcome page when notes users first open the video application in which one of the following places should bob put the welcome message?()A in a document named welcome B in the database about doc C in the database using doc D in the first page in the database design” 相关考题
考题
在J2ee中,myWebApp目录是一个Web应用程序根目录,当在浏览器中输入http://localhost:8080/myWebApp/时,会自动打开该目录下的start.jsp文件。为了达到这个要求,需要在web.xml中添加如下代码()。
A.welcome-filestart.jsp/welcome-fileB.welcome-file-liststart.jsp/welcome-file-listC.welcome-listwelcome-filestart.jsp/welcome-file/welcome-listD.welcome-file-listwelcome-filestart.jsp/welcome-file/welcome-file-list
考题
Which of the following statements allows BOB to revoke access to the SAMPLE database from user TOM?()
A.REVOKE ACCESS ON DATABASE FROM USER bobB.REVOKE CONNECT ON DATABASE FROM USER tomC.REVOKE tom FROM ACCESS ON DATABASE BY USER bobD.REVOKE tom FROM CONNECT ON DATABASE BY USER bob
考题
Given that login.getName() returns a java.lang.String value and given the JSP code: Welcome %= login.getName() %Which is equivalent?()A、% Welcome % out.print(login.getName()); % B、 Welcome % writer.print(login.getName()); % C、 Welcome % response.out.print(login.getName()); %D、 Welcome % response.writer.print(login.getName()); % E、 Welcome % response.getOutputStream().write(login.getName()); %
考题
jayne has asked her domino server administrator to enable doc locking on the server. which one of the following must she do to enable it for her application?()A、 enable the “allow doc locking “ db property B、 create a view column for the locked doc view icon C、 add a profile doc to the db to manage the locked doc D、 enable doc locking at the view level for each view in the db
考题
在J2ee中,myWebApp目录是一个Web应用程序根目录,当在浏览器中输入http://localhost:8080/myWebApp/时,会自动打开该目录下的start.jsp文件。为了达到这个要求,需要在web.xml中添加如下代码()。A、welcome-filestart.jsp/welcome-file B、welcome-file-liststart.jsp/welcome-file-list C、welcome-list welcome-filestart.jsp/welcome-file /welcome-list D、welcome-file-list welcome-filestart.jsp/welcome-file /welcome-file-list
考题
You are creating a Web-based application to manage data aggregation for reports. The application connects to a SQL Server 2005 database named DataManager. One page in the application has controls that execute stored procedures in a database named ReportingDatabase. There is an existing Service Broker connection between the DataManager database and ReportingDatabase.You want to add two new message types to the existing service. In each database, you create message types named ProcessReport and SendResult. You need to add the two new message types to the existing service. What should you do first?()A、Create a queue on each database with the ACTIVATION argument set to DataManager dbo processReport.B、Create a conversation between the databases by using the following Statement BEGIN DIALOG FROM SERVICE ’ProcessReport’ TO SERVICE ’SendResult’C、Create a contract between the services by using the following statement.CREATE CONTRACT processData (ProcessReport SENT BY INITIATOR,SendResult SENT BY TARGET)D、Create services for each database by using the following statement.CREATE SERVICE DataManager on QUEUE ProcessReport
考题
An administrator has received complaints from users that an application is not available while other applications run. This application resides on an NFS mounted filesystem. Which of the following commands should be run as a reasonable first step to handle this problem?()A、dfB、showmountC、exportfsD、refresh -g nfs
考题
bill has an author names field named all editors that calculates a list of possible editors of the doc based on values users has entered into another field. The list only contains users’ first and last names, and only should be displayed to users who can edit doc.Which of the following hide-when formulas should bill use to control the display of the field?()A、 @isnotmember(alleditors,@username) B、 @isnotmember(@name([cn]);@username) C、 @isnotmember(alleditors;@name([cn ];@username)) D、 if(@isnotmember(alleditors;@name([cn];@username);@true;@false))
考题
Which of the following statements allows BOB to revoke access to the SAMPLE database from user TOM?()A、REVOKE ACCESS ON DATABASE FROM USER bobB、REVOKE CONNECT ON DATABASE FROM USER tomC、REVOKE tom FROM ACCESS ON DATABASE BY USER bobD、REVOKE tom FROM CONNECT ON DATABASE BY USER bob
考题
tony would like to make it easier for users of the video application to enter new doc using the “video form”, he’d like users to be able to create new “video” doc form within the view. Which one of the following should tony so to build this interface?()A、create a view action that has the following formula:@command([create];”video”)B、create a form action that has the following formula:@command([compose];”video”)C、create a view action that has the following formula:@command([compose];”video”)D、create a database action that has the following formula:@command([compose];”video”)
考题
jim has created a field hint for the address field. Users tell him this text disappears when they click in the address field. which one of the following is most likely reason?()A、 the address field is computed B、 jim should have used a text popup C、 jim stored the field hint in the database D、 field hint only display when the user has not clicked in the field (field hint)
考题
norma has a form action that will allow users to create comments to the existing doc. When Norma views the form in her web browser, she sees the action. but when she opens the form in her notes client she cannot see the action . which one of the following should she do to correct the problom? ()A、delete old action and create a new one on the formB、Make sure the comments form is available for notes clients useC、Make the action a shared action and disable the hide-when setting for “web borwsers”D、Check the actions hide-when setting to make sure the action is available for “notes 4.6 later”
考题
management has asked bob to post an introductory welcome page when notes users first open the video application in which one of the following places should bob put the welcome message?()A、 in a document named welcome B、 in the database about doc C、 in the database using doc D、 in the first page in the database design
考题
You are building your own layout mechanism by including dynamic content for the page’s header and footersections. The footer is always static, but the header generates the tag that requires the page name tobe specified dynamically when the header is imported. Which JSP code snippet performs the import of theheader content?() titleA、jsp:include page=’/WEB-INF/jsp/header.jsp’jsp:param name=’pageName’ value=’Welcome Page’ / /jsp:includeB、jsp:import page=’/WEB-INF/jsp/header.jsp’jsp:param name=’pageName’ value=’Welcome Page’ / /jsp:importC、jsp:include page=’/WEB-INF/jsp/header.jsp’jsp:attribute name=’pageName’ value=’Welcome Page’ / . /jsp:includeD、jsp:import page=’/WEB-INF/jsp/header.jsp’. jsp:attribute name=’pageName’ value=’Welcome Page’ / . /jsp:import
考题
单选题You are building your own layout mechanism by including dynamic content for the page’s header and footersections. The footer is always static, but the header generates the tag that requires the page name tobe specified dynamically when the header is imported. Which JSP code snippet performs the import of theheader content?()A
jsp:include page=’/WEB-INF/jsp/header.jsp’jsp:param name=’pageName’ value=’Welcome Page’ / /jsp:includeB
jsp:import page=’/WEB-INF/jsp/header.jsp’jsp:param name=’pageName’ value=’Welcome Page’ / /jsp:importC
jsp:include page=’/WEB-INF/jsp/header.jsp’jsp:attribute name=’pageName’ value=’Welcome Page’ / . /jsp:includeD
jsp:import page=’/WEB-INF/jsp/header.jsp’. jsp:attribute name=’pageName’ value=’Welcome Page’ / . /jsp:import
考题
单选题Which of the following statements allows BOB to revoke access to the SAMPLE database from user TOM?()A
REVOKE ACCESS ON DATABASE FROM USER bobB
REVOKE CONNECT ON DATABASE FROM USER tomC
REVOKE tom FROM ACCESS ON DATABASE BY USER bobD
REVOKE tom FROM CONNECT ON DATABASE BY USER bob
考题
单选题jim has created a field hint for the address field. Users tell him this text disappears when they click in the address field. which one of the following is most likely reason?()A
the address field is computed B
jim should have used a text popup C
jim stored the field hint in the database D
field hint only display when the user has not clicked in the field (field hint)
考题
单选题jayne has asked her domino server administrator to enable doc locking on the server. which one of the following must she do to enable it for her application?()A
enable the “allow doc locking “ db property B
create a view column for the locked doc view icon C
add a profile doc to the db to manage the locked doc D
enable doc locking at the view level for each view in the db
考题
单选题tony would like to make it easier for users of the video application to enter new doc using the “video form”, he’d like users to be able to create new “video” doc form within the view. Which one of the following should tony so to build this interface?()A
create a view action that has the following formula:@command([create];”video”)B
create a form action that has the following formula:@command([compose];”video”)C
create a view action that has the following formula:@command([compose];”video”)D
create a database action that has the following formula:@command([compose];”video”)
考题
单选题An administrator has received complaints from users that an application is not available while other applications run. This application resides on an NFS mounted filesystem. Which of the following commands should be run as a reasonable first step to handle this problem?()A
dfB
showmountC
exportfsD
refresh -g nfs
考题
单选题You are creating a Web-based application to manage data aggregation for reports. The application connects to a SQL Server 2005 database named DataManager. One page in the application has controls that execute stored procedures in a database named ReportingDatabase. There is an existing Service Broker connection between the DataManager database and ReportingDatabase.You want to add two new message types to the existing service. In each database, you create message types named ProcessReport and SendResult. You need to add the two new message types to the existing service. What should you do first?()A
Create a queue on each database with the ACTIVATION argument set to DataManager dbo processReport.B
Create a conversation between the databases by using the following Statement BEGIN DIALOG FROM SERVICE ’ProcessReport’ TO SERVICE ’SendResult’C
Create a contract between the services by using the following statement.CREATE CONTRACT processData (ProcessReport SENT BY INITIATOR,SendResult SENT BY TARGET)D
Create services for each database by using the following statement.CREATE SERVICE DataManager on QUEUE ProcessReport
考题
单选题FINANCE DEPARTMENT RELOCATIONFriday’s meeting is compulsory for all Finance staff, others welcome to attend for information.A
The meeting is about something which affects only one department.B
Staff in all departments should attend the meeting.C
Finance will announce at the meeting which departments will relocate.
考题
单选题bill has an author names field named all editors that calculates a list of possible editors of the doc based on values users has entered into another field. The list only contains users’ first and last names, and only should be displayed to users who can edit doc.Which of the following hide-when formulas should bill use to control the display of the field?()A
@isnotmember(alleditors,@username) B
@isnotmember(@name([cn]);@username) C
@isnotmember(alleditors;@name([cn ];@username)) D
if(@isnotmember(alleditors;@name([cn];@username);@true;@false))
考题
单选题Given that login.getName() returns a java.lang.String value and given the JSP code: Welcome Which is equivalent?()A
% Welcome % out.print(login.getName()); % B
Welcome % writer.print(login.getName()); % C
Welcome % response.out.print(login.getName()); %D
Welcome % response.writer.print(login.getName()); % E
Welcome % response.getOutputStream().write(login.getName()); %
考题
单选题Which defines the welcome files in a web application deployment descriptor?()A
AB
BC
CD
DE
E
考题
单选题Your web application views all have the same header, which includes the tag in the elementof the rendered HTML. You have decided to remove this redundant HTML code from your JSPs and put itinto a single JSP called /WEB-INF/jsp/header.jsp. However, the title of each page is unique, so you havedecided to use a variable called pageTitle to parameterize this in the header JSP, like this: 10.${param.pageTitle} Which JSP code snippet should you use in your main view JSPs to insert the header and pass thepageTitle variable?()A
jsp:insert page=’/WEB-INF/jsp/header.jsp’. ${pageTitle=’Welcome Page’}. /jsp:insertB
jsp:include page=’/WEB-INF/jsp/header.jsp’. ${pageTitle=’Welcome Page’}. /jsp:includeC
jsp:include file=’/WEB-INF/jsp/header.jsp’. ${pageTitle=’Welcome Page’}. /jsp:includeD
jsp:insert page=’/WEB-INF/jsp/header.jsp’. jsp:param name=’pageTitle’ value=’Welcome Page’ / . /jsp:insertE
jsp:include page=’/WEB-INF/jsp/header.jsp’. jsp:param name=’pageTitle’ value=’Welcome Page’ / . /jsp:include
考题
单选题norma has a form action that will allow users to create comments to the existing doc. When Norma views the form in her web browser, she sees the action. but when she opens the form in her notes client she cannot see the action . which one of the following should she do to correct the problom? ()A
delete old action and create a new one on the formB
Make sure the comments form is available for notes clients useC
Make the action a shared action and disable the hide-when setting for “web borwsers”D
Check the actions hide-when setting to make sure the action is available for “notes 4.6 later”
热门标签
最新试卷