Search:

Type: Posts; User: dannyyy

Search: Search took 0.19 seconds.

  1. HELP with sending data within text file to client with printwriter

    import java.io.*;
    import java.net.*;
    import java.util.*;


    public class Server{

    public static void main(String[] args){
    Server simpleserver = new Server();
    simpleserver.init();
  2. Help with making the user input to store in file

    i understand how to print into a file but don't understand how to allow the user to input text so that it stores in the text file.


    import java.io.File;
    import java.io.FileWriter;
    import...
  3. Replies
    2
    Views
    3,207

    Allow user input to edit text file??

    unsure how to do this and if someone could help me it would be great thanks.
  4. HELP with reading a clients ip address and storing in a text file.

    I understand how to do this with the loaclhost but confused on how to do this with determine the clients ip, any help would be great.

    Thanks
  5. HELP!!!!!!! Send and receive between computers

    I've made a program to send a line of text from one computer to another, which is the receiver. To do this i have to run the receiver from one computer and on the other computer i run send and then...
Results 1 to 5 of 5