javaquizvivek

Quiz
•
Computers
•
University
•
Hard
VIVEK PANDEY
Used 24+ times
FREE Resource
12 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
class yes
{
public static void main(String[] args)
{
int Integer = 24;
char String = 'I';
System.out.print(Integer);
System.out.print(String);
}}
24 I
I
Compilation error
none
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
class yes
{
public static void main(String[] args){
short x = 10;
x = x * 5;
System.out.print(x);
}}
50
10
compilation error
none
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
public static void main(String[] args){
byte x = 127;
x++;
x++;
System.out.print(x);}
127
128
-127
-128
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
public static void main(String[] args){
int i=10;
int j;
if(i==10)
{j=30; }
System.out.print(j);}
10
30
20
error
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
public static void main(String[] args){
int i=10;
int j;
if(i==10)
{
j=30;
}
else {j=70;}
System.out.print(j);}
10
20
30
70
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
. Identify the keyword among the following that makes a variable belong to a class,rather than being defined for each instance of the class.
final
volatile
static
abstract
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
public static void main(String[] args){
System.out.println("before loop");
for(int i=0; ;i++){
System.out.print("Students");}
System.out.println("after loop");}
Students infinite times
Before loop
After loop
error
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
C Program Array and strings

Quiz
•
University
15 questions
C# intro and methods

Quiz
•
University
12 questions
Arrays

Quiz
•
University
10 questions
Methods

Quiz
•
University
10 questions
Latihan Algoritma dan Pseudocode

Quiz
•
University
16 questions
Java Основи

Quiz
•
11th Grade - University
10 questions
Third Year Placement Training Revision Test

Quiz
•
University
10 questions
csharp

Quiz
•
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
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

Quiz
•
8th Grade - University
7 questions
Force and Motion

Interactive video
•
4th Grade - University
36 questions
Unit 5 Key Terms

Quiz
•
11th Grade - University
7 questions
Figurative Language: Idioms, Similes, and Metaphors

Interactive video
•
4th Grade - University
15 questions
Properties of Equality

Quiz
•
8th Grade - University
38 questions
WH - Unit 3 Exam Review*

Quiz
•
10th Grade - University
21 questions
Advise vs. Advice

Quiz
•
6th Grade - University
12 questions
Reading a ruler!

Quiz
•
9th Grade - University