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 |
What is hasnext in java?
What is the += operator called?
What is the maximum size of byte array in java?
whether java is fully object oriented language or partially object oriented language
Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?
Is java jre still free?
What is thread priority?
How can we find the sum of two linked lists using stack in java?
What are the four pillars of java?
Explain different data types in Java.
How many times finalize method will be invoked? Who invokes finalize() method in java?
What are the uses of synchronized keyword?