Posts by Aríete • 131 points
2 posts
-
7
votes2
answers837
viewsA: How to implement a class to use Preparedstatement through it?
Agnaldo Junior if I understand well what you want is to use the right Preparedstatement! So come on public static void main(String[] args) { try { Conecta c = new Conecta(); String nomeCraque =…
-
3
votes1
answer1089
viewsA: How to import external Jquery?
Exactly as it was said by colleague Maurivan. When we use Bootstrap we should import css files and js files. In the case of the files js we must obey the order of precedence of who depends on whom.…