Exam 16: Strings,Characters and Regular Expressions

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

structs are like classes in that they encapsulate reference types.

(True/False)
4.8/5
(36)

Method AppendFormat allows:

(Multiple Choice)
4.8/5
(45)

There are many character methods,some of which are capable of determining whether a character is a letter,a digit,a symbol,or a punctuation.

(True/False)
4.8/5
(37)

In order to concatenate a string with another string you can use the Concat method.

(True/False)
4.8/5
(28)

Which is not a StringBuilder method

(Multiple Choice)
4.9/5
(32)

If two StringBuilder objects contain the same string,then

(Multiple Choice)
4.8/5
(28)

When using the string constructor (char,int),the character is repeated in a string as many times as specified by the integer.

(True/False)
4.8/5
(35)

string objects are ________ and StringBuilders are __________.

(Multiple Choice)
5.0/5
(40)

Method Match will only return a single match with a character.

(True/False)
4.8/5
(43)

When creating a string object,if a character array and two integers are passed to the constructor,then the created string consists of:

(Multiple Choice)
4.9/5
(41)

The bounds on a string are always:

(Multiple Choice)
4.8/5
(34)

strings cannot be changed.

(True/False)
4.8/5
(37)
Showing 81 - 92 of 92
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)