programming languages Online Quiz - 102
Description: programming languages Online Quiz - 102 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
What does the zeroth element of the string array passed to the public static void main method contain?
If a class declares that it implements an interface(class A implements B), must class A implement the methods of interface B?
An abstract class can be final
If a constructor is defined with arguments, a default constructor is still provided automatically
Assuming all variables are declared and initialized properly, for(i=1,j-2; i< 3 ; i++, j++) {}; This class will not compile
A subclass can access the private member variables of its own superclass
Select correct answers
Can we declare a variable with PIC S9(9)V9(9)?.How many bytes will it occupy?
Indicate which of the following statement is not allowed when a relative file is opened to I-O mode and the ACCESS mode is RANDOM?
About the MERGE verb,which one of the following is true?