Check out example codes for "crear select jsp java". It will help you in understanding the concepts better.
Code Example 1
<select name="item">
<c:forEach items="${combo}" var="id">
<option value="${id}">${id}</option>
</c:forEach>
</select>
Learn ReactJs, React Native from akashmittal.com