网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
Which three statements concerning the use of the java.io.Serializable interface are true?()
- A、Objects from classes that use aggregation cannot be serialized
- B、An object serialized on one JVM can be successfully deserialized on a different JVM
- C、The values in fields with the volatile modifier will NOT survive serialization and deserialization
- D、The values in fields with the transient modifier will NOT survive serialization and deserialization
- E、It is legal to serialize an object of a type that has a supertype that does NOT implement java.io.Serializable
参考答案
更多 “Which three statements concerning the use of the java.io.Serializable interface are true?()A、Objects from classes that use aggregation cannot be serializedB、An object serialized on one JVM can be successfully deserialized on a different JVMC、The values in fields with the volatile modifier will NOT survive serialization and deserializationD、The values in fields with the transient modifier will NOT survive serialization and deserializationE、It is legal to serialize an object of a type that has a supertype that does NOT implement java.io.Serializable” 相关考题
考题
Refer to the diagram. All hosts have connectivity with one another. Which statements describe the addressing scheme that is in use in the network? ()
A.The subnet mask in use is 255.255.255.192.B.The subnet mask in use is 255.255.255.128.C.The IP address 172.16.1.25 can be assigned to hosts in VLAN1D.The IP address 172.16.1.205 can be assigned to hosts in VLAN1E.The LAN interface of the router is configured with one IP address.F.The LAN interface of the router is configured with multiple IP addresses.
考题
Which three statements about the Cisco MPLS TE Fast Reroute (FRR) process are true?()A、TE tunnels that are configured with the FRR option cannot be used as backup tunnels.B、TE tunnels that are configured with the FRR option can be used as backup tunnels.C、The backup tunnel that is used to protect a physical interface must have a valid IP address configured.D、Interfaces must use MPLS global label allocation.E、The source IP address of use backup tunnel and the merge point (MP) should not be reachable.
考题
Which statements concerning the correlation between the inner and outer instances of non-static inner classes are true?() A、Member variables of the outer instance are always accessible to inner instances, regardless of their accessibility modifiers.B、Member variables of the outer instance can never be referred to using only the variable name within the inner instance.C、More than one inner instance can be associated with the same outer instance.D、All variables from the outer instance that should be accessible in the inner instance must be declared final.E、A class that is declared final cannot have any inner classes.
考题
Which three configuration tasks are required to successfully deploy NBAR to recognize TCP and UDP stateful protocols? ()A、over leased lines, use the multilink ppp command to reduce latency and jitter, and to create Distributed Link Fragmentation and interleavingB、use the service-policy command to attach a traffic flow to an interface on the routerC、use the ip rsvp bandwidth command to set a strict upper limit on the bandwidth NBAR uses, and to guarantee admission of any flowsD、use the policy-map command to define one or more QoS policies (such as shaping, policing, and so on) to apply to traffic defined by a class mapE、use the random-detect dscp command to modify the default minimum and maximum thresholds for the DSCP valueF、use the class-map command to define one or more traffic classes by specifying the criteria by which traffic is classified
考题
Which of the following statements regarding the use of multiple access lists are valid when configuring a single interface on a Cisco router?()A、Application of up to three access lists per protocol to a single interface.B、No more than two access lists per interface.C、One access list may be configured per direction for each Layer 3 protocol configured on an interface.D、The maximum number allowed varies due to RAM availability in the router.E、An infinite number of access lists that can be applied to an interface, from most specific to most general.F、Cisco IOS allows only one access list to an interface.
考题
Which of the following describes WebSphere Application Servers dynamic caching?()A、Stores and retrieves Java objects from memoryB、Provides disk offloading capabilityC、Cannot use session information to cache servlets or JSPsD、Can be shared but cannot be replicated among servers
考题
Which statements concerning the following code are true?() class a { public a() {} public a(int i) { this(); } } class b extends a { public boolean b(String msg) { return false; } } class c extends b { private c() { super(); } public c(String msg) { this(); } public c(int i) {} } A、The code will fail to compile.B、The constructor in a that takes an int as an argument will never be called as a result of constructing an object of class b or c.C、Class c has three constructors.D、Objects of class b cannot be constructed.E、At most one of the constructors of each class is called as a result of constructing an object of class c.
考题
Which two statements are true about overflow pools?()A、Overflow pools do not support PATB、Overflow pools can not use the egress interface IP address for NATC、Overflow pools must use PATD、Overflow pools can contain the egress interface IP address or separate IP addresses
考题
Which three statements are true regarding subqueries?()A、Subqueries can contain GROUP BY and ORDER BY clauses B、Main query and subquery can get data from different tables C、Main query and subquery must get data from the same tables D、Subqueries can contain ORDER BY but not the GROUP BY clause E、Only one column or expression can be compared between the main query and subqueryF、 Multiple columns or expressions can be compared between the main query and subquery
考题
Which three concerning the use of the java.io.Serializable interface are true?()A、 Objects from classes that use aggregation cannot be serialized.B、 Art object serialized on one JVM can be successfully deserialized on a different JVM.C、 The values in fields with the volatile modifier will NOT survive serialization anddeserialization.D、 The values in fields with the transient modifier will NOT survive serialization anddeserialization.E、 It is legal to serialize an object of a type that has a supertype that does NOT implement java.io.Serializable.
考题
Which statements are valid for a local SPAN configuration? ()A、 Source and destination interface must be on the same hostB、 Source and destination interfaces can be on different hostsC、 Destination vEthernet interface can be on a different VLAN than the sourceD、 Destination interface can be a physical portE、 Destination interface cannot be a physical port
考题
Which two statements are true regarding the return values of property written hashCode and equals methods from two instances of the same class?()A、 If the hashCode values are different, the objects might be equal.B、 If the hashCode values are the same, the object must be equal.C、 If the hashCode values are the same, the objects might be equal.D、 If the hashCode values are different, the objects must be unequal.
考题
Which three statements about subqueries are true? ()A、A main query can have more than one subquery.B、A subquery can have more than one main query.C、The subquery and main query must retrieve data from the same table.D、The subquery and main query can retrieve data from different tables.E、Only one column or expression can be compared between the subquery and main query.F、Multiple columns or expression can be compared between the subquery and main query.
考题
Which three statements about subqueries are true?()A、A single row subquery can retrieve only one column and one row.B、A single row subquery can retrieve only one row but many columns.C、A multiple row subquery can retrieve multiple rows and multiple columns.D、A multiple row subquery can be compared by using the "" operator.E、A single row subquery can use the IN operator.F、A multiple row subquery can use the "=" operator.
考题
Which three statements concerning the use of the java.io.Serializable interface are true?()A、Objects from classes that use aggregation cannot be serialized.B、An object serialized on one JVM can be successfully deserialized on a different JVM.C、The values in fields with the volatile modifier will NOT survive serialization and deserialization.D、The values in fields with the transient modifier will NOT survive serialization and deserialization.E、It is legal to serialize an object of a type that has a supertype that does NOT implement java.io.Serializable.
考题
Which two statements are true regarding transactions in an Oracle database()A、Multiple transactions can use the same undo segment.B、A transaction is assigned an undo segment when it is started.C、More than one transaction cannot share the same extent in the undo tablespace.D、The transactions use system undo segment to store undo data if all the segments in the undo tablespaceare used.
考题
You want to make use of the object features available in the database for the form module you are developing. Which three statements about object types are true? ()A、An object type is a user-defined composite data type. B、The attributes of an object type can be those of other object types. C、A PL/SQL table of records is an example of a nested object type. D、An object type must be declared as a type before the actual object itself can be declared.
考题
Which two statements are true regarding single row functions?()A、They accept only a single argument B、They can be nested only to two levels C、Arguments can only be column values or constants D、They always return a single result row for every row of a queried table E、They can return a data type value different from the one that is referenced
考题
多选题Which statements are valid for a local SPAN configuration? ()ASource and destination interface must be on the same hostBSource and destination interfaces can be on different hostsCDestination vEthernet interface can be on a different VLAN than the sourceDDestination interface can be a physical portEDestination interface cannot be a physical port
考题
多选题Which two statements are true regarding the return values of property written hashCode and equals methods from two instances of the same class?()AIf the hashCode values are different, the objects might be equal.BIf the hashCode values are the same, the object must be equal.CIf the hashCode values are the same, the objects might be equal.DIf the hashCode values are different, the objects must be unequal.
考题
多选题Which three statements about subqueries are true?()AA single row subquery can retrieve only one column and one row.BA single row subquery can retrieve only one row but many columns.CA multiple row subquery can retrieve multiple rows and multiple columns.DA multiple row subquery can be compared by using the “” operator.EA single row subquery can use the IN operator.FA multiple row subquery can use the “=” operator.
考题
多选题Which three concerning the use of the java.io.Serializable interface are true?()AObjects from classes that use aggregation cannot be serialized.BArt object serialized on one JVM can be successfully deserialized on a different JVM.CThe values in fields with the volatile modifier will NOT survive serialization anddeserialization.DThe values in fields with the transient modifier will NOT survive serialization anddeserialization.EIt is legal to serialize an object of a type that has a supertype that does NOT implement java.io.Serializable.
考题
多选题Which two statements are true regarding transactions in an Oracle database()AMultiple transactions can use the same undo segment.BA transaction is assigned an undo segment when it is started.CMore than one transaction cannot share the same extent in the undo tablespace.DThe transactions use system undo segment to store undo data if all the segments in the undo tablespaceare used.
考题
多选题Which three statements concerning the use of the java.io.Serializable interface are true?()AObjects from classes that use aggregation cannot be serializedBAn object serialized on one JVM can be successfully deserialized on a different JVMCThe values in fields with the volatile modifier will NOT survive serialization and deserializationDThe values in fields with the transient modifier will NOT survive serialization and deserializationEIt is legal to serialize an object of a type that has a supertype that does NOT implement java.io.Serializable
考题
多选题You want to make use of the object features available in the database for the form module you are developing. Which three statements about object types are true? ()AAn object type is a user-defined composite data type.BThe attributes of an object type can be those of other object types.CA PL/SQL table of records is an example of a nested object type.DAn object type must be declared as a type before the actual object itself can be declared.
考题
多选题Which three statements concerning the use of the java.io.Serializable interface are true?()AObjects from classes that use aggregation cannot be serialized.BAn object serialized on one JVM can be successfully deserialized on a different JVM.CThe values in fields with the volatile modifier will NOT survive serialization and deserialization.DThe values in fields with the transient modifier will NOT survive serialization and deserialization.EIt is legal to serialize an object of a type that has a supertype that does NOT implement java.io.Serializable.
考题
多选题Which three statements are true regarding subqueries?()ASubqueries can contain GROUP BY and ORDER BY clausesBMain query and subquery can get data from different tablesCMain query and subquery must get data from the same tablesDSubqueries can contain ORDER BY but not the GROUP BY clauseEOnly one column or expression can be compared between the main query and subqueryFMultiple columns or expressions can be compared between the main query and subquery
热门标签
最新试卷