I want to check an item in string array for first time only. I mean that if the same string is searched again then I want to display some notification in Java. The user should only be allowed to search for a string once.
How can i do this ?
|
I want to check an item in string array for first time only. I mean that if the same string is searched again then I want to display some notification in Java. The user should only be allowed to search for a string once. How can i do this ? |
|||||
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
Don't use an array, use a |
|||
|
|