Java Introduction

Java Introduction

University

20 Qs

quiz-placeholder

Similar activities

Fundamentos JAVA

Fundamentos JAVA

University

20 Qs

Web Development and Programming

Web Development and Programming

University

20 Qs

JavaScript Basics

JavaScript Basics

12th Grade - University

15 Qs

OOP - Java Classes

OOP - Java Classes

12th Grade - University

15 Qs

Java Object Creation and Classes

Java Object Creation and Classes

University

20 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 Programming

Java Programming

University

20 Qs

Susulan PBO XIRPL (2021/2022)

Susulan PBO XIRPL (2021/2022)

11th Grade - University

20 Qs

Java Introduction

Java Introduction

Assessment

Quiz

Computers

University

Medium

Created by

sudha reddy

Used 3+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

JVM

JDK

JIT

JRE

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

.Which component is responsible to optimize bytecode to machine code?

JDK

JRE

JIT

JVM

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the below is invalid identifier with the main method?

public

final

static

private

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the extension of compiled java classes?

.class

.java

.pdf

.txt

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these have highest precedence?

( )

++

*

^

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the order of precedence (highest to lowest) of following operators?

1.&

2.^

3.?:

1>2>3

3>2>1

2>3>1

2>1>3

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  class operators  {

 public static void main(String args[])

        {             int var1 = 5;

              int var2 = 6;

              int var3;

 var3 = ++ var2 * var1 / var2 + var2;

          System.out.print(var3);

       }

}

10

11

12

56

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?