AShut down the managed server from the WebLogic console.
BShut down the managed server using the WLST command through Node Manager.
CRun "kill -9" once to kill the managed server process.
DRun "kill -9" to kill the managed server process, and run "kill -9" one more time if the managed server is restarting.
In a Java EE messaging application, one MDB is consuming a lot of memory at high traffic. What configuration should you use to prevent possible out-of-memory error at high traffic and at the same time not losing messages?()
单选题查看答案
Click the Exhibit button. Given this code from Class B: 25.A a1 = new A(); 26.A a2 = new A(); 27.A a3 = new A(); 28.System.out.println(A.getInstanceCount()); What is the result?()
单选题查看答案
Click the Exhibit button. Given this code from Class B: 25. A a1 = new A(); 26. A a2 = new A(); 27. A a3 = new A(); 28. System.out.println(A.getInstanceCount()); What is the result?()
单选题查看答案
You need to rename a data file of a tablespace. How would you perform this?()
单选题查看答案
Click the Exhibit button. Given: ClassA a = new ClassA(); a.methodA(); What is the result?()
单选题查看答案
Given: Which code, inserted at line 16, correctly retrieves a local instance of a Point object?()
单选题查看答案
Given: Which code, inserted at line 16, correctly retrieves a local instance of a Point object?()
单选题查看答案
Click the Exhibit button. Given: ClassA a = new ClassA();a.methodA(); What is the result?()
单选题查看答案
Click the Exhibit button. Given: ClassA a = new ClassA();a.methodA(); What is the result?()
单选题查看答案
Given: A programmer is developing a class Key, that will be used as a key in a standard java.util.HashMap. Which two methods should be overridden to assure that Key works correctly as a key?()
多选题查看答案