Posts by Vitor Henrique05 • 37 points
4 posts
-
0
votes1
answer32
viewsQ: Function does not modify variable value
I’m trying to make an App that modifies a DB Redis, but when I send the function connect to a user he should do Conectado = true and UsuarioConectado = UsuarioQueConectou. But when the function…
-
1
votes2
answers328
viewsQ: Swap the first characters of a String for another
I’m creating a 'fake bank' and wanted to make a method in which partially shows the password. I created an array called senha2 and the first 4 characters are shown as *, for example: senha :…
-
1
votes1
answer2019
viewsQ: How do I get the size of a Java String?
I’m creating a fake bank in java but I don’t know how to check if the password has 8 characters. public void criarSenha(){ String senhacriada = (JOptionPane.showInputDialog("Qual a senha ?"));…
-
0
votes1
answer42
viewsQ: Load a json list in JS
I would like to upload a list of my JSON file to use in my Javascript , to use the.table() console with the provided information , This is my Javascript code : fetch("infos.json") // especifique o…