This series introduces you to a step-by-step process to develop Java (or JFC) based applications with Microsoft SQL Server as the database, using NetBeans IDE. In this article, I shall introduce you to finding and traversing rows using Java.
The above code works only for one row. If we want to work with more than one row, we need to use "jTable" or some other, better strategy. My upcoming articles will give you the information you need to work with more than one row at any time.