programming languages Online Quiz - 340
Description: programming languages Online Quiz - 340 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Attempted
0/20
Correct 0
Score 0
‹
›
In a method call when an object reference is passed as an argument , So what gets passed actually ?
A constructor can be declared abstract
The legal values for a boolean in java are choose all that applies
Its possible for a non-abstract class to have abstract methods.
The following statement would allocate memory on? char *ptr = malloc(10);
In the following segments which is the read only segment?
Can a constructor be declared as private?
The access modifier of an overloaded method is different. Is this valid?
Consider the following case: A return statement is there in the catch block. An exception occurs and is caught. Now will the finally block be executed?