Search:

Type: Posts; User: dineshj83

Search: Search took 0.08 seconds.

  1. Replies
    9
    Views
    1,107

    Re: Connecting programs with Java

    You need to pass that information to 3 instances of your classes either in constructor or through setter methods.
  2. Replies
    9
    Views
    1,107

    Re: Connecting programs with Java

    If the same information is to be stored in three programs then what to need is three instances of a class to store the information. Create a class to store information and do with it.
  3. Replies
    9
    Views
    1,107

    Re: Connecting programs with Java

    Does it mean that you want to persist data once user submits in these three programs?. If thats the case then you need to serialize the objects of these classes and de-serialize. Its like storing the...
  4. Replies
    9
    Views
    1,107

    Re: Connecting programs with Java

    You can get information from user in anyway through console, GUI (swings) and take store them and pass it on when user submits the data.

    1) Essentially you need to have a program to capture data...
  5. Replies
    9
    Views
    1,107

    Re: Connecting programs with Java

    If i understand correctly you want to take user inputs and pass information to three programs?. If this is the case then its very much possible.
Results 1 to 5 of 5