Click here to Skip to main content
15,887,083 members
Home / Discussions / Java
   

Java

 
GeneralRe: how to do this string problem? Pin
NotPolitcallyCorrect17-Nov-16 0:59
NotPolitcallyCorrect17-Nov-16 0:59 
AnswerRe: how to do this string problem? Pin
ZurdoDev17-Nov-16 1:13
professionalZurdoDev17-Nov-16 1:13 
GeneralRe: how to do this string problem? Pin
Jebastin koilraj17-Nov-16 3:28
Jebastin koilraj17-Nov-16 3:28 
QuestionHow to implement FTP in given chat application? Pin
Member 1281417416-Nov-16 8:31
Member 1281417416-Nov-16 8:31 
AnswerRe: How to implement FTP in given chat application? Pin
NotPolitcallyCorrect16-Nov-16 9:43
NotPolitcallyCorrect16-Nov-16 9:43 
GeneralRe: How to implement FTP in given chat application? Pin
Member 1281417416-Nov-16 9:47
Member 1281417416-Nov-16 9:47 
GeneralRe: How to implement FTP in given chat application? Pin
NotPolitcallyCorrect16-Nov-16 9:56
NotPolitcallyCorrect16-Nov-16 9:56 
AnswerRe: How to implement FTP in given chat application? Pin
Richard MacCutchan16-Nov-16 22:24
mveRichard MacCutchan16-Nov-16 22:24 
FTP is a protocol and has nothing to do with GUI design or programming. If you want to add it into your application then you need to create the protocol rules that your client and server will follow. At its most basic it will be something like:
User selects a file and clicks the UPLOAD button.
Client system sends an FTPstart message to the server.
Server sends an acknowledge/ready message back to the client.
Client sends the next N bytes of the file.
Server responds with ACK.

... repeat until ...

Client sends NoMoreData message.
Server responds with some message to show all the data has been received and saved.

QuestionEvent Handling, bt1.addActionListener(this); here "this" is refer to what ?? Pin
Member 127857914-Nov-16 5:54
Member 127857914-Nov-16 5:54 
AnswerRe: Event Handling, bt1.addActionListener(this); here "this" is refer to what ?? Pin
NotPolitcallyCorrect4-Nov-16 5:59
NotPolitcallyCorrect4-Nov-16 5:59 
RantRe: Event Handling, bt1.addActionListener(this); here "this" is refer to what ?? Pin
Richard Deeming4-Nov-16 6:01
mveRichard Deeming4-Nov-16 6:01 
Questionwhatis class and object ? Pin
Member 128308483-Nov-16 4:10
Member 128308483-Nov-16 4:10 
AnswerRe: whatis class and object ? Pin
Richard Deeming3-Nov-16 6:22
mveRichard Deeming3-Nov-16 6:22 
QuestionImprove performance-reg Pin
Member 128282182-Nov-16 23:36
Member 128282182-Nov-16 23:36 
AnswerRe: Improve performance-reg Pin
Richard MacCutchan2-Nov-16 23:54
mveRichard MacCutchan2-Nov-16 23:54 
Generalpassing java object to c through jni Pin
Member 1159649327-Oct-16 0:34
Member 1159649327-Oct-16 0:34 
GeneralRe: passing java object to c through jni Pin
Richard MacCutchan27-Oct-16 1:51
mveRichard MacCutchan27-Oct-16 1:51 
QuestionIs it just me or is java (by design) the most disorganized language ever.. Pin
sislermi20-Oct-16 11:32
professionalsislermi20-Oct-16 11:32 
AnswerRe: Is it just me or is java (by design) the most disorganized language ever.. Pin
Richard MacCutchan20-Oct-16 20:49
mveRichard MacCutchan20-Oct-16 20:49 
QuestionJava Pin
Member 1179503614-Oct-16 4:32
Member 1179503614-Oct-16 4:32 
AnswerRe: Java Pin
Richard MacCutchan14-Oct-16 6:48
mveRichard MacCutchan14-Oct-16 6:48 
Questionjava Pin
Member 1189993512-Oct-16 0:54
Member 1189993512-Oct-16 0:54 
AnswerRe: java Pin
Richard MacCutchan13-Oct-16 21:10
mveRichard MacCutchan13-Oct-16 21:10 
QuestionHow to convert 2d array into 1d array in java Pin
Member 1278579110-Oct-16 4:33
Member 1278579110-Oct-16 4:33 
QuestionRe: How to convert 2d array into 1d array in java Pin
Richard MacCutchan10-Oct-16 4:55
mveRichard MacCutchan10-Oct-16 4:55 

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.