Buy Questpond's video subscriptions on
huge discount
.
Online: 1392
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Interviews
>
ASP.NET
>
Loading ...
Limitation of boxing nullable type.
Posted by
Bhakti
on 12/28/2009 | Category:
ASP.NET Interview questions
| Views: 3710
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Answer:
If we try to box the object which has no value(which is null) the object reference is assigned to null instead of boxing.
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous :
int? d = 1; Type testType = d.GetType(); will res ...
Next > :
How can you make your machine shutdown from your p ...
Comments or Responses
Login to post response
More Interview Questions by Bhakti
How can you make your machine shutdown from your program?
DetailsView and FormView - Which is better?
What is DetailsView?
is there any event "ModeChanged"?
How can you cancel update/cancel of gridview ?
For gridview, data-binding expressions are resolved at,…
You can use ^ operator to perform logical exclusive-or with,
What is ?? operator ?
Latest Interview Questions
What is the difference between specifying css class with # and .? i.e. ...
Can you specify more than one css class for any HTML element?
What are the common security threats for any asp.net application?
display and visibility properties are used to hide and show elements i ...
What is the default value of "position" attribute in css?
What are the values of "Position" attribute in CSS?
Is it possible make a call to server side event of any button using ja ...
What is undefined variable?
More ...