suppose string s1="rajnish";
string s2="bhaskar";
then what will be happend ?
Answer Posted / aruna raman
'S' should be in capital for string.. Java is case
sensitive, then it will run successfully.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is a two-pass assembler?
Explain the concept of hashtables?
What is core java used for?
What is an iterator interface in java programming?
What are the important features of Java 11 release?
When do you get classcastexception?
How do you avoid global variables?
How to Sort Strings which are given in List and display in ascending order without using java api.
Explain the scope or life time of class variables or static variables?
Can we split string with in java?
What is double in java?
What is a protected void?
How is string immutable in java?
Why super is first line in java?
What is the purpose of default constructor?