DNT MCQ
DNT MCQ
2. The ____ language allows more than one method in a single class.
a) C# b) J#
c) C++ d) C
3. What Is DLL?
a) Dynamic Link Language b) Direct Link Language
c) Dynamic Link Library d) Direct Link Library
18. The methods that have the same name, but different parameter
lists and different definitions is called______.
a) Method Overloading b) Method Overriding
c) Method Overwriting d) Method Overreading
19. The controls available in the tool box of them __________ is used to
create the user interface of a web based application.
a) Microsoft Visual Studio IDE b) Application Window
c) Web Forms d) None of the above
20. Which method reads the next character from the standard input
stream?
a) Console.Read() b) Console.ReadLine()
c) Console.ReadKey() d) All of these
When the form is first referenced in any manner by program, the triggered
event is.....
load
activate
initialize
unload
The name of the IDE window that allows you to see the hierarchical
arrangement of the files in your project is _________.
Server Explorer
Project Explorer
Solution Explorer
Property Explorer
In C#, 'using' is a _________.
class
directive
function
keyword
Which of the following control is used to validate that two fields are equal?
A. RegularExpressionValidator
B. CompareValidator
C. equals() method
D. RequiredFieldValidator
Ans: CompareValidator
What is Metadata?
(A) It stores name, version, culture, public key of an Assembly
(B) It describes every data type and member defined in the code
(C) It is sharable among applications
(D) All of these
_________ method loads the form into memory and displays it on screen.
a) Load
b) Show
c) Display
d) All of these
Which datatype should be more preferred for storing a simple number like
35 to improve execution speed of a program?
A. sbyte
B. short
C. int
D. long
Which set of symbols are used to signify the presence of ASP.NET code?
a.) <#
b) #@
c) <%
d) <$
What is the extension for a Visual Basic web form code file?
a.) .asp
b.) .aspx
c.) .asp.vb
d.) .aspx.vb
A. configures the time that the server-side code behind module is called
B. store the global information and variable definitions for the application
C. configure the web server
D. configure the web browser
Which is the first event of the ASP.NET page, when the user requests a web
page?
PreLoad
Load
PreInit
Init