2122232425262728293031
public void init() throws ServletException { // TODO Auto-generated method stub super.init(); try { tradeDAO = new TradeDAO(); } catch (Exception e) { // TODO Auto-generated catch block e.printStackTrace(); }