Posts by Vinicius Leal • 21 points
2 posts
-
0
votes0
answers552
viewsQ: How to test with Junit in a C R U D?
I would like to know the condition to use within the test. Got the class Customer package br.myhome.web.model; import java.sql.Connection; import java.sql.PreparedStatement; import…
-
1
votes1
answer49
viewsQ: Exception in thread "main" in String array
I would like to add the text inserted by the user in a vector position, but it is giving error... why? public static void main(String[] args) { int cont=0; String inserida =…