Posts by GGF • 1 point
1 post
-
0
votes0
answers54
viewsQ: How do I match a value of an array with another value in another array in Java?
I know how to get the value of an array position and compare the array values. As code below. for (int i = 0; i < listadosWifi.size(); i++) { /* pega o SSID e o BSSID */ providerName =…