import [Link].
*;
import [Link];
import [Link];
Connection conn=null;
ResultSet rs=null;
PreparedStatement pst=null;
super("showdetails");
initComponents();
conn=[Link]();
// main class
try
{
String Sql = "select*from student";
pst=[Link](Sql);
rs = [Link]();
[Link]([Link](rs));
}
catch(Exception e)
{
[Link](null,e);
}
}