Posts by Eduardo • 343 points
6 posts
-
5
votes2
answers1164
viewsQ: Java: Understand working Wait() notify() notifyAll()
I’m studying Threads Java and its resources and I came across a question. I have the following classes in my program: public class Main { public static void main(String[] args) { ThreadB b = new…
-
1
votes1
answer258
viewsA: Retrieve an Insert ID from a table and use it to create a relationship with another table
Prepares the Insert in the table advertisements $sql_tabela_anuncios = “INSERT INTO anuncios (titulo, descricao, telefone, endereco, preco, categoria, subcategoria, idUsuario) values ('{$titulo}',…
-
7
votes2
answers1244
viewsQ: How to employ multithreading with Rduino
I’m making a bell with Andy. This bell shall be composed of: 01 Arduino UNO, 01 Buzzer, 01 Transmitter 433 Mhz, 01 Receptor 433 Mhz. My doubt revolves around how I can treat the listener who will be…
-
4
votes1
answer3617
viewsQ: How to remove bookmarks from a map with the v3 API?
I’m developing an app to design routes from data collected by an embedded GPS system. My server receives coordinates from different equipment and I am recording this in my database. What has helped…
-
0
votes2
answers1319
viewsA: Error generating files/classes from a Netbeans Web Service
Thanks for all your help, the image below shows you how to solve the question.
-
5
votes2
answers1319
viewsQ: Error generating files/classes from a Netbeans Web Service
I am trying to generate files/class from a Web Service and bring it to my Java project. For this I am using Netbeans IDE 8.0.2 At first I’m getting the message "Uma classe/interface com o mesmo nome…