30/09/2018, 17:03

Poll: Core java Fundamentals 1.2

2, Which one of these lists contains only Java programming language keywords?

  • A. class, if, void, long, Int, continue
  • B. goto, instanceof, native, finally, default, throws
  • C. try, virtual, throw, final, volatile, transient
  • D. strictfp, constant, super, implements, do
  • E. byte, break, assert, switch, include
X viết 19:16 ngày 30/09/2018

D. strictfp, constant, super, implements, do

Đỗ Trung Quân viết 19:08 ngày 30/09/2018

Nhầm nhọt rồi nhé. :))

Trịnh Minh Cường viết 19:05 ngày 30/09/2018

C. try, virtual, throw, final, volatile, transient

Đỗ Trung Quân viết 19:08 ngày 30/09/2018

Vẫn sai rồi. hè. Trong Java k có keyword virtual. hehe

Đỗ Trung Quân viết 19:17 ngày 30/09/2018

Constant k phải keywork, nó dùng tạo static hay final

nhatlonggunz viết 19:13 ngày 30/09/2018

Theo em là câu A. (ai đó đoán 1 cái nữa đi)

Gió viết 19:04 ngày 30/09/2018

A.	class, if, void, long, Int, continue  // Int 
B.	goto, instanceof, native, finally, default, throws  
C.	try, virtual, throw, final, volatile, transient  // virtual
D.	strictfp, constant, super, implements, do // strictfp
E.	byte, break, assert, switch, include //include  

Đỗ Trung Quân viết 19:11 ngày 30/09/2018

Đáp án D là constant không đúng. Trong java có keyword strictfp

strictfp class A{}

Trắc nghiệm bạn vẫn đc điểm (y)

Đỗ Trung Quân viết 19:06 ngày 30/09/2018

Đáp án:
[spoiler]All the words in option B are among the 49 Java keywords. Although goto reserved as a keyword in Java, goto is not used and has no function.

Option A is wrong because the keyword for the primitive int starts with a lowercase i.

Option C is wrong because “virtual” is a keyword in C++, but not Java.

Option D is wrong because “constant” is not a keyword. Constants in Java are marked static and final.

Option E is wrong because “include” is a keyword in C, but not in Java.[/spoiler]

Bài liên quan
0