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.
A method with no access modifier can be overridden by a method marked protected.
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
The statement which allows you to add new records to m204 file is:
The statement to add new field value to a record is:
Functions in the M204 procedure are prefixed with
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