Posts by Breno Rusciolelli • 1 point
2 posts
-
0
votes1
answer46
viewsQ: Validate a date field in javascript to send to server api
You guys, good morning. I am with a very boring error, I am trying to put a form in Vue.js, however, when I send the information to the server and in java, is breaking a date exception;…
-
-1
votes1
answer54
viewsQ: Random class doubt in Java
Guys I’m trying to create a system of numbers mega sena. Basically I have to have a client(id) that will generate 6 random numbers. public class Cliente implements Serializable { private static…