Integer & struct are value types or reference types in .NET?
Answer / guest
Integer and struct are value types in .net.Integer has
fixed range of values hence they are going to be stored in
the stack memory.so,what ever is stored in stack memeory is
a value type.struct is similar to a class(1.e, it contains
dataitems of different datatypes) but the only difference
is that struct is a value type ,class is a reference
type.struct is a value type because the values in struct
can be accesed with the help variable created for the
struct i.e,Dot operator appended to the struct variable can
be used to access each of the individual data items in the
struct class.
Is This Answer Correct ? | 3 Yes | 0 No |
How to prepare parametrized (with more than one parameters) crystal report. Please tell me the code procedure, if any body can?
Explain how com+ related to the dna architecture?
What is the use of edititem template ingridview?
1 Answers C Squared Systems, Microsoft,
Explain what are possible implementations of distributed applications in .net?
What are Satellite Assemblies? How you will create this? How will you get the different language strings?
How is a managed code executed?
Which ports are used by viruses? UDP/TCP?
What is MSIL, IL, CTS?
Example from .net. Integer & struct are value types or reference types in .net?
Why do we use msmq?
Explain what relationship is between a process, application domain, and application?
What are the new features of Framework 1.1 ?