programming languages Online Quiz - 231
Description: programming languages Online Quiz - 231 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Class Y is a subclass of Class X.Will this compile? Y myY=new Y(); X myX=myY;
In a Switch construct ,the default statement must be placed after all the case statements.
This is a legal way to create an instance of an inner class: OuterClass.InnerClass x=new OuterClass().InnerClass();
A method with no access modifier can be overridden by a method marked protected.
When an array is constructed,are its elements automatically initialized?
What happens when this is in your code? double x; x=24.0/0;
Abbreviation for FIND AND PRINT COUNT is
Which one of the following terminates the request and returns you to command level
A: IN RSREFR FDWOL RECTYPE = REPORT END FIND PLACE RECORDS IN A ON LIST ABC RELEASE RECORDS ON LIST ABC CT: COUNT RECORDS ON LIST ABC PRINT COUNT IN CT What will be the value of count in label CT
Suppose “AGE” is the field name and you want to get the value of age between 10 and 20, which of the following statement is correct ?
The statement which allows you to add new records to m204 file is:
The statement to add new field value to a record is:
You can use global variables to:
Functions in the M204 procedure are prefixed with
Which function strips the leading and trailing blanks of a string?
What will be the result of $EDIT(25.734,'99999.99') statement ?
What will be the result of $VNUM(’ -256.73 AB’)statement?
A: IN RSREFR FDWOL RECTYPE = REPORT END FIND PLACE RECORDS IN A ON LIST ABC CT: COUNT RECORDS ON LIST ABC PRINT COUNT IN CT What will be the value of count in label CT
Statement which indicates the end of a subroutine is:
Which statement indicates the beginning of a subroutine