How can we achieve IPC in JAVA?



How can we achieve IPC in JAVA?..

Answer / 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

More Core Java Interview Questions

What is a method vs function?

0 Answers  


How do you add an element to a set in java?

0 Answers  


what is Portal(web based online portal)?

2 Answers   AIG,


What is * argv?

0 Answers  


What is set in java?

0 Answers  






whats the diff between jsp and servlets?

9 Answers   HCL, TCS,


What is a layout manager?

1 Answers  


Is void a type?

0 Answers  


Why does java have different data types for integers and floating-point values?

0 Answers  


extending thread class or implementing runnable interface. Which is better? : Java thread

0 Answers  


Can list be final in java?

0 Answers  


What is JDBC Driver interface?How can you retrieve data from the ResultSet

0 Answers   CTS,


Categories