Description: programming languages Online Quiz - 102 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
About the MERGE verb,which one of the following is true?
SORT RAFFLES_FILE ON ASCENDING KEY IBM-MAIN Y2K-MAINUSING INPUT-FILE GIVING OUTPUT-FILE.Which one the following is true?
"The following statement WRITE OUT-REC. Which one of the following modes of operating the Sequential file is not true?"
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?
Which of the following is true about the file which is referenced in a DELETE statement?
Program 'A' is dynamically linked to 'B'. 'B' is statically linked to 'C'.If we make some changes in 'C' what should be done?
Can we declare a variable with PIC S9(9)V9(9)?.How many bytes will it occupy?
What is the result?
Select a correct answer
Which statements are true?
Select correct answers
A subclass can access the private member variables of its own superclass
Assuming all variables are declared and initialized properly, for(i=1,j-2; i< 3 ; i++, j++) {}; This class will not compile
If a constructor is defined with arguments, a default constructor is still provided automatically
It is legal to access a static method using an instance of the class
Is Super a keyword or a method?
An abstract class can be final
An abstract class can have non abstract methods
If a class declares that it implements an interface(class A implements B), must class A implement the methods of interface B?
What does the zeroth element of the string array passed to the public static void main method contain?