Select valid identifier of Java: ()

题目
多选题
Select valid identifier of Java: ()
A

userName

B

%passwd

C

3d_game

D

$charge

E

this

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

Which of the following are valid program types for a lightweight job?()

A. PLSQL_BLOCK PLSQL

B. EXECUTABLE

C. JAVA_STORED_PROCEDURE

D. STORED_PROCEDURE

E. EXTERNAL


参考答案:A, D

第2题:

Select two valid administratively scoped multicast addresses in networks running Interior Gatewayprotocols like EIGRP and OSPF?()

  • A、239.0.0.1
  • B、239.255.255.255
  • C、224.0.0.10
  • D、224.0.0.5

正确答案:A,B

第3题:

When a switch port is used as a VLAN trunk, which of the following trunk modes are valid? (Select all that apply.)

A. Blocking

B. Auto

C. Desirable

D. On

E. Transparent

F. Learning


正确答案:BCD
B,C,D 解析:Explanation:
A trunk port can be configured as one of the following 5 different modes: on, off, desirable, auto, or nonegotiate.

The table below is a summary of the configuration modes.

第4题:

Which of the following are valid program types for a lightweight job?()

  • A、PLSQL_BLOCK PLSQL
  • B、EXECUTABLE
  • C、JAVA_STORED_PROCEDURE
  • D、STORED_PROCEDURE
  • E、EXTERNAL

正确答案:A,D

第5题:

Which modifiers and return types would be valid in the declaration of a working main() method for a Java standalone application?()  

  • A、private
  • B、final
  • C、static
  • D、int
  • E、abstract

正确答案:B,C

第6题:

java 接口内定义方法的权限是什么?

public interface xx{

Object select();

}

这个select方法的权限是什么??包内? 公开? 保护?


java中有四种1、默认的 是在包内可以访问2、public —— 共有的, 这我想你知道吧 都可以访问3、private —— 私有的 , 这只能是自身才可以访问4、protected —— 保护的,这个只有自身或是其子类可以访问

 

java 接口内定义方法的权限是默认是public

 

默认是public的

第7题:

Select the three valid LMI extension.()

  • A、Multicasting
  • B、Global addressing
  • C、Forward-explicit congestion notification (FECN)
  • D、Virtual circuit status messages.
  • E、Backward-explicit congestion notification (BECN)

正确答案:A,B,D

第8题:

Which of the following correctly describe the various functions and virtues of a router? (Select all valid answer choices)

A. Packet switching

B. Collision prevention on a LAN segment.

C. Packet filtering

D. Broadcast domain enlargement

E. Broadcast forwarding

F. Internetwork communication

G. None of the above


正确答案:ACF
A,C,F 解析:Explanation:
The main function of a router is to connect different, separated networks together. In doing so, switching packets from one network to another is a primary function, along with providing for communication between networks. As an additional feature, routers are capable of providing filtering on a network address and application port level, so choice C is also correct.

Incorrect Answers:
B. Routers can indeed be used to segment a network separate a collision domain, since routers do not forward LAN broadcasts and multicasts to other interfaces. However, routers alone can not prevent all collisions from occurring on any given LAN segment.

D. Routers actually segment LANs into smaller broadcast domains.

E. Routers do not forward broadcast and multicast traffic out the additional interfaces by default. Unless bridging or IP helpers are configured on the router, LAN broadcasts are blocked at the router level.

第9题:

Which of the following are valid program types for a lightweight job?()

  • A、 PLSQL_BLOCK
  • B、 EXECUTABLE
  • C、 JAVA_STORED_PROCEDURE
  • D、 STORED_PROCEDURE
  • E、 EXTERNAL

正确答案:A,D

第10题:

Which of the following is the correct format for /etc/inittab entries()

  • A、Runlevel:Action:Identifier:Command
  • B、Identifier:Runlevel:Action:Command
  • C、Command:Action:Identifier:Process
  • D、Process:Runlevel:Command:Identifier

正确答案:B

更多相关问题