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?
An abstract class can have non abstract methods
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
Select correct answers
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?
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?