Breifly explain about stack and heap memory Managemet?
Answer Posted / nutan
Stack memory managmenet is used by value type variable.
Heap memory managmenet is used by Reference type variable.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
How does a content page different from a master page?
Explain diff between dataset and datareader?
Is asp.net different from asp? If yes, explain how?
a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.
What are directives in asp.net?
Why would a company use an application service provider?
Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?
Can we set master page as a start page?
witch is the best insistute in sharpoint course.what abt future of share point course.
Explain what does mvc represent in asp.net? : asp.net mvc
What are sessions in asp net?
I want to connect a system in LAN and I want to access that. Whenever I am moving a mouse in my desktop, the similar thing has to happen in another system in which I have connected. I need coding for this in C# and ASP.NET Can anyone please help me. It is very urgent. Thanks in advance. My email id is manojkumarchallagundla@gmail.com Will you please?
What are the parts of an http response?
Describe a bubbled event and how it is used ?
Define application state variable and session state variable?