Java Array Searching [closed]
问题 Closed . This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed last year . In java an array has three words {'bad','bat','hat'} . I have to write a function which will search like dictionary from array. Example: If I search at then the function will return all the words which have at in it (like bat and hat will be shown in the output) and if I search a single character