
TALENT-NEXT-JAVA-QUIZ1

Quiz
•
Computers
•
University
•
Hard
Isha Kansal
Used 45+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
1) Which of the following option leads to the portability and security of Java?
Bytecode is executed by JVM
The applet makes the Java code secure and portable
Use of exception handling
Dynamic binding between objects
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
public class MyFirst { public static void main(String[] args) { MyFirst obj = new MyFirst(n);
}
static int a = 10;
static int n;
int b = 5;
int c;
public MyFirst(int m)
{
System.out.println(a + ", " + b + ", " + c + ", " + n + ", " + m);
} // Instance Block
{ b = 30; n = 20;
} // Static Block
static
{ a = 60;
}
}
10, 5, 0, 20, 0
10, 30, 20
60, 5, 0, 20
60, 30, 0, 20, 0
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
_____ is used to find and fix bugs in the Java programs.
JVM
JRE
JDK
JDB
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Evaluate the following Java expression, if x=3, y=5, and z=10:
++z + y - y + z + x++
24
23
20
25
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
tell the output
public class Test {
public static void main(String[] args) {
int count = 1;
while (count <= 15)
{
System.out.println(count % 2 == 1 ? "***" : "+++++");
++count;
} // end while
} // end main
}
15 times ***
15 times +++++
8 times *** and 7 times +++++
Both will print only once
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following for loop declaration is not valid?
for ( int i = 99; i >= 0; i / 9 )
for ( int i = 7; i <= 77; i += 7 )
for ( int i = 20; i >= 2; - -i )
for ( int i = 2; i <= 20; i = 2* i )
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which method of the Class.class is used to determine the name of a class represented by the class object as a String?
getClass()
intern()
getName()
toString()
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Javascript, HTML & CSS revision

Quiz
•
University
15 questions
Trắc nghiệm kiến thức Java Core - Phần I

Quiz
•
University
21 questions
quiz 2nd/3rd year

Quiz
•
University
15 questions
Java Quiz based on array

Quiz
•
University
24 questions
java

Quiz
•
University
25 questions
JAVA WEEK 7-12

Quiz
•
University
15 questions
C++ Quiz-1

Quiz
•
University
20 questions
java quiz on exception handling

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