if you're speaking in terms of threads (meaning the 2 programs are executed with the same JVM), it's possible
if you're launching your 2 programs through 2 different JVM, i don't think it's possible to get one object from a JVM to another
maybe if you serialize your object each time the data is printed on the console in the first program, you can deserialize it and get it back through the other java program, but i'm not sure if this could work (never tried)
> if you're launching your 2 programs through 2
> different JVM, i don't think it's possible to get one
> object from a JVM to another
Either you ignored this. Or you read it, didn't like the answer and thought that by asking the question again, only slightly differently, you would get an answer you would like.