You want to limit access to a method of a public class to members of the same class. Which access accomplishes this objective?()  A、 publicB、 privateC、 protectedD、 transientE、 default access

题目

You want to limit access to a method of a public class to members of the same class. Which access accomplishes this objective?()  

  • A、 public
  • B、 private
  • C、 protected
  • D、 transient
  • E、 default access
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

You want subclasses in any package to have access to members of a superclass. Which is the most restrictive access modifier that will accomplish this objective?()  

  • A、 Public
  • B、 Private
  • C、 Protected
  • D、 Transient
  • E、 No access modifier is qualified.

正确答案:C

第2题:

You are securing a network for TestKing and want to apply an ACL (access control list) to an interface of a router. Which one of the following commands would you use?()

  • A、permit access-list 101 out
  • B、ip access-group 101 out
  • C、apply access-list 101 out
  • D、access-class 101 out
  • E、ip access-list e0 out

正确答案:B

第3题:

Youwantaclasstohaveaccesstomembersofanotherclassinthesamepackage.Whichisthemostrestrictiveaccessmodifierthatwillaccomplishthatwillaccomplishthisobjective?()

A.Public

B.Private

C.Protected

D.Transient

E.Noaccessmodifierisrequired.


参考答案:E

第4题:

Which statement about access lists that are applied to an interface is true?()

  • A、you can apply multiple access lists with the same protocol or in different…
  • B、you can config one access list,per direction,per layer 3 protocol
  • C、you can place as many access lists as you want on any interface
  • D、you can apply ony one access list on any interface

正确答案:D

第5题:

Which statement about access lists that are applied to an interface is true?()

  • A、you can apply multiple access lists with the same protocol or in different…
  • B、you can config one access list,per direction,per layer 3 protocol
  • C、you can placeasmanyaccess lists as you want on any interface
  • D、you can apply ony one access list on any interface

正确答案:D

第6题:

You want subclasses in any package to have access to members of a superclass. Which is the mostrestrictive access modifier that will accomplish this objective?() 

  • A、 Public
  • B、 Private
  • C、 Protected
  • D、 Transient
  • E、 No access modifier is qualified

正确答案:C

第7题:

Which statement about access lists that are applied to an interface is true?()

  • A、you can apply multiple access lists with the same protocol or in different direction.
  • B、you can config one access list,per direction,per layer 3 protocol
  • C、you can place as many access lists as you want on any interface
  • D、you can apply only one access list on any interface

正确答案:B

第8题:

Which statement about access lists that are applied to an interface is true?()

A.you can apply multiple access lists with the same protocol or in different…

B.you can config one access list,per direction,per layer 3 protocol

C.you can placeasmanyaccess lists as you want on any interface

D.you can apply ony one access list on any interface


参考答案:D

第9题:

Which three statements are true?()

  • A、 The default constructor initializes method variables.
  • B、 The default constructor has the same access as its class.
  • C、 The default constructor invoked the no-arg constructor of the superclass.
  • D、 If a class lacks a no-arg constructor, the compiler always creates a default constructor. 
  • E、 The compiler creates a default constructor only when there are no other constructors for the class.

正确答案:B,C,E

第10题:

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?()  

  • A、 public
  • B、 private
  • C、 protected
  • D、 transient
  • E、 default access

正确答案:E

更多相关问题