"A good programmer is someone who always looks both ways before crossing a one-way street"
Do you have a wide vision on programming?
Do you have control on several languages?
Let's check !Techtix, KGEC in association with Coding Ninjas presents Code Buzz, the competition to test your technical knowledge in Java, C & Python. Code Buzz this year has got total See moreprizes worth Rs. 4,500. Take this challenge and register for Code Buzz this year.
A class containing abstract methods is called an abstract class.
Abstract methods should be implemented in the derived class.
An abstract class cannot have non-abstract methods.
A class must be qualified as ‘abstract’ class, if it contains one abstract method.
Rate this question:
1,3
3,1
1,1
1,0
Rate this question:
An interface can extend another interface.
A class which is implementing an interface must implement all the methods of the interface.
An interface can implement another interface.
An interface is a solution for multiple inheritance in java.
Rate this question:
A finally block is executed before the catch block but after the try block.
A finally block is executed, only after the catch block is executed.
A finally block is executed whether an exception is thrown or not.
A finally block is executed, only if an exception occurs.
Rate this question:
Color.blue Color.red
Color.blue Color.blue
Color.red Color.red
Color.red Color.blue
Rate this question:
Int -5
Double -4.5
Int -4
Double -5.0
Rate this question:
Hello, \nworld!
Option 2
Hello, world!
“Hello, \nworld!”
Rate this question:
A = 3 s = Blue
A = 5 s = Yellow
A = 3 s = Yellow
A = 5 s = Blue
Rate this question:
(A) value = i;
(B) this.value = i;
(C) value == i;
(D) Both (A) and (B) and above
Rate this question:
In java, an instance field declared public generates a compilation error.
Int is the name of a class available in the package java.lang
Instance variable names may only contain letters and digits.
A class has always a constructor (possibly automatically supplied by the java compiler).
Rate this question:
MyClass mc = new MyClass();
MyClass mc = MyClass();
MyClass mc = MyClass;
MyClass mc = new MyClass;
Rate this question:
Depth must be an int
Dive must be a method.
Dive must be the name of an instance field.
Submarine must be the name of a class
Rate this question:
Package declaration, import statement, class declaration
Import statement, package declaration, class declaration
Import statement, class declaration, package declaration
Class declaration, import statement, package declaration
Rate this question:
A subclass of the same package
A non-subclass of the same package
A non-subclass of different
A subclass of different package
Rate this question:
True
False
0
1
Rate this question:
Exception
RuntimeExceptions
Error
Throwable
Rate this question:
Super class
Subclass
Compiler will choose randomly
Interpreter will choose randomly
Rate this question:
​​​​​​10, 5, 0, 20, 0
​​​​​​​10, 30, 20
60, 5, 0, 20
60, 30, 0, 20, 0
Rate this question:
0
Not a Number
Infinity
Runtime exception
Rate this question:
21
24
28
26
Rate this question:
_theButton
$reallyBigNumber
2ndName
CurrentWeatherStateofplanet
Rate this question:
Syntax Error
6
3
2
===============
################# &&&&&&&&&
&&&&&&&&&&&
=============== ################# &&&&&&&&&&
Rate this question:
6
120
30
720
Rate this question:
15 times ***
15 times +++++
8 times *** and 7 times +++++
Both will print only once
Rate this question:
Complete
Iomplede
Cimpletd
Coipletd
Rate this question:
10
11
15
None of These
Got the Exception 10
Got the Exception 0
Compiler error
Runtime error
Rate this question:
Abdef
Abdefc
Abedc
Abdec
Rate this question:
Quiz Review Timeline (Updated): Mar 20, 2023 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.