Let's say you retrieved some books' name/title from the database and you want to print their name/title on the page, and still be a link.
You'll have to write something like this:
<a href=GetBook.jsp?book=<%= BookTitle[i]%> > <%=BookTitle[i]%> </a>
Hope that answers your question. If not, tell me, i can try to help you further.