How can we achieve IPC in JAVA?

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


Please Help Members By Posting Answers For Below Questions

What is data type modifier?

527


How to use arraylist in java netbeans?

505


Why runnable interface is used in java?

564


What does next mean in java?

531


Difference between notify() method and notifyall() method in java?

546






Write a program based on Java script program.

641


What one should take care of, while serializing the object?

482


Define jit compiler?

655


Can we assign null to double in java?

542


What is a local, member and a class variable?

574


What do you understand by soft reference?

582


What are kinds of processors?

561


How do you remove duplicates from an array in java?

524


What is method overloading in java ?

554


when a request is generated from apache tomcat 5.5 and goes to oracle 10g or mysql,,, how the oracle or mysql reads the request as apache is a web server and oracle 10g is application server? when the oracle 10g provides response, how the apche tomcat reads it???

1670