Java quizzes

Java quizzes

Assessment

Quiz

Engineering

University

Hard

Created by

Vignesh S

FREE Resource

Student preview

quiz-placeholder

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Java?

Object Oriented programming language

Interpreter language

Complier language

Dependent language

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Classess in java?

Blueprint or template for creating a methods

Blueprint or template for creating a interface

Blueprint or template for creating a object

Blueprint or template for creating a thread

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

List out the Arithmetic operator?

+,-,*,/,%

!,&&,II

<<,>>,==,<=,>=

+=,-=,*=,/=

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

public clas Main{

int a =10;

int b=5;

public static void main (String args[]){

System.out.println(a<b);

}

}

true

False

Complier error

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where we use the isAlive() method in java and the purpose of use ?

In exception handling and used for catch the errors

In interface and used for overriding a method

In thread and used for stop the thread for the previous thread exceution

In thread and used for check weather the thread is running or not

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

When java was created?

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Mention a special iteration control structure used only in java

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?