Microsoft .NET Questions et reponses d'entretien
Test your skills through the online practice test: Microsoft .NET Quiz Online Practice Test
Question 46. string is an alias for what?
System.String
Est-ce utile ?
Ajouter un commentaire
Voir les commentaires
Question 47. Is string Unicode, ASCII, or something else?
Unicode
Est-ce utile ?
Ajouter un commentaire
Voir les commentaires
Question 48. Strings are immutable, what does this mean?
Any changes to that string are in fact copies.
Est-ce utile ?
Ajouter un commentaire
Voir les commentaires
Question 49. Name a few string properties.
trim, tolower, toupper, concat, copy, insert, equals, compare.
Est-ce utile ?
Ajouter un commentaire
Voir les commentaires
Question 50. What is boxing and unboxing?
Converting a value type (stack->heap) to a reference type (heap->stack), and viseversa.
Est-ce utile ?
Ajouter un commentaire
Voir les commentaires
Les plus utiles selon les utilisateurs :
- Name 10 C# keywords.
- What is public accessibility?
- .NET Stands for?
- What is private accessibility?
- What is protected accessibility?