string manipulation

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/18

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:38 PM on 8/24/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

19 Terms

1
New cards

Need of rapper class

To store primitive value in terms of objects

To convert string into other primitive types and vise versa

2
New cards

Define autoboxing

The automatic conversion of primitive data type into object of its rapper classes is known as auto boxing

3
New cards

Unboxing

The rapper class is also used to convert that object data into specific primitive type which is called unboxing

4
New cards

Need of auto boxing

To pass a primitive data to am a third that uses argument as wrapper object


To add primitive data into an array list

5
New cards

Need of unboxing

To pass object data to a method that uses primitive argument

To copy an element from an array list object to a primitive variable

6
New cards

CharAt

This function returns the character locator art of classified index in a string

7
New cards

Length()

This function returns the number of character present in a string including the space between them if any

IT returns and interior type data valid

8
New cards

Substring ()

This method return a part of a string

9
New cards

To lowercase()

This method return the string with all uppercase letter converted to lowercase

10
New cards

Trim()

This method is used to remove any leading or trailing white space which are available in string

11
New cards

Append()

This function is used to add a string at the end of another string

12
New cards

Setcharat()

This person can be used to replace a character with another character specified index

13
New cards

Insert()

This function allowed due to insert a string at a specified index into another string

14
New cards

Delete ()

This message used to delete the characters from one index to another index of a string

15
New cards

Set lenght ()

This function allows you to set the length of a string buffer variable up to the specified range

16
New cards

Reverse()

This function is used to reverse the character of a given string

17
New cards

Capacity ()

IT returns and integer value that represent the capacity of stringbuffer object

18
New cards

String tokenizer class

It is another string related class used to create an object to accept the string in terms of an token

19
New cards