Which can appropriately be thrown by a programmer using Java SE technology to create a desktop application?()
第1题:
Which the two are true regarding a web application class loader?()
第2题:
Your web application requires the adding and deleting of many session attributes during a complex usecase. A bug report has come in that indicates that an important session attribute is being deleted too soonand a NullPointerException is being thrown several interactions after the fact. You have decided to create asession event listener that will log when attributes are being deleted so you can track down when theattribute is erroneously being deleted. Which listener class will accomplish this debugging goal?()
第3题:
public class Foo { static int[] a; static { a[0]=2; } public static void main( String[] args) {} } Which exception or error will be thrown when a programmer attempts to run this code?()
第4题:
Which four types of objects can be thrown using the throw statement?()
第5题:
Which four actions can you perform using the WebLogic Admin Console?()
第6题:
Your company runs Remote Desktop Services. You have a Remote Desktop Session Host (RD Session Host) se rver. You enable Microsoft Word as a RemoteApp application on the RD Session Host server. You need to ensure that the RemoteApp application opens when a user double - clicks a Word (.docx) file on a client computer. Which two actions should you perform?()
第7题:
You create Windows Forms applications by using the .NET Framework 3.5.You plan to deploy a new application.You need to ensure that on deployment, the application meets the following requirements: (1)It is executed on the client computer (2)It is removed from the client computer after the application is closed (3)It is not displayed in theAdd/Remove programs panel on the client computer What should you do?()
第8题:
You are creating a Windows Forms Application by using the .NET Framework 3.5.You plan to deploy a new Applciation.You need to ensure that on deployment, the application meets the following requirements; (1)It is executed on the client computer. (2)It is removed from the client computer after the application closed. (3)It is not displayed in the Add/Remove programs panel on the client computer. What sould you do?()
第9题:
ClassCastException
NullPointerException
NoClassDefFoundError
NumberFormatException
ArrayIndexOutOfBoundsException
第10题:
Create a manifest and set the RequestedExecutionLevel level attribute to AsInvoker.
Create a manifest and set the RequestedExecutionLevel level attribute to AsAdministrator.
Create a new certificatetrust list (CTL).Install the CTL on the server that has the ClickOnce application published.
Create a new certificate trust list (CTL).Request the network administrator to deploy the CTL by using Group Policy.
第11题:
A web application may override the web container’s implementation classes
A web application running in a J2EE product may override classes in the javax.* namespace
A web application class loader may NOT override any classes in the java.* and javax.* namespace
Resources in the WAR class directory or in any of the JAR files within the library directory may be accessed using the J2SE semantics of getResource
Resources in the WAR class directory or in any of the JAR files within the library directory cannot be accessed using the J2SE semantics of getResource
第12题:
Error
Event
Object
Exception
Throwable
Runtime Exception
第13题:
You create Windows Forms applications by using the .NET Framework 3.5.You plan to deploy a new Windows Presentation Foundation (WPF) XAML browser application (XBAP).The deployment must meet the following requirements: (1)shortcut is added to the Start menu (2)The most recent version of the application is installed and executed on client computers (3)Users can uninstall the application from the control panel You need to identify a deployment technology that meets the specified requirements.You want to achieve this goal by using the minimum amount of development effort. Which deployment technology should you use?()
第14题:
A technician installed a new application on a Windows XP desktop. When the technician tries to launch the application it crashes. Which of the following can the technician use to troubleshoot the application?()
第15题:
Which four can be thrown using the throw statement?()
第16题:
Which four types of object can be thrown using the throw statement?()
第17题:
You have created an Oracle 10g database named SALES, which will be used by an application named SalesOrders. Users of the SalesOrders application complain that application response time is slow when they generate reports. The SalesOrders application accesses a table that contains 10 million rows. You decide to create an index on this table using the NOLOGGING option so that the index creation process is completed in the least amount of time. Which of the following is NOT true about an index created with the NOLOGGING option?()
第18题:
You create Windows Forms applications by using the .NET Framework 3.5. You plan to deploy a new application by using the ClickOnce technology.During deployment, the application performs the following tasks: (1)Modifies registry keys (2)Modifies the files located in the %PROGRAM FILES% folder (3)Administrative permissions are not granted to users who install the application You need to ensure that the following requirements are met: (1)The application can be deployed to Windows Vista client computers that are not part of an Active Directory domain (2)When the application is deployed, users are not prompted to elevate their permissions What should you do?()
第19题:
You create Windows Forms applications by using the .NET Framework 3.5.You plan to deploy a new application by using the ClickOnce deployment technology. The application is signed by using a certificate obtained from a trustworthy authority. You need to ensure that the application can be deployed as a trusted application to Windows Vista client computers on a corporate network.What should you do?()
第20题:
Your company plans to upgrade all client computers to Windows 7. The company uses a custom line-of-business application. The application contains sensitive data. The application will not run on Windows 7 You establish that Microsoft Enterprise Desktop Virtualization (MED-V) v2 is the appropriate technology to allow your organization to continue to use the application. You need to ensure that the virtual machine (VM) images that contain sensitive data can be used only when the user is connected to the MED-V server. What should you do?()
第21题:
Error
Event
Object
Throwable
Exception
RuntimeException
第22题:
System logs
Security logs
Application logs
Application installation logs
第23题:
java.lang. StackOverflowError
java.lang.IllegalStateException
java.lang.ExceptionlnlnitializerError
java.lang.ArraylndexOutOfBoundsException