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
Explain oops concepts in detail?
What is the purpose of the finally clause of a try-catch-finally statement in java programming?
What is append function?
Why is java called java?
How can you write a loop indefinitely in java programming?
Which is a valid identifier?
When should I use singleton pattern?
describe method overloading
How does thread synchronization occurs inside a monitor? What levels of synchronization can you apply?
How do you define a set in java?
What is the finalize method do?
Explain about serializable interface in java?
How can you generate random numbers in java?
What is the formula to calculate percentage?
Can we serialize singleton class?