What is the synonym of string?
Answer / Akhil Kumar Bhalla
String can be referred to as a character sequence or a string literal in Java.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is substring 1 in java?
What does += mean in java?
Can memory leak happen java?
What is stream api in java8?
What is boolean in java?
What environment variables are required to be set on a machine in order to run Java programs?
Can we increase array size dynamically in java?
What are the access modifiers available in java?
Why are lists ordered in java?
when you will synchronize a piece of your code? : Java thread
Describe different states of a thread.
What is a conditional statement explain with example?