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 does string [] args mean?
What is the core java?
How can we use primitive data types as objects?
Is java ee a framework?
How do you reverse a word in java?
What is a parent class in java?
Can a method be overloaded based on different return type but same argument type?
How do listeners work?
Why is it important to initialize a variable?
What is overloading and overriding in java?
Why is it called boolean?
How many bits is size_t?
What is a locale?
What is the difference between checked exception and unchecked exception?
Can inner class extend any class?