Download
100% FREE
Office Document APIs for .NET
Online: 784
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Interviews
>
.NET Framework
>
Loading ...
When to use String and StringBuilder class?
Posted by
Raja
on 4/15/2008 | Category:
.NET Framework Interview questions
| Views: 8910
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Answer:
Use the
String
class to concat, join or format methods to join multiple items in a single statement.
Use
StringBuilder
class to create dynamic strings.
Asked In:
Many interviews |
Alert Moderator
Bookmark It
< Previous :
Which statement is correct in terms of try catch f ...
Next > :
Write a function into Javascript that will toggle ...
Comments or Responses
Posted by:
Jish
on: 3/5/2012 |
Points: 10
Ok.. i got it.
Login to post response
More Interview Questions by Raja
Write a function into Javascript that will toggle display a HTML eleme ...
How to loop through all rows of the DataTable?
What is CLR (Common Language Runtime)?
What is agile software development?
What is trigger?
How do you retrieve username in case of Windows Authentication?
Types of Configuration files and their difference?
Difference between Response.Expires and Response.ExpiresAbsolute?
Latest Interview Questions
what is the control for which by default post back is enabled(true)
what is 3-tier architecture
what is software development lifecycle
How to use trace in libraray classes (like BAL, DAL)?
What are session management techniques in .NET?
Is overriding of a function possible in the same class?
What is ViewState?
What data types do the asp:RangeValidator control support?
More ...