Which of the following is a superclass of every class in Java?
Anonymous Quiz
10%
ArrayList
37%
Abstract class
48%
Object class
5%
String
❤1
Who is known as the founder of C language?
Anonymous Quiz
12%
James Gosling
9%
Martin Richard
8%
Brian Kernighan
71%
Dennis Ritchie
👍1
Which of the C++ code will give error on compilation?
Anonymous Quiz
16%
Code 1 only
34%
Neither code 1 nor code 2
27%
Both code 1 and code 2
23%
Code 2 only
😁5
Which one of the following is used for the calling a function or a method in the JavaScript:
Anonymous Quiz
16%
Property Access Expression
55%
Functional expression
24%
Invocation expression
5%
Primary expression
😁1
Which of the following is not a Java profiler?
Anonymous Quiz
22%
JProfiler
31%
Eclipse Profiler
18%
JVM
28%
JCONSOLE
👍1👏1😁1
👏2
Which of the following type is provided by C++ but not C?
Anonymous Quiz
34%
Double
9%
Float
5%
Int
52%
Bool
👍3
The result of evaluating the postfix expression 5, 4, 6, +, *, 4, 9, 3, /, +, * is?
Anonymous Quiz
19%
600
36%
350
29%
650
15%
588
👍2
The "new Point(3,2)", is a kind of _______ expression
Anonymous Quiz
40%
Object Creation Expression
14%
Primary Expression
14%
Invocation Expression
32%
Constructor Calling Expression
👍1
Which of these packages contains the exception Stack Overflow in Java?
Anonymous Quiz
28%
25%
java.system
19%
java.lang
28%
java.util
🔥1
👍3
By default, all the files in C++ are opened in _________ mode.
Anonymous Quiz
47%
Binary
8%
VTC
29%
Text
17%
ISCII
Convert the following infix expressions into its equivalent postfix expressions.
(A + B ⋀D)/(E – F)+G
(A + B ⋀D)/(E – F)+G
Anonymous Quiz
34%
(A B D ⋀ + E F – / G +)
35%
(A B D +⋀ E F – / G +)
23%
(A B D ⋀ + E F/- G +)
8%
(A B D E F + ⋀ / – G +)
❤1😁1
Which one of the following operator is used to check weather a specific property exists or not:
Anonymous Quiz
24%
Exists
31%
exist
15%
within
30%
in
👏1