Java OOP Connections

Quiz
•
Computers
•
10th - 12th Grade
•
Medium
Carol Luce
Used 92+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
A Java block is formed by enclosing statements using open and close curly brackets. True or False?
True
False
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Identifiers can start with a number. True or False?
True
False
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
This is the general structure for a method:
<Returnvalue type> <Method Name> (argument / s)
<Modifier> < type> <Method Name> (parameter / s)
public static void main (String[ ] args)
<Method Name> (parameter)
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The difference between a static and non static method is:
For a non static method the user needs to create object in a class to call that method.
A non-static method performs only a specific task.
There is no significant difference between a static and non - static method.
Both are bounded with a class.
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
The data type for non returning method is:
int
double
void
public static
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Identify the type of error that exists in this method program.
Logic error
runtime error
syntax error
Value error
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is wrapping of data into a single unit called class called?
Abstraction
Interface
Encapsulation
Instantiation
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Unit 2 Inheritance in Java

Quiz
•
12th Grade - University
22 questions
NV: Java Interface Quiz

Quiz
•
12th Grade
16 questions
Parts of a Method (Java)

Quiz
•
9th Grade - University
22 questions
CSA unit1 vocabulary quiz

Quiz
•
11th Grade
20 questions
Java

Quiz
•
11th Grade
18 questions
STATIC KEYWORD IN JAVA

Quiz
•
9th - 12th Grade
19 questions
Java Method

Quiz
•
12th Grade
15 questions
002_Java Methods

Quiz
•
12th Grade - University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade