MCQsLearn App Free MCQsLearn App Download - Android - iOS
As an Amazon Associate I earn from qualifying purchases.

Mechanical Engg Notes and Technology Articles

java keywords Quiz Questions and Answers - 13

Practice java keywords quiz questions and answers PDF, java keywords trivia questions PDF to solve Java worksheet 13 for online computer science degrees. Practice Overview of Java quiz questions and answers, java keywords Multiple Choice Questions (MCQ) to solve java test with answers for online information technology degree. Free java keywords MCQs, MCQs, comments, encapsulation, floating point, characters, java keywords test prep for coding certification.

"Acceptable keyword in JAVA is", java keywords Multiple Choice Questions (MCQ) with choices while, long, super, and new for software engineering degrees. Learn overview of java questions and answers with free online certification courses for programming certifications.

Quiz on java keywords 13

java keywords Quiz

MCQ: Acceptable keyword in JAVA is

  1. Long
  2. while
  3. Super
  4. New

B

characters Quiz

MCQ: Ch2 = 'Y' ; println(ch2) ; will display

  1. y
  2. Y
  3. 89
  4. 88

C

floating point Quiz

MCQ: Width of a float is

  1. 34 bits
  2. 64 bits
  3. 32 bits
  4. 16 bits

C

Encapsulation Quiz

MCQ: A class defines the structure and

  1. behaviour
  2. property
  3. attributes
  4. functions

A

comments Quiz

MCQ: Syntax of Documentation comment is

  1. // ? //
  2. / * ? */
  3. a/** .. a*/
  4. a/* .. * /

C