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
How can a gui component handle its own events?
What does string intern() method do?
When do we use synchronized blocks and advantages of using synchronized blocks?
What java is used for?
Is a string literal?
What is method overloading in java ?
how to run ecllipse with jettyserver for windows environment using batch file
What is the difference between throw and throws in java?
What does exp mean in math?
What is an example of a constant variable?
how its run?
Explain yield() method in thread class ?
Are private methods final?
What does the “final” keyword mean in front of a variable? A method? A class?
What is finalize method?