Hi,
i'm still beginner in java.
Here is my simple question:
if we have two java programs like:
-test1.java which open a file for example.
test2.java which move one file to another directory.
Suppose these two programs are working well separately.
if one day, we want to write just one program, is it possible to do it?
like Test12.java which open a file and move another file to another directory.
Hope to be clear.
thank you