Advertisements
Advertisements
Question
You can use a variable to store a set of characters enclosed within opening and closing double quotes. A set of characters can also be stored in an object using a specific keyword. Such data are manipulated using different functions. One of them is used to extract a set of characters from such data whereas, other to join multiple set of characters to form a single set.
Based on the above discussion, answer the following questions:
- Which of the following variables is used to store a set of characters?
- Character variable
- Alphanumeric variable
- String variable
- Local variable
- Which of the following keywords is used to store a set of characters in an object?
- import
- oublic
- string
- new
- Which of the following functions is used to extract a set of characters?
- substring()
- charAt()
- indexOf()
- subIndex()
- Which of the following functions is used to join different set of characters into a single set?
- merge()
- concat()
- connect()
- join
Case Study
Solution
- iii. String variable
- iv. new
- i. substring()
- iii. concat()
shaalaa.com
Is there an error in this question or solution?