Tag: programming languages
Questions Related to programming languages
-
enumeration
-
iteration
-
culmination
-
pass through
-
for
-
while
-
do-while
-
no looping process checks the test condition at the end
-
the return 0; statement
-
the first statement after the loop
-
the statement following the continue statement
-
the next iteration of the loop
-
The output is “Equal”
-
The output in “Not Equal”
-
An error at " if (x = y)" causes compilation to fall.
-
The program executes but no output is show on console.
-
Using delete operator
-
Using destructor
-
Garbage collection is an automatic process & cant be forced.
-
None of the above
-
AWT are light-weight componenets. Swings are heavy-weight components.
-
AWT is platform independent. SWING is platform dependent.
-
AWT are heavy-weight componenets. Swings are light-weight components.
-
None of the above
-
2variable
-
variable2
-
_whatavariable
-
3
-
#myvar
-
$anothervar
-
Error Variable i may not have been initialized
-
null
-
1
-
0
-
Error: anar is referenced before it is initialized
-
null
-
0
-
5