The concept of multiple inheritance is implemented in java by

Java and C Programming Quiz

Quiz
•
Other
•
University
•
Hard
DHURGATHARAN R
FREE Resource
30 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
(ii) and (iii)
only (ii)
(i) and (ii)
only (iii)
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the following code print? x = "hello" y = x.replace('l', 'L') print(y)
hello
Error
heLlo
heLlo
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following methods is used to set the size of a component?
setMinimumSize()
setSize()
setPreferredSize()
setBounds()
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following operators cannot be overloaded?
?:
Both B and C
>>
.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following C program
#include
the value of shifty is 2600
the value of shifty is 5447
the value of shifty is 0273
the value of shifty is 1300
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What do you call this button?
Find Button
Error Button
Debugging Button
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Code with error: public class Main { public static void main(String[] args) { Integer num1 = 127; Integer num2 = 127; System.out.println(num1 == num2); } }
Initialize num1 with Integer.valueOf(127)
Use System.out.println(num1 != num2);
Use num1.equals(num2)
Change Integer to int
Create a free account and access millions of resources
Similar Resources on Quizizz
25 questions
C Programming Quiz

Quiz
•
University
30 questions
Tech quiz

Quiz
•
University
25 questions
EXAM MMI

Quiz
•
University
26 questions
python programming quiz

Quiz
•
12th Grade - University
26 questions
Python Quiz SE 27/10/2023

Quiz
•
University
30 questions
Webathan

Quiz
•
University
25 questions
Con trỏ

Quiz
•
University
30 questions
ICE1111 Revision

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade