Thread and socket programming [closed] - java

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I need to see some example of threads using sockets to send and receive a message. I am almost new to it.I google it but there was no useful and simple example for beginners. Can you help me with this please?

java sockets#oracle

Related

Need advice on learning java [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 days ago.
Improve this question
I am new to java. I am very curious about OOP, but there are too many types to learn. I have learned through and also read the theory, but can't apply it to practice. anyone give me advice?
need more help on how to learn, and how to use

What are the steps to create a bluetooth connection? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I need to create a Bluetooth connection between two devices (the first is an Android, and the other is an Android Wear) with Java, but I have no idea how to do this.

Finding out who sent data to my website [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
So, I wanted to write myself a Java program, which will send a bunch of data (probably formatted as JSON) to my website, which will then write that data to MySQL, but I also want my website to get the IP, from which this data was sent.
But is this even possible? I don't have too much experience with PHP :/
The answer is here: http://stackoverflow.com/questions/15699101/get-the-client-ip-address-using-php
Easy solution is:
$IP = $_SERVER['REMOTE_ADDR'];

Simple example to understand Websockets in java [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I am new to java development, can anybody help me with web sockets basic example.
I searched the net but all the examples are very complex. Please help me out guys.
Refer :
https://gist.github.com/chitan/3063774
There is example program inside the tomcats examples folder, Try it out.

Testing different garbage collection algorithms? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
How would one go about creating a program that was specifically designed for testing Garbage Collection aglorithms in Java? Any articles where this has been done would also be appreciated

Categories

Resources