An object is()
第1题:
After creating a WebSphere Commerce instance, an administrator attempts to log on to the WebSphere Commerce Administration Console. The browser reports a "500 Internal Server Error". What could cause this to occur?()
第2题:
Which thefollowingstatements about static inner classes is true?()
第3题:
Which statement about static inner classes is true? ()
第4题:
Which statements about static inner classes are true?()
第5题:
You create an application. The application processes hundreds of XML documents per minute. The XML documents are validated against inline schemas.You need to load XML documents from the file system and read them as quickly as possible. XML comments must be ignored while reading the XML documents. What should you do?()
第6题:
You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. You add a ListBox control to the application. The ListBox control is data-bound to an instance of a custom collection class of the Product objects named ProductList. The number of items of the data-bound collection is fixed. However, users can modify the properties of each of the Product objects in the collection. You need to ensure that changes made on the Product objects are automatically reflected in the ListBox control. What should you do?()
第7题:
You are developing an ASP.NET Web application. The application must pass an object that contains user-specific data between multiple pages. The object ismore than 100 KB in size when serialized.You need to minimize the amount of data is sent to the user. What should you do?()
第8题:
You are creating a Windows Forms application by using the .Net Framework 3.5.You plan to design a composite control for the application.You need to derive the control from a base class that supports templates.What should you do?()
第9题:
x.delete()
x.finalize()
Runtime.getRuntime().gc()
Explicitly setting the object’s reference to null.
Ensuring there are no references to the object.
Only the garbage collection system can destroy an object.
第10题:
A static inner class requires a static initializer.
A static inner class requires an instance of the enclosing class.
A static inner class has no reference to an instance of the enclosing class.
A static inner class has access to the non-static members of the outer class.
Static members of a static inner class can be referenced using the class name of the static inner class.
第11题:
One object is created
Two objects are created
Three objects are created
One reference variable is created
Two reference variables are created
Three reference variables are created.
第12题:
The web server was not started
The Payments Engine was not started
The WebSphere Commerce Payments instance was not started
The WebSphere Commerce application server was not started
The Configuration Manager service was not started
第13题:
What allows the programmer to destroy an object x?()
第14题:
Given that Thing is a class, how many objects and reference variables are created by the following code?() Thing item, stuff; item = new Thing(); Thing entity = new Thing();
第15题:
Which methods from the String and StringBuffer classes modify the object on which they are called?()
第16题:
Which built-in would you reference in your trigger code to remove a report from the Reports Server queue dynamically?()
第17题:
You are creating a Windows Forms Application by using the .NET Framework 3.5.You plan to design a new control that will be used on multiple forms in the app.You need to ensure that the control meets the following requirement (1)It retrieves data from a MSSQL Server 2008 database instance. (2)It uses WPF classes to display data. (3)It uses user-customizable actions when the control is first painted on the form. What should you do?()
第18题:
You work as a Web Developer at Certkiller.com. You are in the process of creating a Webapplication using Microsoft ASP.NET 3.5. A third-party assembly contains custom server controls. This assembly does not contain a strongname and it’s not part of the application’s Microsoft Visual Studio 2008 solution. You have to makesure that the other users are able to use the custom controls. You decide to configure theapplications project. What should you do?()
第19题:
Your network contains a server named Server1 that runs Windows Server 2008 R2. On Server1, you create an Active Directory Lightweight Directory Services (AD LDS) instance named Instance1. You connect to Instance1 by using ADSI Edit. You run the Create Object wizard and you discover that there is no User object class. You need to ensure that you can create user objects in Instance1. What should you do()
第20题:
You are creating an application that provides information about the local computer.The application contains a form that lists each logical drive along with the drive properties,such as type,volume label,and capacity.You need to write a procedure that retrieves properties of each logical drive on the local computer. What should you do?()
第21题:
SQLServer:Buffer Manager
SQLServer:Access Methods
SQLServer:General Statistics
SQLServer:Exec Statistics
第22题:
what classes are instantiated from.
an instance of a class.
a blueprint for creating concrete realization of abstractions.
a reference to an attribute.
a variable.
第23题:
An anonymous class can be declared as static.
A static inner class cannot be a static member of the outer class.
A static inner class does not require an instance of the enclosing class.
Instance member of a static inner class can be referenced using the class name of the staticinner class.