Quantcast
Channel: 質問!ITmedia 新着質問(Java/253)
Viewing all articles
Browse latest Browse all 2439

Java メソッドの分割

$
0
0
初めまして、Javaの勉強中です。 tryを別のメソッドにしたいのですが、どのようにしたらいいのでしょうか? どなたか教えていただければと思います。 よろしくお願いいたします。 public class CreateServlet extends HttpServlet { protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { request.setCharacterEncoding("Windows-31J"); response.setContentType("text/html; charset=Windows-31J"); int cId = request.getIntHeader("cId"); String cName = request.getParameter("cName"); try{ Company aaa = new Company(); aaa.setcId(cId); aaa.setcName(cName); CompanyDAO.getInstance().insert(aaa); request.getRequestDispatcher("top.jsp").forward(request, response); } catch (SQLException e){ throw new ServletException(e);} } }

Viewing all articles
Browse latest Browse all 2439

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>