Objects from classes that use aggregation cannot be serialized.
An object serialized on one JVM can be successfully deserialized on a different JVM.
The values in fields with the volatile modifier will NOT survive serialization and deserialization.
The values in fields with the transient modifier will NOT survive serialization and deserialization.
It is legal to serialize an object of a type that has a supertype that does NOT implement java.io.Serializable.
第1题:
Which three concerning the use of the java.io.Serializable interface are true?()
第2题:
Which statements are valid for a local SPAN configuration? ()
第3题:
Which three statements about subqueries are true?()
第4题:
Which two statements are true regarding transactions in an Oracle database()
第5题:
Which two statements are true regarding single row functions?()
第6题:
If the hashCode values are different, the objects might be equal.
If the hashCode values are the same, the object must be equal.
If the hashCode values are the same, the objects might be equal.
If the hashCode values are different, the objects must be unequal.
第7题:
Objects from classes that use aggregation cannot be serialized.
Art object serialized on one JVM can be successfully deserialized on a different JVM.
The values in fields with the volatile modifier will NOT survive serialization anddeserialization.
The values in fields with the transient modifier will NOT survive serialization anddeserialization.
It is legal to serialize an object of a type that has a supertype that does NOT implement java.io.Serializable.
第8题:
Member variables of the outer instance are always accessible to inner instances, regardless of their accessibility modifiers.
Member variables of the outer instance can never be referred to using only the variable name within the inner instance.
More than one inner instance can be associated with the same outer instance.
All variables from the outer instance that should be accessible in the inner instance must be declared final.
A class that is declared final cannot have any inner classes.
第9题:
Objects from classes that use aggregation cannot be serialized
An object serialized on one JVM can be successfully deserialized on a different JVM
The values in fields with the volatile modifier will NOT survive serialization and deserialization
The values in fields with the transient modifier will NOT survive serialization and deserialization
It is legal to serialize an object of a type that has a supertype that does NOT implement java.io.Serializable
第10题:
You can load data into multiple tables during the same load session.
You can load data from multiple files to a table during the same load session.
You cannot perform selective data loading based on the values available in the records.
You can use an export file generated by the EXPDP utility as an input data file to load the data.
You can load data only if the input file is available on the disk and tape but not in a named pipes.
第11题:
They accept only a single argument
They can be nested only to two levels
Arguments can only be column values or constants
They always return a single result row for every row of a queried table
They can return a data type value different from the one that is referenced
第12题:
Overflow pools do not support PAT
Overflow pools can not use the egress interface IP address for NAT
Overflow pools must use PAT
Overflow pools can contain the egress interface IP address or separate IP addresses
第13题:
Which three statements concerning the use of the java.io.Serializable interface are true?()
第14题:
Which two statements are true regarding the return values of property written hashCode and equals methods from two instances of the same class?()
第15题:
Which three statements concerning the use of the java.io.Serializable interface are true?()
第16题:
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? ()
第17题:
Source and destination interface must be on the same host
Source and destination interfaces can be on different hosts
Destination vEthernet interface can be on a different VLAN than the source
Destination interface can be a physical port
Destination interface cannot be a physical port
第18题:
A single row subquery can retrieve only one column and one row.
A single row subquery can retrieve only one row but many columns.
A multiple row subquery can retrieve multiple rows and multiple columns.
A multiple row subquery can be compared by using the “>” operator.
A single row subquery can use the IN operator.
A multiple row subquery can use the “=” operator.
第19题:
TE tunnels that are configured with the FRR option cannot be used as backup tunnels.
TE tunnels that are configured with the FRR option can be used as backup tunnels.
The backup tunnel that is used to protect a physical interface must have a valid IP address configured.
Interfaces must use MPLS global label allocation.
The source IP address of use backup tunnel and the merge point (MP) should not be reachable.
第20题:
Multiple transactions can use the same undo segment.
A transaction is assigned an undo segment when it is started.
More than one transaction cannot share the same extent in the undo tablespace.
The transactions use system undo segment to store undo data if all the segments in the undo tablespaceare used.
第21题:
An object type is a user-defined composite data type.
The attributes of an object type can be those of other object types.
A PL/SQL table of records is an example of a nested object type.
An object type must be declared as a type before the actual object itself can be declared.
第22题:
Objects from classes that use aggregation cannot be serialized.
An object serialized on one JVM can be successfully deserialized on a different JVM.
The values in fields with the volatile modifier will NOT survive serialization and deserialization.
The values in fields with the transient modifier will NOT survive serialization and deserialization.
It is legal to serialize an object of a type that has a supertype that does NOT implement java.io.Serializable.
第23题:
Subqueries can contain GROUP BY and ORDER BY clauses
Main query and subquery can get data from different tables
Main query and subquery must get data from the same tables
Subqueries can contain ORDER BY but not the GROUP BY clause
Only one column or expression can be compared between the main query and subquery
Multiple columns or expressions can be compared between the main query and subquery
第24题:
A user can use SSH to interface ge-0/0/0.0 and ge-0/0/1.0.
A user can use FTP to interface ge-0/0/0.0 and ge-0/0/1.0.
A user can use SSH to interface ge-0/0/0.0.
A user can use SSH to interface ge-0/0/1.0.