het frnds I faced the foll. interview questions on Vb.net.
Plz reply i want to just confirm my answers-
Give reply if mine answer is wring.
1)How many Compilation levels are there in .Net Framework
a)One
b)Two
c) Three
I WRITE---TWO
Mine ANSWER IS RITE OR WRONG
2)There are different extensions for class module and for forms.
a) True
b) False
I WRITE---FALSE
Mine ANSWER IS RITE OR WRONG
3)Assembly info extension
a)config
b)vb
c)cs
I WRITE---Config
Mine ANSWER IS RITE OR WRONG
4)Which tool display IL contained within a module
a)Disassembler
b) Spy
c) ATL Trace
I WRITE--DISASSEMBLER
Mine ANSWER IS RITE OR WRONG
5)Which contains data of fixed size
a)Value type
b) Reference type
I WRITE--VALue Type
Mine ANSWER IS RITE OR WRONG
6)Which one is not a member of string type
a)Concat
b)Copy
C) Join
I WRITE--COPY
Mine ANSWER IS RITE OR WRONG
7)Is it possible to derive a class in VB.Net from c class in C#
a) True
b) False
IWRITE--TRUE
Mine ANSWER IS RITE OR WRONG
8)Which is not a method of debug class
a)Assert
b)Flush
c)Open
I WRITE--FLUSH
Mine ANSWER IS RITE OR WRONG
9) In ADO.Net Data Reader is –
a)Read Only Dataset
b)Forward Only Dataset
c)Both
d)None
I WRITE---BOTH
Mine ANSWER IS RITE OR WRONG
10)Application for smart phone can be written using-
a) Net SmartClient Framework
b) Net Small Framework
c) Net Compact Network
I WRITE--Net Compact Network
Mine ANSWER IS RITE OR WRONG
11)Difference between Class module & Code module-
a) Code modules are instantiated at runtime & class modules are instantiated at the time of the design.
b) Code modules are instantiated at runtime to create objects and code modules do not have instances.
I DO NOT KNOW ANSWER.