Java 1

Java 1

University

10 Qs

quiz-placeholder

Similar activities

UIPATH Automation

UIPATH Automation

University - Professional Development

15 Qs

Java Quiz

Java Quiz

University

10 Qs

Java Basic Lesson 3

Java Basic Lesson 3

5th Grade - University

9 Qs

Intro to Python Programming Quiz 9B

Intro to Python Programming Quiz 9B

10th Grade - University

14 Qs

Recordando JavaScript

Recordando JavaScript

University

10 Qs

Test de JavaScript

Test de JavaScript

University

10 Qs

Minecraft Bedrock Edition (2020)

Minecraft Bedrock Edition (2020)

KG - Professional Development

11 Qs

Java

Java

University

15 Qs

Java 1

Java 1

Assessment

Quiz

Other

University

Medium

Created by

Nivethida A

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1. Which of the following is an IDE mentioned in the lecture?

1: Eclipse

2: Android Studio

3: IntelliJ IDEA

4: All of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

2.What does println do in Java?

1: Prints a line of text to the console.

2: Prompts the user for input.

3: Defines a variable.

4: Closes the console.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

3. How do you declare a variable in Java?

1: You don't need to declare a variable before using it.

2: By specifying the data type and name followed by an equal sign.

By using the keyword 'var' followed by the name (not yet implemented in Java).

4: None of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

4. Which of the following is a valid data type in Java?

1: int

2: float

3: string (corrected to lowercase)

4: All of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

5. What is the keyword used to create a class in Java?

1: class

2: struct

3: object

4: None of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

6. What is the syntax to create a public static void main method in Java?

1: public static void main(String args[]) { }

2: void main() { }

3: int main() { }

4: None of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

7. An error occurs when the instructor attempts to print the value of a variable before it is declared. What is the likely error message?

1: The variable does not exist.

2: The variable is not initialized.

3: Syntax error: missing semicolon.

4: Compile time error: cannot find variable.

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?