Posts by ShowDown • 155 points
2 posts
-
2
votes1
answer47
viewsQ: Null Pointer after Try catch
Servlet: @WebServlet("/AdicionaContato") public class AdicionaContatoServlet extends HttpServlet { @Override protected void service(HttpServletRequest request, HttpServletResponse response) throws…
-
13
votes3
answers1684
viewsQ: Why Arrays start at 0 and not 1
Why arrays start at 0 and not 1 ? There is no 0 people, 0 animals, 0 nothing...(do not cling to this part) What is the point of doing this? I believe that it should not be just me who does not…