programming languages Online Quiz - 90
Description: programming languages Online Quiz - 90 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
If method is marked as protected internal who can access it?
How can you sort the elements of the array in descending order
Which of following statement correctly declares a 2 dimensional array in c#.
Give some examples of generic classes.
What is default access modifier for top level class , which are not nested in other classes
What is difference between interface and abstract class
Does this code compile? Public interface MyInterface { string MyProp { get; } }
The default type of enum is integer and has default value 1
What is the last stage of the webforms cycle?
What is the size for double data type in c#
If method is marked as protected internal who can access it?
How can you sort the elements of the array in descending order
Which of following statement correctly declares a 2 dimensional array in c#.
Give some examples of generic classes.
What is default access modifier for top level class , which are not nested in other classes
What is difference between interface and abstract class
Does this code compile? Public interface MyInterface { string MyProp { get; } }
How does asp.net store session IDs by default?
Whst is the name given to the type of assembly that contains localized resources
Web security is very important by default on any website. By default, a .net website is configuesd with which type of authentication?