programming languages Online Quiz - 130
Description: programming languages Online Quiz - 130 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Assuming a pushbutton with function code 'FUNC' is available in the toolbar of a list report, what event is processed when the button is clicked?
The complete technical definition of a table field is determined by the field's:
The ABAP statement below indicates that the program should continue with the next line of code if the internal table itab:CHECK NOT itab[] IS INITIAL.
n regard to SET PF-STATUS, you can deactivate unwanted function codes by using ____.
What happens if message E046 is raised? At Selection-Screen on sales. If sales-low < 500. Message E046. Endif.
Which of the following is not a component of control break processing when looping at an internal table?
The AT USER-COMMAND event is triggered by functions defined in the ____.
PERFORM subroutine USING var. The var field is known as what type of parameter?
What is true of passing by value and result in the following code? More than one answer is correct. Perform calculate_sales using amount. FORM calculate_sales changing value(f_amount) a) Formal Parameter f_amount is allocated it’s own memory space b) The address of the actual parameter is passed to the formal parameter c) Formal parameter is copied to memory space of actual parameter at the end of the form d) Formal parameter is not copied to memory space of actual parameter
After a DESCRIBE TABLE statement SY-TFILL will contain
ArrayList is thread-safe whereas Vector is not thread-safe.
HashMap permits null values and only one null key.
IOException is a type of checked exception.
Immutable objects are automatically thread-safe.
An object becomes eligible for Garbage Collection when there are very few threads that can access it.
There is only one way to create threads i.e. Implement the Runnable interface
this keyword can't be assigned null value
PHP is a widely used ……………. scripting language that is especially suited for web development and can be embedded into html
mysql_connect( ) does not take following parameter
Which of the following method sends input to a script via a URL?