单项选择题

Which is the valid identifier?()

A. false
B. default
C. _object
D. a-class

<上一题 目录 下一题>
热门 试题

多项选择题
Whichthe two choicesareequivalent?()

A. 3 / 2
B. 3 < 2
C. 3 * 4
D. 3 << 2
E. 3 * 22
F. 3 <<<2

单项选择题
Which statement is true?()

A. The MyCircle class is full encapsulated.
B. The diameter of a given MyCircle is guaranteed to be twice its radius.
C. Lines 6 and 7 should be in a synchronized block to ensure encapsulation.
D. The radius of a MyCircle object can be set without affecting its diameter.

相关试题
  • Which two produce the output one,...
  • Whichthe JSTLcodesnippetcanbeusedtoimpo...
  • AcustomJSPtagmustbeabletosupportanarbitr...
  • Whichthe twoarevalidandequivalent?()
  • A developer is designing a web app...