Are value types sealed?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

What is a partial class in c#?

0 Answers  


i have a table named login in mysql database containing (empid,fname,lname,mobno,emailid,usrname,usrpwd) i have 2 textboxes in which i enter my username and pwd..so based on what is entered in those textboxes it should retreive all other details of dat username in the remaining 6 textboxes..i want the code for this...

1 Answers   Royal Enfield,


What are the Types of configuration files and their differences

0 Answers   BirlaSoft,


How can I process command-line arguments?

0 Answers  


Method1() { int a=0, b=0, c=0; Monitor.Enter(this) c = 12; b = 3; a = c/b Moniter.Exit(this) } Method1() { int a=0, b=0, c=0; c = 12; b = 3; lock(this){ a = c/b } } Choose correct answer. a. Upon completion, Method1 and Method2 release the lock b. Upon Comletion, Method1 release the lcok and Method2 not. c. Upon Completion, Method2 release the lock and Method1 not. d. Upon Completion, neither Method1 or Method to release the lock.

1 Answers  






How does the XmlSerializer work ?

1 Answers  


If you define a user defined data type by using the struct keyword, is it a value type or reference type?

0 Answers  


What is poco c#?

0 Answers  


What is difference between dictionary and hashtable in c#?

0 Answers  


Difference between C++ and C#.net

19 Answers   Google, TCS, Wipro,


what is master pages how to use it. plase give one example in code vice

1 Answers  


Why singleton is sealed?

0 Answers  


Categories