Java Programming

Java Programming

University

40 Qs

quiz-placeholder

Similar activities

CodeChef (Secret Snippet)

CodeChef (Secret Snippet)

University

35 Qs

B.Tech. (BT) VII Core Java

B.Tech. (BT) VII Core Java

University

41 Qs

JAVA FUNDAMENTALS ASSESSMENT 1

JAVA FUNDAMENTALS ASSESSMENT 1

University

40 Qs

Java Midterm

Java Midterm

University

39 Qs

112 Review

112 Review

University

45 Qs

Access Modifiers, Inheritance & Polymorphism

Access Modifiers, Inheritance & Polymorphism

University

39 Qs

JAVA BASIC 3

JAVA BASIC 3

University

35 Qs

Java JVM JDK

Java JVM JDK

University

42 Qs

Java Programming

Java Programming

Assessment

Quiz

Computers

University

Medium

Created by

Anshu Sharma

Used 136+ times

FREE Resource

40 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

20 sec • 1 pt

JDK stands for________

2.

FILL IN THE BLANK QUESTION

20 sec • 1 pt

JVM stands for________

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is a comment in the Java language?

/ comment /

/* comment */

/ comment */

<-- comment -->

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is the correct main() method signature in Java?

public static void main (String [] args)

public static void Main (String [] args)

public static void main (string [] args)

public static void main (String args)

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is a valid variable declaration in Java?

int 1myInteger = 0;

int int = 0;

Int my Integer = 0;

int myInteger = 0;

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which Java data type is used to store 64-bit floating-point numbers?

int

long

float

double

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The import statement used in Java to access the Scanner class is:

import java.Scanner;

import java.util.Scanner;

import java.package.Scanner

import.java.util.Scanner;

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?