Is string a value type or a reference type?

Answer Posted / raj

Reference type
It create a new instance every time

Is This Answer Correct ?    7 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?

767


Describe in brief .net framework and its components.

727


What are server activated objects?

811


What is the life-span of the items in the viewstate?

700


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.

1615






What is session handling in a webfarm, how it can work with its limits?

831


What is a session in programming?

730


How to prevent client side validation from the ASP.NET validation controls?

763


Why is mvc better than asp.net?

730


What are the event handlers that can be included in the Global.asax file?

795


What is the difference between mechine.config and web.config?

958


Explain about asp.net state management?

780


How do I open an ashx file?

727


What are the benefits of Razor View?

716


What are the file extensions for razor views?

849