programming languages Online Quiz - 253
Description: programming languages Online Quiz - 253 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Attempted
0/20
Correct 0
Score 0
‹
›
Which of the following are true about the readPassword() method of the Console class? choose two
The .NET framework which provides automatic memory management using a technique called
Which method do you use to expllicitly to kill a user session?
In ASP.NET the < authorization > section contain which of the following elements
Constructors have no return type, not even void.
Constructors name is not same as their class name
Constructors use "this"(keyword) to refer to another constructor in the same class with a different parameter list
If a constructor uses this, it must not be in the constructor's first line
Interfaces have constructors