Which keyword can protect a class in a package from accessibility by the classes outside the package()。
第1题:
()are the three different coatings which can protect metal from corrosion.
第2题:
Which two statements are true about the Cisco Classic (CBAC) IOS Firewall set?()
第3题:
Which smb.conf configuration keyword determines the hostname resolution order?()
第4题:
It is desirable that a certain method within a certain class can only be accessed by classes that are defined within the same package as the class of the method. How can such restrictions be enforced?()
第5题:
Which statement is true regarding remote archive log file destinations?()
第6题:
FTP
SSH
Telnet
J-Web
第7题:
Has-a relationships should never be encapsulated.
Has-a relationships should be implemented using inheritance.
Has-a relationships can be implemented using instance variables.
Is-a relationships can be implemented using the extends keyword.
Is-a relationships can be implemented using the implements keyword.
An array or a collection can be used to implement a one-to-many has-a relationship.
第8题:
A subquery that defines a view cannot include the GROUP BY clause
A view that is created with the subquery having the DISTINCT keyword can be updated
A view that is created with the subquery having the pseudo column ROWNUM keyword cannot be updated
A data manipulation language (DML) operation can be performed on a view that is created with the subquery having all the NOT NULL columns of a table
第9题:
private
protected
final
don’t use any keyword at all (make it default)
第10题:
help topic
help reference
help apropos
help tip
第11题:
第12题:
Layer 2 managed switch
DHCP server
Hardware firewall
Bridge
第13题:
Which Cisco product family can simultaneously implement firewall, VPN, content security, network access control, virtualization, anD content filtering?()
第14题:
Which keyword is used with the show ip bgp neighbors [keyword] command to display all routes that are received and accepted from a neighbor?()
第15题:
Which four are true?()
第16题:
Which two statements are true regarding views?()
第17题:
Which four statements are true?()
第18题:
authorization
data integrity
confidentiality
authentication
第19题:
Mark the method with the keyword public.
Mark the method with the keyword protected.
Mark the method with the keyword private.
Mark the method with the keyword package.
Do not mark the method with any accessibility modifiers.
第20题:
transaction
icmp
discovery
nd
第21题:
All switch statements must have a default label.
There must be exactly one label for each code segment in a switch statement.
The keyword continue can never occur within the body of a switch statement.
No case label may follow a default label within a single switch statement.
A character literal can be used as a value for a case label.
第22题:
paths
accepted-routes
advertised-routes
routes
第23题:
zones on which an attack might arrive
zones you want to protect from attack
interfaces on which an attack might arrive
interfaces you want to protect from attack
第24题:
Has-a relationships should never be encapsulated.
Has-a relationships should be implemented using inheritance.
Has-a relationships can be implemented using instance variables.
Is-a relationships can be implemented using the extends keyword.
Is-a relationships can be implemented using the implements keyword.
An array or a collection can be used to implement a one-to-many has-a relationship.
The relationship between Movie and Actress is an example of an is-a relationship.