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#.
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; } }
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
Does this code compile? Public interface MyInterface { string MyProp { get; } }
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?