Posts by Jonatas Ferreira • 1 point
2 posts
-
0
votes0
answers54
viewsQ: Why does it give this error when executing the code? java.lang.Arrayindexoutofboundsexception: 0
package PilhaEstatica; public class App { public static void main(String[] args) { int numero = Integer.parseInt(args[0]); Pilha p = new Pilha(); int…
-
0
votes1
answer217
viewsQ: Spring boot error - Liquibase
18-04-15 23:10:21.452 INFO 9464 --- [ restartedMain] o.apache.Catalina.core.Standardservice : Stopping service [Tomcat] 2018-04-15 23:10:21.470 INFO 9464 --- [ restartedMain]…