0
What does it mean that a particular string is lexicographically greater than another string in java.
Lexicographically greater?
2 Réponses
+ 5
Lexicographically means in dictionary order,i.e.if two strings are compared based on dictionary position the string which comes afterwards is said to be Lexicographically greater.
0
the data is arranged in dictionary order and another similar concept is collating sequence in which strings are arranged according to their ASCII values