Microsoft .NET 面接の質問と回答
Test your skills through the online practice test: Microsoft .NET Quiz Online Practice Test
質問 46. string is an alias for what?
System.String
役に立ちましたか?
コメントを追加
コメントを見る
質問 47. Is string Unicode, ASCII, or something else?
Unicode
役に立ちましたか?
コメントを追加
コメントを見る
質問 48. Strings are immutable, what does this mean?
Any changes to that string are in fact copies.
役に立ちましたか?
コメントを追加
コメントを見る
質問 49. Name a few string properties.
trim, tolower, toupper, concat, copy, insert, equals, compare.
役に立ちましたか?
コメントを追加
コメントを見る
質問 50. What is boxing and unboxing?
Converting a value type (stack->heap) to a reference type (heap->stack), and viseversa.
役に立ちましたか?
コメントを追加
コメントを見る
ユーザー評価で最も役立つ内容:
- Name 10 C# keywords.
- What is public accessibility?
- .NET Stands for?
- What is private accessibility?
- What is protected accessibility?