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 |
Is it possible for a yielded thread to get chance for its execution again?
What is Vector?Can you elaborate how Vector is Thread safe?
Does java allow default arguments?
When do you create an index?
What are triggers in DB? Explain their types. How do they work?
What is private static in java?
Why are global variables used?
What is the range of a character variable?
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?
What is unicode used for?
Can we pass a primitive type by reference in java? How