Answer Posted / zeenat
Boxing:- Creating a Instance of a object and passing the
value of a variable to that object
dim x as integer
dim y as object
y = x - Boxing process
x = y - unboxing
Unboxing :- passing a value of a object to the varible
Is This Answer Correct ? | 13 Yes | 17 No |
Post New Answer View All Answers
Can we change web.config settings from iis?
What is namespace of asp.net mvc?
i want to take the fast track training on >net Frame work and work flows and share point could you tellme the good institutes for that cources
will there be any issues adding a table without primary keys to a data model?
What is main objective of asp.net mvc 4 or what is new in mvc4 ?
How does servicing work for the .net framework 3.0? If I install the .net framework 3.0, can I get service updates for the .net framework 2.0?
how can you enhance the performance of entity framework?
Explain covariance and contra-variance in .net framework 4.0. Give an example for each.
What are Scaffold templates in ASP.Net MVC?
What is renderbody?
How does the .net framework 3.0 relate to the .net framework 2.0?
how do you mark a property as required? For example, for a project, the name is a required field.
What are ajax helpers in mvc?
how can you tell ef to have a different table or column name than that defined for the class?
mention what are the various methods provided by the dataset object to generate xml?