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.
第1题:
● (73)testing is the responsibility ofthe programmer, who knows exactly what is going on inside the program.
(73)
A. Acceptance
B.System
C.Black box
D.White box
第2题:
Which two are true?()
第3题:
What is true about the WITH GRANT OPTION clause?()
第4题:
What allows the programmer to destroy an object x?()
第5题:
When creating a virtual Ethernet adapter on the HMC for a VIO server, what is the advantage of checking the box to access external network (trunk)?()
第6题:
What can cause a thread to become non-runnable?()
第7题:
Identify two correct statements to complete the sentance. In a Coherence implementation, it is a best practice to implement PortableObject on all customer objects because:()
第8题:
Calibrated Vectored Cooling
Rear Door Heat eXchanger
IBM Active Energy Manager
Light Path Diagnostics
第9题:
It allows a grantee DBA privileges.
It is required syntax for object privileges.
It allows privileges on specified columns of tables.
It is used to grant an object privilege on a foreign key column.
It allows the grantee to grant object privileges to other users and roles.
第10题:
java.util.Queue
java.util.ArrayList
java.util.LinearList
java.util.LinkedList
第11题:
It allows L2F tunnels across the network.
It allows GRE tunnels across the network.
It allows PPTP tunnels across the network.
It allows PPP to be tunneled across a network
第12题:
it leverages Java’s built-in serialization
it provides a more efficient serialization of the object
it allows the object to be shared across applications
it allows the object to be shared across programming platforms
第13题:
How does the Extended Get Digit String step differ from the Get Digit String? ()
第14题:
What is the function of L2TP?()
第15题:
A company has a business application that provides its users with many different reports: receivables reports, payables reports, revenue projects, and so on. The company has just purchased somenew, state-of-the-art, wireless printers, and a programmer has been assigned the task of enhancing all ofthe reports to use not only the company’s old printers, but the new wireless printers as well. When the programmer starts looking into the application, the programmer discovers that because of the design of theapplication, it is necessary to make changes to each report to support the new printers. Which two designconcepts most likely explain this situation? ()
第16题:
A programmer has an algorithm that requires a java.util.List that provides an efficient implementation of add(0, object), but does NOT need to support quick random access. What supports these requirements?()
第17题:
What happens when thread X executes a wait() method on object A, without owning object A’s lock?()
第18题:
A company that makes Computer Assisted Design (CAD) software has, within its application, some utility classes that are used to perform 3D rendering tasks. The company's chief scientist has just improved the performance of one of the utility classes' key rendering algorithms, and has assigned a programmer to replace the old algorithm with the new algorithm. When the programmer begins researching the utility classes, she is happy to discover that the algorithm to be replaced exists in only one class. The programmer reviews that class's API, and replaces the old algorithm with the new algorithm, being careful that her changes adhere strictly to the class's API. Once testing has begun, the programmer discovers that other classes that use the class she changed are no longer working properly. What design flaw is most likely the cause of these new bugs?()
第19题:
java.util.Queue
java.util.ArrayList
java.util.LinearList
java.util.LinkedList
第20题:
An encapsulated, public class promotes re-use.
Classes that share the same interface are always tightly encapsulated.
An encapsulated class allows subclasses to overload methods, but does NOT allow overriding methods.
An encapsulated class allows a programmer to change an implementation without affecting outside code.
第21题:
It can be used in conjunction with another step.
It allows the application programmer into another section of the application.
Most of the Extended Get Digit String variables can be changed while the application is running.
It allows the entry of a Boolean expression for the Interruptible and Clear DTMF Buffer on Retry fields.
第22题:
Tea
Coffee
Coffee Tea
Compilation fails.
The code runs with no output.
An exception is thrown at runtime.
第23题:
Compilation fails.
An exception is thrown.
The wait() method has no effect.
Thread X receives the lock immediately.
Object A moves the thread to the wait pool.