JAVA QUIZ-I

JAVA QUIZ-I

University

15 Qs

quiz-placeholder

Similar activities

Java Programming-1

Java Programming-1

University

10 Qs

Java Object Creation and Classes

Java Object Creation and Classes

University

20 Qs

Java Static

Java Static

University

10 Qs

Data Types Java Concepts

Data Types Java Concepts

University

19 Qs

Arithmetic Types Declare Initialize Relation Logical Ops

Arithmetic Types Declare Initialize Relation Logical Ops

9th Grade - University

16 Qs

Inheritance

Inheritance

University

10 Qs

coe java 24 june 21 7:30 to 745 pm only

coe java 24 june 21 7:30 to 745 pm only

University

20 Qs

Java GUI

Java GUI

University

15 Qs

JAVA QUIZ-I

JAVA QUIZ-I

Assessment

Quiz

Computers

University

Medium

Created by

Mahaboob Shaik

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the size of char data type in java

16 bytes

8 bits

16 bits

1 byte

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Standard code used to represent character in java

ASCII

IEEE

Unicode

None of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

byte b=123;

b+=5

What is the value of b

128

error

-127

-128

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is true

bytecode is platform independent

JDK is platform independent

javac is platform independed

JRE is platform independent

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which are the following is not a feature of java

Dynamic Linking

Dynamic Typing

Object Oriented

All of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

int a=0;

if(a)

System.out.println("Yes");

else

System.out.println("No");

What is the output of the above code

Yes

No

Error

None of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following for loop declaration is not valid?

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

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

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

  1. 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?