Java 1

Java 1

University

10 Qs

quiz-placeholder

Similar activities

Module-I-Java

Module-I-Java

University

10 Qs

test

test

University

15 Qs

Java basics quiz

Java basics quiz

University

9 Qs

Integrative Quiz

Integrative Quiz

University

8 Qs

IT203 Java Unit4 Post Test

IT203 Java Unit4 Post Test

University

10 Qs

Classification of Variables

Classification of Variables

11th Grade - University

15 Qs

TRAVEL

TRAVEL

11th Grade - Professional Development

8 Qs

CHAPTER 9 - ABSORPTION COSTING AND MARGINAL COSTING

CHAPTER 9 - ABSORPTION COSTING AND MARGINAL COSTING

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?