Hi All,
I am new to Java. I have to implement a search functionality.
The details are as follows.
There is a table which has a list of docs in the database.
The user gives in the search criteria. Doc name Or Id ... The function has to retrive the details regarding the doc.
Please let me know how am i supposed to implement this functionality.
