Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Re: How can I import data from a website to my program, or file

    Sorry, I haven't used that class and don't know what it does.
  2. Re: How can I import data from a website to my program, or file

    If the data is read from the server into a String, then there are methods in the String class to extract the parts that you want.
  3. Re: How can I import data from a website to my program, or file

    This is a big project for a beginner and will require you to do lots of research.

    Do you know what the HTTP protocol is? Do a search and some reading to find out how it works.
    Java has several...
  4. Re: How can I import data from a website to my program, or file

    What kind of server does the website have and what protocol does it use? Many use the HTTP protocol.
    To read data from the site, send the server an HTTP Get command, read its response, parse it and...
Results 1 to 4 of 4