Identify the method that can be used to create an array of substrings.

A. strArray = split.string (str)
B. strArray = string.split(str)
C. strArray = str.split(string)
D. strArray = (str)string.split


Answer: B

Computer Science & Information Technology

You might also like to view...

If you want your code to execute a method, write a statement known as a(n) ____________.

a. event handler b. executor statement c. initialization routine d. method call

Computer Science & Information Technology

If you are artistic and have mastered software packages such as Adobe Photoshop, Autodesk 3ds Max, and Autodesk Maya, you might consider a career as which of the following?

a. game programmer c. game tester b. game designer d. web designer

Computer Science & Information Technology

In Project 2013, the ________ date is today's date as determined by your computer's clock

A) status B) current C) start D) finish

Computer Science & Information Technology

A(n) ____________________ contains a specific piece of information within a record.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology