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
What is serialversionuid?
Can a boolean be null java?
What are latest features introduced with java 8?
What is anti pattern in programming?
What is array and arraylist in java?
how we can create packages in java?
What is void data type?
Give few difference between constructor and method?
What is composition in java?
1.IN CASE OF DYNAMIC METHOD DISPATCH WHY WE USE REFERENCE VARIABLE,WE CAN USE THE DIFFERENT DEFINED OBJECT DIRECTLY TO ACCESS THE DATA MEMBER AND MEMBER FUNCTION OF THAT RESPECTIVE CLASS?WHAT IS THE MAIN FUNCTION OF "REFERENCE VARIABLE" HERE?
What are the problems faced by java programmers who don't use layout managers?
How does linkedhashmap work in java?
Can we sort hashset in java?
What do you mean by mnemonics?
Explain reverse a linked list recursive java solution?