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 the collections api?
What flag up means?
Is zero a natural number?
Can finally block be used without a catch?
What does localhost mean?
Can list have duplicates in java?
In how many ways we can do synchronization in java?
Is main a keyword in java?
How can an exception be thrown manually by a programmer?
what is instanceof operator used in java?
What is difference between equals and hashcode method?
What are the supported platforms by java programming language?
What are 3 boolean operators?
What is null in java?
Can we create an object if a class doesn't have any constructor ( not even the default provided by constructor ) ?