JAVA QUIZ-I

JAVA QUIZ-I

University

15 Qs

quiz-placeholder

Similar activities

Java Control Flow statements

Java Control Flow statements

University

10 Qs

javaquizvivek

javaquizvivek

University

12 Qs

Programming Quiz

Programming Quiz

University

10 Qs

Basics Of C Programming

Basics Of C Programming

University

10 Qs

CODE ZENITH

CODE ZENITH

University

15 Qs

CMP128 Java Ch. 05 Methods

CMP128 Java Ch. 05 Methods

University

10 Qs

QUIZ DASAR DASAR PEMROGRAMAN JAVA

QUIZ DASAR DASAR PEMROGRAMAN JAVA

11th Grade - University

20 Qs

JSP

JSP

University

10 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?