Answer Posted / vrb
Inter Process Communication can be achieved by the use of network sockets. If both are java processes, RMI is the best. If unsure, one can use SOAP standard.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
From the two, which would be easier to write: synchronization code for ten threads or two threads?
Is integer passed by reference in java?
What is Java Shutdown Hook?
What is sizeof in java?
what is the use of pojo (plain old java objects)? how it is interact with crystal reports? pls urgent
Explain access specifiers?
what is the difference between preemptive scheduling and time slicing? : Java thread
When a byte datatype is used?
What Is Composition?
Is alive in java?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?
What is a short in java?
Can a vector contain heterogenous objects?
What is arraylist class in java?
what is synchronization and why is it important? : Java thread