It can be invoked only from the doGet or doPost methods.
It can be used independently of the getRemoteUser method.
Can return true even when its argument is NOT defined as a valid role name in the deployment descriptor.
Using the isUserInRole method overrides any declarative authentication related to the method in which it is invoked.
第1题:
Which two statements are true about the security-related tags in a valid Java EE deployment descriptor?()
第2题:
Given a class whose instances, when found in a collection of objects, are sorted by using the compareTo() method, which two statements are true?()
第3题:
Which two statements are true about the Automatic Diagnostic Repository (ADR)?()
第4题:
Which two statements are true regarding the USING and ON clauses in table joins?()
第5题:
Which two statements are true regarding single row functions?()
第6题:
It can be used to join a maximum of three tables
It can be used to restrict the number of columns used in a NATURAL join
It can be used to access data from tables through equijoins as well as nonequijoins
It can be used to join tables that have columns with the same name and compatible data types
第7题:
It is possible to synchronize static methods.
When a thread has yielded as a result of yield(), it releases its locks.
When a thread is sleeping as a result of sleep(), it releases its locks.
The Object.wait() method can be invoked only from a synchronized context.
The Thread.sleep() method can be invoked only from a synchronized context.
When the thread scheduler receives a notify() request, and notifies a thread, that thread immediately releases its lock.
第8题:
The class implements java.lang.Comparable.
The class implements java.util.Comparator.
The interface used to implement sorting allows this class to define only one sort sequence.
The interface used to implement sorting allows this class to define many different sort sequences.
第9题:
It is used only for directly connected subnets or aggregate routes
It can only be used with LDP.
It is only used when two or more labels are stacked.
It enables the Edge LSR to request a label pop operation from Its upstream neighbors
It is requested through TDP using a special label value that is also called the implicit-null value.
It is requested through LDP using a special label value that is also called the implicit-null value.
第10题:
The ADR base keeps all diagnostic information in binary format
SQL*Plus provides the ADRI script, which can be used to work with ADR
The ADR can be used for problem diagnosis only when the database is open
The ADR can be disabled by settting the DIAGNOSTIC_DEST parameter to null
The ADR can be used for problem diagnosis even when the database instance is down
The ADR base is shared across multiple instances
第11题:
It can be set at the system, session, or table level.
It is used only across statements in the same session.
It can store the results from normal as well as flashback queries.
It can store the results of queries based on normal,temporary,and dictionary tables.
第12题:
It performs switching decisions and forwarding for the VEM
It can be run on a virtual machine
It can be used for remote VEM switching Iine cards
第13题:
Which two of statements are true?()
第14题:
Which two statements are true about using the isUserInRole method to implement security in a Java EEapplication?()
第15题:
Which two statements are true about the Automatic Diagnostic Repository (ADR)?() (Choose two.)
第16题:
Which two statements are true about the hashCode method?()
第17题:
It is used only for directly connected subnets or aggregate routes.
It can only be used with LDP.
It is only used when two or more labels are stacked.
It enables the Edge LSR to request a label pop operation from its upstream neighbors.
It is requested through TDP using a special label value that is also called the implicit-null value.
It is requested through LDP using a special label value that is also called the implicit-null value.
第18题:
Every
A
A given tag can apply to only one
A given
It is possible to construct a valid
第19题:
Both USING and ON clauses can be used for equijoins and nonequijoins
Amaximum of one pair of columns can be joined between two tables using the ON clause
The ON clause can be used to join tables on columns that have different names but compatible data types
The WHERE clause can be used to apply additional conditions in SELECT statements containing the ON or the USING clause
第20题:
It is built by Automatic Tuning Optimizer.
It cannot be stored persistently in the data dictionary.
It can be used by the query optimizer automatically.
It can be created manually by using the CREATE PROFILE command.
第21题:
The ADR base keeps all diagnostic information in binary format
SQL*Plus provides the ADRI script, which can be used to work with ADR
The ADR can be used for problem diagnosis only when the database is open
The ADR can be disabled by settting the DIAGNOSTIC_DEST parameter to null
The ADR can be used for problem diagnosis even when the database instance is down
The ADR base is shared across multiple instances
第22题:
The hashCode method for a given class can be used to test for object equality and object inequality for that class.
The hashCode method is used by the java.util.SortedSet collection class to order the elements within that set.
The hashCode method for a given class can be used to test for object inequality, but NOT objecte quality, for that class.
The only important characteristic of the values returned by a hashCode method is that the distribution of values must follow a Gaussian distribution.
The hashCode method is used by the java.util.HashSet collection class to group the elements within that set into hash buckets for swift retrieval.
第23题:
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