What happens when we instantiate a .NET component ?



What happens when we instantiate a .NET component ?..

Answer / Bhawana Joshi

.NET component instantiation creates an instance of the component class. It allocates memory for the object, initializes it to its default state, and sets up any necessary connections or dependencies required by the component.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COM+ Interview Questions

How CCW and RCW is working?

1 Answers  


What is security?

1 Answers  


Explain role-based security?

2 Answers  


What is COM?

1 Answers  


Are com components serializable?

2 Answers   Microsoft,


How to make a net component talk to a com component?

1 Answers  


Explain the use of contextutil class?

1 Answers  


What happens when we instantiate a COM component ?

2 Answers   DELL,


Is it true that COM objects no longer need to be registered on the server?

1 Answers  


Explain object pooling?

1 Answers  


Explain what are wrapper classes?

1 Answers  


What is ccw?

1 Answers  


Categories