QUIZ-5 static, String and StringBuffer
Quiz
•
Computers
•
Professional Development
•
Practice Problem
•
Hard
RAMESH ADAVELLI
Used 17+ times
FREE Resource
Enhance your content in a minute
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
The keyword "static" in Java is used with
Method
Block
Variable
All the Above
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following variable is declared as static?
Home address of a particular Student
Account number of a Customer
Company name of all Employees in an Organization
Name of a Employee
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the output of the following code snippet?
public class Demo
{
public static void main(String[] args)
{
System.out.println("Done ");
}
static
{
System.out.print("Hi ");
}
static
{
System.out.print("Well ");
}
}
Done Hi Well
Hi Well Done
Well Done Hi
Done Well Hi
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the output of the following code?
public class Demo
{
public void show(int a)
{
System.out.println(a);
}
public static void main(String[] args)
{
show(20);
}
}
20
No Output Displayed
a constant is passed as argument
Compile Time Error
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following is not a correct statement?
A class can have any number of static blocks
Static method is accessed directly using class name
Separate memory is allocated for each object for all static variables
Static method is executed before main() method once a class is loaded
6.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
Static variables belongs to an Object?
Yes
No
7.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What is the output of the following code?
public class Demo
{
static int x=10;
int y =15;
public Demo()
{
x++;
y++;
}
public static void main(String[] args)
{
Demo d1= new Demo();
Demo d2= new Demo();
Demo d3= new Demo();
System.out.println(d3.x + " , " +d3.y);
}
}
13,15
13,16
13,18
10, 18
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
16 questions
Основы языка
Quiz
•
Professional Development
20 questions
Qrafik_Şəbəkə_Test_1
Quiz
•
Professional Development
15 questions
Security+ Study Guide-04 Securing Your Network
Quiz
•
Professional Development
17 questions
MVC_eclipse
Quiz
•
Professional Development
18 questions
INTRODUCTION TO C++
Quiz
•
Professional Development
20 questions
Révision HTML, CSS et JavaScript
Quiz
•
Professional Development
15 questions
BrightChamps Technical Round - C language
Quiz
•
Professional Development
20 questions
CompTIA Sec+
Quiz
•
University - Professi...
Popular Resources on Wayground
5 questions
This is not a...winter edition (Drawing game)
Quiz
•
1st - 5th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
10 questions
Identify Iconic Christmas Movie Scenes
Interactive video
•
6th - 10th Grade
20 questions
Christmas Trivia
Quiz
•
6th - 8th Grade
18 questions
Kids Christmas Trivia
Quiz
•
KG - 5th Grade
11 questions
How well do you know your Christmas Characters?
Lesson
•
3rd Grade
14 questions
Christmas Trivia
Quiz
•
5th Grade
20 questions
How the Grinch Stole Christmas
Quiz
•
5th Grade
Discover more resources for Computers
26 questions
Christmas Movie Trivia
Lesson
•
8th Grade - Professio...
25 questions
Christmas Movies
Quiz
•
Professional Development
20 questions
Christmas Trivia
Quiz
•
Professional Development
15 questions
Fun Holiday Trivia
Quiz
•
Professional Development
25 questions
Name That Tune - Christmas
Quiz
•
Professional Development
29 questions
Christmas Song Emoji Pictionary
Quiz
•
Professional Development
9 questions
Holiday Movie Trivia
Lesson
•
Professional Development
34 questions
Winter Trivia
Quiz
•
Professional Development
