Posts by dansouza • 26 points
2 posts
-
0
votes1
answer220
viewsA: Save user profile photo when reloading to chat system using socket
Persist this information on your chat server. In a very simplistic way, you can create a directory on the machine where your chat server is (using the user id as the photo name, for example). Then…
-
1
votes2
answers191
viewsA: java lib for hardware query
You can use Runtime.getRunTime() calls. That one topical has a lot of information on the subject, can help you.…