Public
Private
Protected
Transient
No access modifier is required.
第1题:
A member variable defined in a class can be accessed only by the classes in the same package. Which modifier should be used to obtain the access control?()
第2题:
You want a class to have access to members of another class in the same package. Which is the most restrictive access that accomplishes this objective?()
第3题:
You want a class to have access to members of another class in the same package. Which is the most restrictive access modifier that will accomplish that will accomplish this objective?()
第4题:
Which two demonstrate encapsulation of data?()
第5题:
A class design requires that a member variable cannot be accessible directly outside the class. Which modifier should be used to obtain the access control?()
第6题:
You want to restrict access to a role based on the client machine from which the user is accessing the network.Which two role restrictions accomplish this goal? ()
第7题:
public
no modifier
protected
private
第8题:
router(config-line)# ip access-group 1 in
router(config-line)# access-class 1 in
router(config-line)# ip access-list 1 in
router(config-line)# access-line 1 in
第9题:
public
private
protected
transient
default access
第10题:
public
private
protected
transient
default access
第11题:
Member data have no access modifiers.
Member data can be modified directly.
The access modifier for methods is protected.
The access modifier to member data is private.
Methods provide for access and modification of data.
第12题:
public
private
protected
transient
default access
第13题:
不是修饰符的是()
第14题:
Which two are benefits of fully encapsulating a class?()
第15题:
You want to limit access to a method of a public class to members of the same class. Which access accomplishes this objective?()
第16题:
You want to limit access to a method of a public class to members of the same class. Which access modifier accomplishes this objective?()
第17题:
You want subclasses in any package to have access to members of a superclass. Which is the most restrictive access that accomplishes this objective?()
第18题:
Public
Private
Protected
Transient
No access modifier is qualified
第19题:
ActiveX controls
Calendar Class
Standard Object Library
Picklist Class
Wizard Class
Navigator Class
第20题:
Public
Private
Protected
Transient
No access modifier is required
第21题:
private
no modifier
public
protected
第22题:
permit access-list 101 out
ip access-group 101 out
apply access-list 101 out
access-class 101 out
ip access-list e0 out
第23题:
Public
Private
Protected
Transient
No access modifier is qualified.
第24题:
Public
Private
Protected
Transient
No access modifier is required.