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 the use of using enum to declare a constant?
How do generics work in java?
class A{ class B{ } } in which name u save the file,its the program compile?
How can you sort dates?
What is the base class of all exception classes?
We are seeing so many videos/audios as many web sited. But question is these videos or audios are stored in Databases ( Oracle, Mysql, Sybase,... ) or stored any file directory from there they will give the link for that? Pls explain and give sample code to achieve this one? Thanks, Seenu.
What methods are used in Servlet?Applet communication?
What is class??
What is a nonetype?
What is isa relationship?
Define package in Java.
Can you explain the difference b/n abtract and interface with a good example,?In what cases we have use abtract and what case interface?