Monday, 2 November 2009

C# question:-

1.Which is the default access modifier of Interface?
Ans:-Public
2.f the method is___________,then we can call the method without creating the instance of the class.
A:-Static
3. Is it possible to restrict accessibility of base class method to child class?
A:Yes
4.Which is the top .NET class from which all thing is derived?
A:System.object
5.What is Denormalization???
A:-De normalization is a technique to move from higher to lower normal forms of database modeling in order to speed up the query processing.
6.In C# Thread.Sleep(time) measures time in:
A:-milliseconds
7.Every class directly or indirectly extends the______class.
A:-Object
8.A variable declared inside a method is called a________variable?
A:-Local
9.An instance method is
A:-Represents the behavior of an object
10.Difference between Value Types and Reference Types?
A:-Value types directly contain their data (while) Reference types can be self-describing types
11. how to pass double "quoted string " with in string variable?
a:-@"""premjit Mohanty"""
12.The maximum size of the textbox is
a:-65536
13.