What is a string what operation can be performed out with the help of a string?



What is a string what operation can be performed out with the help of a string?..

Answer / Salil Kumar

In Core Java, strings are immutable objects that can have various operations performed on them, such as concatenation, comparison, searching, replacing characters, and splitting into substrings.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Is it possible for a yielded thread to get chance for its execution again?

1 Answers  


What is Vector?Can you elaborate how Vector is Thread safe?

3 Answers   HCL,


Does java allow default arguments?

1 Answers  


When do you create an index?

0 Answers  


What are triggers in DB? Explain their types. How do they work?

1 Answers   Amdocs,


What is private static in java?

1 Answers  


Why are global variables used?

1 Answers  


What is the range of a character variable?

1 Answers  


Which collection object is faster to retrieving the data and inserting the data into it.

2 Answers   Jamcracker, Virtusa,


Why do we need wrapper classes?

1 Answers  


What is unicode used for?

1 Answers  


Can we pass a primitive type by reference in java? How

1 Answers  


Categories