suraj tripathi

Greenhorn
+ Follow
since Feb 09, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
2
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by suraj tripathi

Thanks Jeff, I will keep those suggestions in mind while posting questions in future and yes my issue is resolved.

Thanks again for replying.
Thank you Jeff for replying.

Initially I was trying to do the same thing that you mentioned, however, later I understood and now I am able to send messages over the already connected Sockets by using the connected Socket's object.

I hope my sentence is clear.

Can you give me a feedback, I wanted to know whether I explain my question clearly or not? if not, then how may I improve on them.

Thanks again
Hello Everyone,

I am developing an Echoer program in which the client and the server side are inside the same Java file (but inside different classes+main class separate). So basically there is a single (.java) file.
I want to transfer a short message over an already established TCP connection, to be more precise, I have already connected the client using Socket(ip, portnumber) to the Server (ServerSocket(portnumber)). However, now after linking the client to the server, in some other part of the code, I want to send a message (say, "hello") using the same connection, but I am unable to do so. I am getting an error saying, "Address already in use (Java.net.BindException)"

Please help,

Thanking you in anticipation,
Sanat
I am reading Keith Ross's top down approach book and I can say that it is more focussed on how our underlying networks work but I dont think your need of how exactly DDOS attack are invoked will be answered in this book and neither in Andrew S. Tanenbaum. These Books will just give you a theoretical outlook towards DDOS attacks.

I hope my suggestion helps you.

Does somebody know a link from where i can download java for my Mac machine? I googled but failed to find any.

Thanking in anticipation.
12 years ago
Thank you all for your precious replies.....
Being a beginner, not having programming experience i am failing to understand what you have written(my programming experience is just 4 chapters of head first java book).So please,if you can elaborate on your answer, it would be helpful.

Thanks again.
15 years ago
I want to know how and how much memory is allocated to a multi-dimensional array...Like,if i declare a 2*2 array of int then will only 16 bytes of total memory be allocated??
15 years ago