programming languages Online Quiz - 247
Description: programming languages Online Quiz - 247 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
What is the signature of the constructor of a thread class?
Which of the following are true about the Error and Exception classes?
The run() method should necessary exists in class created as subclass of thread?
Which of the option correctly describes the comments in java 1) // -- single line comment 2) /* -- / multiple line comment 3) /* -- */ documentation
Which of the following classes is used to perform basic console I/O?
Which of the following is not a wrapper class?
Which statement is used to mark the beginning of a job and assign a name to the job?
Which statement is used to mark the beginning of a job step, to assign a name to the step and to identify the program or procedure to be executed in the step?
Which statement marks the end of an in-stream or cataloged procedure?
Which statement marks the beginning of an in-stream procedure and assigns default values to parameters defined in the procedure?
Which statement marks the beginning of one or more program control statements?
If the Status field of the DISP Parameter is left out, it is defaulted to which of the following?
If the status field of the DISP parameter is specified as OLD, what are the default values that will be assigned to the dataset at the normal and abnormal termination of the job?
If the status field of the DISP parameter is specified as SHR, what are the default values that will be assigned to the dataset at the normal and abnormal termination of the job?
If the status field of the DISP parameter is specified as NEW, what are the default values that will be assigned to the dataset at the normal and abnormal termination of the job?
10) If the DISP is specified as (NEW, CATLG, KEEP), what happens on abnormal termination of the job? (a) (b) (c) (d)
XML allows the author to define his own tags and his own document structure
Which of the following Utilities is used to create GDG Index?
With the condition parameter defined as COND – ((4, GE), (9, LT)) which of the return codes will execute the subsequent step
What is the conventional DD name assigned to input data streams?