Explain the two different types of typecasting?



Explain the two different types of typecasting?..

Answer / hrindows@gmail.com

 Implicit: Defines the storing of values from smaller data types into larger data types, performed by the compiler only.
 Explicit: Defines the storing of values from larger data types into smaller data types that may result in information loss.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

Which namespace is the base class for .net Class library?

1 Answers  


Can I write my own .net host?

0 Answers  


How server form post-back works?

0 Answers  


DateTime[] dt = new DateTime[10] for(i=0; i<10; i++) { dt[i] = DateTime(2008, 1, i+1) } How many heap object will be created for the above array. Choose the correct answer below. Ans: 1, 10, 11, 12

3 Answers  


WHAT IS .net

3 Answers  






questions on various scenarios on exception handling? like for example.... try { a; b; ...exception occurs here...what happens...will catch execute or will finally execute...will c execute c; } catch { a; b; c; } fianlly { a; b; }

1 Answers   Manhattan,


What are the Characteristics of .NET?

1 Answers  


when web.config file is being called or referenced?tell me about the searialized procedure followed in page loading.

1 Answers   AZTEC,


What is Garbage Collection in .Net and what is the Garbage collection process?

4 Answers  


What's singlecall activation mode used for in .net?

0 Answers  


What is 3 tier architecture?

0 Answers  


How will you make .NET programs work in Linux ?

0 Answers  


Categories