I am sending mail from my Java app to Gmail Account. I had used the Java Mail API and it worked fine. But is it possible to send an e-mail without using the mail API in java?
I have three classes, the client, the server and the handler (which is going to handle the server connections) as I show below:
I create threads of class A and each sends a serialized object to a Server using ObjectOutputStream. The Server creates new Threads B for each socket connection (whenever a new A client connects)
I am currently making a client-server file transfer program in java and my question is, is there a best or an appropriate I/O streams to transfer files via sockets of different programs?
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
I made a client & server that establishes a TCP connection through sockets, I\'m trying to send binary data over the socket but I could only send txt or pdf files, I had no luck with exe files, I
I am trying to debug a socket connection issue between flash in a web browser and flash in a client type program. The connection is closing properly in the web, so I would like to understand how the w
I trying to create a socket application on visual studio c++, but I can\'t. The problem is int listen_sock = socket(PF_INET,SOCK_STREAM,0) returns -1 and I don\'t know 开发者_运维问答why...
I get a \"Class not registered 0x80040154\" error when i run my application. My environment setup is windows 2008 using visual studio 2005. I just migrated fr开发者_Python百科om windows xp, where the
My android mobile and PC are connected using USB. Now can i ping to my PC from my mobile?Is this possible?