Click here to Skip to main content
15,909,030 members
Home / Discussions / Java
   

Java

 
QuestionDetermining client IP Pin
Kshipra Kship5-Jun-08 0:15
Kshipra Kship5-Jun-08 0:15 
Questionhow can i determine efficient protocal and good structure Pin
m_sam64-Jun-08 8:31
m_sam64-Jun-08 8:31 
Questionthis jave forum requires more experts. Pin
Mogaambo30-May-08 2:53
Mogaambo30-May-08 2:53 
AnswerRe: this jave forum requires more experts. Pin
toxcct30-May-08 3:59
toxcct30-May-08 3:59 
AnswerRe: this jave forum requires more experts. Pin
Russell Jones4-Jun-08 5:57
Russell Jones4-Jun-08 5:57 
QuestionGeting Clinet Information from server using JSP Pin
Kshipra Kship28-May-08 19:48
Kshipra Kship28-May-08 19:48 
QuestionNetworking Programming. Pin
kashifdhillon27-May-08 22:48
kashifdhillon27-May-08 22:48 
AnswerRe: Networking Programming. Pin
Hesham Amin8-Jun-08 20:13
Hesham Amin8-Jun-08 20:13 
Hello
You should have a look at Java tutorials-Custom Networking
[^]
for a quick and simple example:
Socket sock = new Socket("server ip", 80);
PrintWriter writer = new PrintWriter(sock.getOutputStream(),true);
writer.println(data);
sock.close();
writer.close();

data is a variable that holds your request.

Hesham A. Amin
My blog

Questionregarding folder open Pin
jaishrini27-May-08 19:08
jaishrini27-May-08 19:08 
Questionshopping cart using sessions in j2ee [modified] Pin
Renju S27-May-08 0:14
Renju S27-May-08 0:14 
Questionhow can i extract elements of an arrylist to string array in j2ee? Pin
divyagopikrishna27-May-08 0:11
divyagopikrishna27-May-08 0:11 
AnswerRe: how can i extract elements of an arrylist to string array in j2ee? Pin
toxcct27-May-08 2:35
toxcct27-May-08 2:35 
QuestionHelp with basic java programming? Pin
freshdiep26-May-08 13:29
freshdiep26-May-08 13:29 
AnswerRe: Help with basic java programming? Pin
Reagan Conservative28-May-08 11:49
Reagan Conservative28-May-08 11:49 
QuestionUse of appender in log4j Pin
pl_kode24-May-08 21:40
pl_kode24-May-08 21:40 
Questioni don't know how contol this applet~ Pin
Jung Seng Won24-May-08 4:39
Jung Seng Won24-May-08 4:39 
QuestionMultithreading using log4j Pin
pl_kode20-May-08 18:07
pl_kode20-May-08 18:07 
QuestionKeep Java Menu On top Pin
spikeboy420-May-08 0:14
spikeboy420-May-08 0:14 
Questionhelp for making .jar file Pin
prayaggupta16-May-08 5:54
prayaggupta16-May-08 5:54 
AnswerRe: help for making .jar file Pin
toxcct16-May-08 7:08
toxcct16-May-08 7:08 
Questionhelp me plz....... to set path in environment variable in Java Pin
prayaggupta16-May-08 5:41
prayaggupta16-May-08 5:41 
AnswerRe: help me plz....... to set path in environment variable in Java Pin
toxcct16-May-08 7:09
toxcct16-May-08 7:09 
QuestionJava experts please help Pin
Arya2115-May-08 21:52
Arya2115-May-08 21:52 
AnswerRe: Java experts please help Pin
scriptkid16-May-08 10:40
scriptkid16-May-08 10:40 
QuestionAccessing data on a server-client application Pin
madness2k415-May-08 4:29
madness2k415-May-08 4:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.