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 |
what is platform dependent translation and platform dependent programming language
if am have 100 threads(for ex:T1,T2---T100) how we give priority to these threads and how the system excute these threads
What is currentthread()?
Can we cast any other type to boolean type with type casting?
What is the difference between Java Program Constructor and Java Program Method, What is the purpose of Java Program constructor Please Explain it Breafily?
What are the advantages of packages in java?
What are the major drawbacks of external iteration?
How are variables stored?
How many tetrahedral voids are there in bcc?
What is a deadlock ?
What is the purpose of lambda expressions?
What is the difference between jvm and jre? What is an interface?