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 |
Print Vertical traversal of a Binary Tree.
Write a java program to check if a number is prime or not?
Explain serialization and deserialization in java?
5 What is Java exception handling?
Which package is imported by default?
By what default value is an object reference declared as an instance variable?
What is the difference between a window and a frame in java programming?
I have one POJO class(Java bean class), it has two variables for that it has setters and getters. Now i have created two objects for that class and i have set the data for those variables through this two objects. Now question is i want check whether those two objects have same data or not, for this write a program? Thanks, Bose.
What is a method header?
Can we serialize static variables in java?
Is ++ operator is thread safe in java?
Can we override final method?