Multiple Choice
Given the following statement,which of the following is not true? str.insert(8,32) ;
A) str is a StringBuilder type object
B) The insert will start at position 32
C) The starting position for the insert is 8
D) The literal number 32 will be inserted
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: In a string that contains a series
Q9: What will be the value of matches
Q14: In the following statement,what data type must
Q14: What will be printed after the following
Q18: If a non-letter argument is passed to
Q22: To convert the string, str = "285"
Q34: What would be the results of executing
Q38: Two ways of concatenating two Strings are:<br>A)
Q57: If str is declared as: String str
Q60: What does the following statement do?<br>Float number