java

java

1st - 5th Grade

50 Qs

quiz-placeholder

Similar activities

PASCAL

PASCAL

1st Grade

46 Qs

Sistemas operativos

Sistemas operativos

5th Grade

48 Qs

HTML And CSS

HTML And CSS

4th Grade - Professional Development

53 Qs

RBT TING 3.  SOALAN AKHIR TAHUN [ SET 1]

RBT TING 3. SOALAN AKHIR TAHUN [ SET 1]

5th Grade

50 Qs

50 questions sur Tailwind CSS, CSS et HTML

50 questions sur Tailwind CSS, CSS et HTML

2nd Grade

50 Qs

Destrezas Computacionales 12°

Destrezas Computacionales 12°

1st Grade

46 Qs

The Liturgical Calendar (Grade Six)

The Liturgical Calendar (Grade Six)

4th - 6th Grade

50 Qs

Ітогова КР програмування

Ітогова КР програмування

2nd Grade

48 Qs

java

java

Assessment

Quiz

Professional Development

1st - 5th Grade

Medium

Created by

sidarsha m

Used 4+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following option leads to the portability and security of Java?

Bytecode is executed by JVM

The applet makes the Java code secure and portable

Use of exception handling

Dynamic binding between objects

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a Java features?

Dynamic

Architecture Neutral

Use of pointers

Object-oriented

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

_____ is used to find and fix bugs in the Java programs.

JVM

JRE

JDK

JDB

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the expression float a = 35 / 0 return?

0

Not a number

Infinity

Run time exception

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid declaration of a char?

char ch = '\utea';

char ca = 'tea';

char cr = \u0223;

char cc = '\itea';

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?