JAVA Basics

JAVA Basics

University

10 Qs

quiz-placeholder

Similar activities

бизнес-информатика

бизнес-информатика

University

9 Qs

Printmaking: intaglio - relief

Printmaking: intaglio - relief

University

9 Qs

Pan Tadeusz

Pan Tadeusz

1st Grade - Professional Development

10 Qs

Motywy malarskie w filmach Andrzeja Wajdy

Motywy malarskie w filmach Andrzeja Wajdy

1st Grade - University

10 Qs

Kameralnie i orkiestrowo

Kameralnie i orkiestrowo

KG - Professional Development

13 Qs

"Zbrodnia i kara" - test znajomości lektury

"Zbrodnia i kara" - test znajomości lektury

KG - Professional Development

9 Qs

Epoki literackie cz. I

Epoki literackie cz. I

8th Grade - University

12 Qs

Ur mum

Ur mum

University - Professional Development

13 Qs

JAVA Basics

JAVA Basics

Assessment

Quiz

Arts

University

Medium

Created by

Jamunadevi T

Used 192+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these cannot be used for a variable name in Java?

identifier & keyword

identifier

keyword

none of the mentioned

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which component is used to compile, debug and execute the java programs?

JRE

JIT

JDK

JVM

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not an OOPS concept in Java?

Polymorphism

Compilation

Inheritance

Encapsulation

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these are selection statements in Java?

break

continue

for()

if()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the value stored in x in following lines of code?

int x, y, z;

 x = 0;

 y = 1;

 x = y = z = 8;

1

9

8

0

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Evaluate the following Java expression, if x=3, y=5, and z=10:

++z + y - y + z + x++

24

23

20

25

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following for loop declaration is not valid?

for ( int i = 99; i >= 0; i / 9 )

for ( int i = 7; i <= 77; i += 7 )

for ( int i = 20; i >= 2; - -i )

for ( int i = 2; i <= 20; i = 2* i )

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?