Answer Posted / k.b.s.reddy
we can use a string function...
eg:
strcmp("string1","string2")
it return 0 if string1=string2
it return >0 if string1>string2
it return <0 if string1<string2.
value returned depends on anscii calues of strings...
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is string length in java?
Similarity and difference between static block and static method ?
What does this () mean in constructor chaining concept?
How are destructors defined in java?
What do you mean by Hash Map and Hash Table?
What do negative exponents mean?
Can we override private methods?
Can constructor be inherited?
List the three steps for creating an object for a class?
Are arrays passed by reference in java?
What is the use of accept () method in java?
Write a java program to generate fibonacci series ?
Explain about map interface in java?
What is finally block?
What do you understand by Header linked List?