How many bits is a string in java?
Answer / Kazim Raza
Strings in Java are not stored as a fixed number of bits. Instead, they are objects that store sequences of Unicode characters. The memory size required for a string depends on its length.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can arraylist hold different types java?
How do you check if a number is a perfect square?
How to do validation of the fields in any project ?
Is java 1.7 the same as java 7?
What is a boolean field?
is it possible to instantiate the math class?
What do bitwise operators do?
Why is whitespace important?
Explain the term virtual machine?
Can a class extend more than one class?
Java run-time system generates What class of exceptions?
How do you declare an infinite loop?