Java for Geeks and Dummies

Java for Geeks and Dummies

12th Grade - University

10 Qs

quiz-placeholder

Similar activities

Java Quiz - 1

Java Quiz - 1

University

15 Qs

2-列表与元组

2-列表与元组

University

10 Qs

Quizizz PythonStart text1

Quizizz PythonStart text1

University

10 Qs

Memahami PBO

Memahami PBO

11th Grade - University

15 Qs

Cableado Ethernet

Cableado Ethernet

12th Grade

15 Qs

Tin 8/1

Tin 8/1

KG - University

10 Qs

OOP VB.Net 1

OOP VB.Net 1

University

10 Qs

Python Basic Quiz

Python Basic Quiz

11th Grade - University

10 Qs

Java for Geeks and Dummies

Java for Geeks and Dummies

Assessment

Quiz

Computers

12th Grade - University

Medium

Created by

Nina Newlin

Used 17+ times

FREE Resource

AI

Enhance your content

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

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
How many percent of Fortune 500 companies use Java?
50%
40%
80%
90%

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
What was the intended name of Java?
Oak
Pascal
C
C++

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image
Which of the following correctly initializes an array to contain four elements each with value 0?
I. int[ ] arr = { 0, 0, 0, 0};
II. int[ ] arr = new int[4];
III. int[ ] arr = new int[4];
     for(int i = 0; i < arr.length; i++)
       arr[i] = 0;
I only
I and II only
I, II, and III
I and III

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Create an array of 12 strings called months.
String[] months = new String[12];
String months = new String[12];
String[] months = new String[];
String[12] months = new String[];

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
An object is an instance of a:
parameter
method
class
application

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image
Whats the output for the following:
String myCat = "Kizzy Cat";
String partOfmyCat = Mcat.substring(4)
System.out.Println(partofMyCat); 
prints zzz Cat
prints yCat
Error " Exception in main thread"
prints y Cat

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image
Whats the output for the following:
String myCat = "Kizzy Cat";
String partOfmyCat = Mcat.substring(4)
System.out.Println(partofMyCat); 
prints zzz Cat
prints yCat
Error " Exception in main thread"
prints y Cat

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?