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 quick sort in java?
How does system arraycopy work in java?
What are the loops in java?
How is string stored in java?
Java is Pass by Value or Pass by Reference?
What is the main advantage of passing argument by reference?
Why there is no call by reference in java?
How many types of keywords are there?
Is integer a class?
Explain OOPs concept.
How can a gui component handle its own events in java programming?
What do you understand by the term singleton?
How many types of methods are there?
Can list have duplicates in java?
Can constructor be protected in java?