programming languages Online Quiz - 2
Description: programming languages Online Quiz - 2 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Attempted
0/20
Correct 0
Score 0
‹
›
Method-Overloading implements the principle of Compile-time Polymorphism, wheras Method Over-riding implements the concept of Runtime Polymorphism.
JVM is the compiler for Java.
How many objects are created in the below code...????
String s="abc";
String s1=new String("def");
Variables are not interpolated inside which operator when used normally?
What happens when @_ is modified?
%abc = %\$def
which option is correct when $def = \%any_hash
?
what is the output for printf ("%06.2f", \$amt) when \$amt = 9.355 ?
- &complex_num();
- complex_num();
which is correct?
Which jsp implicit object is synchronized?