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 have non abstract methods
An abstract class can be final
Is Super a keyword or a method?
It is legal to access a static method using an instance of the class
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
Which statements are true?
Select a correct answer
What is the result?
Can we declare a variable with PIC S9(9)V9(9)?.How many bytes will it occupy?
Program 'A' is dynamically linked to 'B'. 'B' is statically linked to 'C'.If we make some changes in 'C' what should be done?
Which of the following is true about the file which is referenced in a DELETE statement?
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?
"The following statement WRITE OUT-REC. Which one of the following modes of operating the Sequential file is not true?"
SORT RAFFLES_FILE ON ASCENDING KEY IBM-MAIN Y2K-MAINUSING INPUT-FILE GIVING OUTPUT-FILE.Which one the following is true?
About the MERGE verb,which one of the following is true?