Java Introduction

Java Introduction

University

20 Qs

quiz-placeholder

Similar activities

JAVA UNIT 1 PART 2

JAVA UNIT 1 PART 2

University

15 Qs

Introduction to Java Programming

Introduction to Java Programming

University

25 Qs

AP Computer Science A Post Unit 2 Check

AP Computer Science A Post Unit 2 Check

10th Grade - University

18 Qs

Java Introduction

Java Introduction

University

25 Qs

JAVA FINAL QUIZ FOR ASSESSMENT

JAVA FINAL QUIZ FOR ASSESSMENT

University

15 Qs

II CSM A & B

II CSM A & B

University

15 Qs

Java Coding Questions

Java Coding Questions

University

20 Qs

oops using java quiz

oops using java quiz

University

15 Qs

Java Introduction

Java Introduction

Assessment

Quiz

Computers

University

Medium

Created by

sudha reddy

Used 5+ 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?