How strings are created in java?
Answer / Manoj Kumar Ram
Strings can be created in Java using string literals, String constructor, StringBuilder or by using the StringBuffer class. String literals are enclosed in double quotes and can be assigned to a variable.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are conditionals and its types?
What is difference between char array and string?
can we write a program with out a class in core java?
Why is the type for real numbers called double?
What is the map interface in java programming?
Difference between prefix and postfix forms of the ++operator?
if we give input as " hi how are you" then the output should be "uoy woh"...it should skip odd words in the input and should reverse even words from the end of string...can anyone help me to write this program in java
Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?
Explain about data types?
How is hashset defined in java?
What will happen if a thrown exception is not handled?
1 Answers ABB, Akamai Technologies, Infogain,
How to check if a list is sorted in java?