run
import
default
implement
第1题:
What protection method is used in 4F BLSR networks?()
第2题:
Which two elements of the Java Enterprise Application Archive are required?()
第3题:
When comparing java.io.BufferedWriter to java.io.FileWriter, which capability exists as a method in only one of the two?()
第4题:
What protection method is used in 4F MS-SPRing networks?()
第5题:
Which two interfaces provide the capability to store objects using a key-value pair?()
第6题:
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:()
第7题:
第8题:
EJB Archive
Deployment Descriptor
META-INF sub directory
Resource Adapter archive
Java library
第9题:
inflection and compound
compound and derivation
inflection and derivation
第10题:
In Java programming language only allows single inheritance.
In Java programming language allows a class to implement only one interface.
In Java programming language a class cannot extend a class and implement a interface together.
In Java programming language single inheritance makes code more reliable.
第11题:
第12题:
closing the stream
flushing the stream
writing to the stream
marking a location in the stream
writing a line separator to the stream
第13题:
You need to store elements in a collection that guarantees that no duplicates are stored. Which two interfaces provide that capability?()
第14题:
public class test { public static void main(String [] a) { assert a.length == 1; } } Which two will produce an AssertionError?()
第15题:
POJO是()
第16题:
Given in a single JSP page: <%@ taglib prefix=’java’ uri=’myTags’ %> <%@ taglib prefix=’JAVA’ uri=’moreTags’ %> Which two are true?()
第17题:
Which statements about inheritance are true?()
第18题:
Which two functional areas does Oracle Application Grid provide ?()
第19题:
Workflow Error
Workflow Deferred
Workflow Java Error
Workflow Java Deferred
Workflow Inbound Notification
Workflow Deferred Notification
第20题:
Run
Import
Default
Implement
第21题:
The prefix ’java’ is reserved.
The URI ’myTags’ must be properly mapped to a TLD file by the web container.
A translation error occurs because the prefix is considered identical by the web container.
For the tag usage
第22题:
run
import
default
implement
第23题:
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