What is string made of?



What is string made of?..

Answer / Sweta Singh

"Strings in Java are made up of a sequence of Unicode characters, represented by the char data type. The String class provides methods to perform operations on these character sequences."n

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is hasnext in java?

1 Answers  


What is the += operator called?

1 Answers  


What is the maximum size of byte array in java?

1 Answers  


whether java is fully object oriented language or partially object oriented language

4 Answers   Infosys, ME, SMK,


Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?

2 Answers   Rolta, TCS,


Is java jre still free?

1 Answers  


What is thread priority?

1 Answers   Tech Mahindra,


How can we find the sum of two linked lists using stack in java?

1 Answers  


What are the four pillars of java?

1 Answers  


Explain different data types in Java.

5 Answers  


How many times finalize method will be invoked? Who invokes finalize() method in java?

1 Answers  


What are the uses of synchronized keyword?

1 Answers  


Categories