Lets explore Java

Lets explore Java

University

14 Qs

quiz-placeholder

Similar activities

Algorithm analysis: divide & conquer theory

Algorithm analysis: divide & conquer theory

University

10 Qs

Lenguaje de Definición de Datos

Lenguaje de Definición de Datos

University

18 Qs

Programacion Orientada a Objetos

Programacion Orientada a Objetos

12th Grade - University

10 Qs

Java Quiz 3

Java Quiz 3

University

15 Qs

JAVA - Arrays

JAVA - Arrays

University - Professional Development

15 Qs

PBO Inheritance Episode 2

PBO Inheritance Episode 2

University

18 Qs

Hackclub

Hackclub

University

14 Qs

Data Structures: Linked Lists and Hashtables

Data Structures: Linked Lists and Hashtables

11th Grade - University

14 Qs

Lets explore Java

Lets explore Java

Assessment

Quiz

Computers

University

Practice Problem

Hard

Created by

Mrs. Faiza Hashim

Used 4+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the below is valid way to instantiate an array in java?

int myArray [] = {1, 3, 5};

int [] myArray = {“1”, “2”, “3”};

int myArray [] [] = {1,2,3,4};

int [] myArray = (5, 4, 3);

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the below are reserved keyword in Java?

Array

goto

null

None of the above

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What are the valid statements for static keyword in Java?

We can have static block in a class.

The static block in a class is executed every time an object of class is created.

We can have static method implementations in interface.

We can define static block inside a method.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is correct syntax for main method of a java class?

public static int main(String[] args)

public int main(String[] args)

public static void main(String[] args)

None of the above.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a Java features?

Dynamic

Architecture Neutral

Use of pointers

Object-oriented

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the correct way of writing println() function in Java?

System.out.println("Message = " + variable);

System.println("Message = " + variable);

System.output.println("Message = " + variable);

System.println.out("Message = " + variable);

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a correct difference between print() and println()?

print() prints the output and move to new line, println() prints the output and stays on same line

print() prints the output and stays on same line, println() prints the output and move to new line

None of the given

Both of the given

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?

Discover more resources for Computers