Antony Devassy
what is rmi n socket
1 Answer(s)      4 years and 6 months ago
Posted in : Java Interview Questions

View Answers

November 17, 2008 at 4:36 AM


Hi friend,


RMI allows a Java program to invoke a method that is being executed on a remote machine.

* Remote Method Invocation (RMI) is the process of activating a method on a remotely running object.
* RMI offers location transparency in the sense that it gives the feel a method is executed on a locally running object.
* Java RMI (Remote Mathod Invocation) provides a mechanism for supporting distributed computing
* Distributed programs consist of parts residing on different machines

Socket information.

Normally, a server runs on a specific computer and has a socket that is bound to a specific port number. The server just waits, listening to the socket for a client to make a connection request.


-------------------------------------------

Visit for more information.

http://www.roseindia.net/java/network/client-socket-information.shtml

Thanks.









Related Pages:
what is rmi n socket - Java Interview Questions
what is rmi n socket  hii pls answer me for the following: 1.what is rmi? 2.what is socket? 3.which one is superb? 4.what are the difference... friend, RMI allows a Java program to invoke a method that is being executed
RMI n JSP - RMI
RMI n JSP  Hi Friends, First of all let me appreciate ur promptness in delivering answers. Is it possible to make communication between RMI and JSP page ? Thanks
RMI n JSP - RMI
RMI n JSP  Hi Friends, First of all let me appreciate ur promptness in delivering answers. Is it possible to make communication between RMI and JSP page ? Thanks
RMI
RMI  What is RMI in Java
What is Java Client Socket?
What is Java Client Socket?  Hi, What is client socket in Java..., The client socket is basic communication interface between networked computers. The socket that make connectivity with socket client and with a socket server
RMI - RMI
some error what to do? 4> how to open another separate command terminal... link: http://www.roseindia.net/tutorials/rmi/ Hope that it will be helpful
Java Socket
Java Socket  What is a socket?  Sockets are communication channels, which facilitate inter-process communication. A socket is one end... such as the Internet,it uses a software component called a socket. The socket opens
RMI Tutorials
and what are the steps of executions.   RMI-Example-2 This example... RMI Tutorials       Overview of RMI The Remote Method
Exception in RMI - RMI
=(Interface1) Naming.lookup ("rmi://localhost/EmployeeManagemnetSystemApp... server is connected and ready for operation but in client side it throws RMI not bound exception. Can you tell me what may be the reason
Java Socket Programming
Java Socket Programming  Hi, What is Java Socket Programming? Can anyone give the examples of Java Socket Programming? Thanks   Hi, Please see the tutorial:Overview of Networking through JAVA Thanks
serialization - RMI
serialization  dear sir, what difference between serialzation and unicastRemoteObject? can we use the Serialzable insteed of UnicastRemoteObject in rmi. if yes then how please send me answer as soon as possible  
RMI-Example-1
RMI-Example-1       This is a very simple example of RMI where you will come to know how RMI works and what are the steps of executions. Here listed four java files and steps
socket - Java Beginners
client program. i have created only one server socket for all the sockets.. is there any exception will occur if i use only one socket for both sign out and sign... server sockets means what type of application i have to use multiple server sockets
Failed Client-Socket Communication
Failed Client-Socket Communication  I hve written a server program...{ ServerSocket s = new ServerSocket(9001); for (;;){ Socket... Socket incoming; private int counter; public RealEchoHandler(Socket i, int c
Java Socket Programming
Java Socket Programming  Q.server get terminated after sleep time... ServerSocket(8189); Socket mys=s1.accept...[] args) { InputStream in; OutputStream out; Socket mys
rmi Security Manager
rmi Security Manager  what type of security provide java rmi security Manager
regarding socket - Development process
regarding socket  sir I have a project of socket. which takes input from user(client) and checks in database(server) and sends the responses... if I want to continue this for infinite times what should I do? please give
Socket Wheel to handle many clients - java tutorials
dependent, so if you get an exception when trying to create a socket, try what...Socket Wheel to handle many clients 2001-06-21 The Java Specialists' Newsletter [Issue 023] - Socket Wheel to handle many clients Author: Dr. Heinz M
Socket Programming in Servlet - JSP-Servlet
Socket Programming in Servlet  Hi Every One, My... and inside that servlet i wrote the socket programming, now my servlet is a server(i... , what i want is that when client is connected i want to display the data
Remote Location Handeling - RMI
Remote Location Handeling  I have application where I want main control from one location and have to connect two more locations remotly and have to handle it.So what should I use in my application Server/RMI or web application
Overview of RMI
Overview of RMI       The Remote Method Invocation(RMI) works similar to remote procedure calls(RPC). All RMI functionality found in the the java.rmi
throws Exception - RMI
an exception."RMI not bound Exception". What can I do for this? Whether I have to change...throws Exception  I downloaded your RMI Hello program it works properly. With that same program I replaced for my application. But if run the Server
RMI
RMI  can anyone tell me how to compile and run rmi in netbeans 6.9.1 for standalone application because i face problem running
rmi - RMI
rmi  difference between rmi,rmi-iiop,corba
How could I use Socket in my application?
How could I use Socket in my application?  I created an application dealing with the management of a supermarket using Hibernate and Swing. I found out today that I have to use also Socket and I don't know exactly what I could do
Client Socket Information
Client Socket Information   ... socket information. This is a very simple program of java network. Here, we have... of the Socket class passing two arguments as hostName and TIME_PORT
Java and socket - Java Server Faces Questions
input; private Socket socket; private ServerSocket server... for Connection"); socket = server.accept...(); displayArea.append("\n" + message); } catch (IOException ex
diff betn show n visible
diff betn show n visible  what is difference between show() & visible method in java
Throw,Throws, n try and Catch
Throw,Throws, n try and Catch  What is the difference between Throw and Throws
Throw,Throws, n try and Catch
Throw,Throws, n try and Catch  what is the difference between Throw,Throws and Try&Catch
Java Compilation and running error - RMI
{ UnicastRemoteObject.exportObject(this); /* Find the server remote object in the RMI registry */ ser = (ServerRemote)Naming.lookup("rmi://127.0.0.1/server...(str +"\n"); } public static void main(String arg[]) throws Exception
RMI - RMI
RMI  DEAR SIR, I WANT TO LEARN RMI USING NETBEAN 6. PLEASE HELP ME WITH A STEP-BY-STEP, ON NETBEAN. THANK YOU AND BEST REGARDS, KUMAR.S...://www.roseindia.net/tutorials/rmi/ Hope that it will be helpful for you. Thanks
socket programming
socket programming  how to create server socket in web service...it will read parameter from file
socket programing
socket programing  how can u pass data from 1-another system by socket class
J2EE Tutorial - RMI Example
J2EE Tutorial - RMI Example      ...; what are known as 'Stub' & 'Skeleton'  files .Companies like IONA... characteristic of  Interface approach is what is usually referred
Socket Programming
Socket Programming  How to connect a computer through IP only and check whether it is up and running? I can't see any method in Socket programming where I can pass only IP address as argument. I need the pass port number also
implements runnable n extends thread - Java Beginners
implements runnable n extends thread  what is the difference between implements runnable n extends thread? public class...(); class...; private int num; StringThreadImplement(String s, int n){ str = new String(s
RMI in internet - RMI
RMI in internet  dear friends. i want to develop an application... internet. so is it possible to use RMI, or Sockets for internet communication? can we use RMI to communicate with any host connected to internet using it's IP
rmi-iiop - RMI
rmi-iiop  explain the working of rmi-iiop with some flowchart  Hi Friend, Please visit the following links: http://www.roseindia.net/ejb/introduction/rmiexample.shtml http://roseindia.net/ejb/introduction
RMI over Internet - RMI
RMI over Internet  Hello I've made a project which utilizes rmi for communication. Problem: I am unable to communicate using rmi over internet.../ejb/introduction/rmiexample.shtml http://www.roseindia.net/tutorials/rmi
ATM IN JAVA RMI - RMI
ATM IN JAVA RMI  How to write code for ATM using Java RMI
Exceptions in RMI - RMI
Exceptions in RMI  During the execution of RMI program, the following exception is raised. Error.. java.rmi.ServerException : ServerRemoteException : nested exception is java.rmi.UnmarshalException : error unmarshalling  
RMI:marshal exception - RMI
RMI:marshal exception  Hi, I got the below errors Please help me out. Thanks in advance. java.rmi.MarshalException: error marshalling arguments; nested exception is: java.io.NotSerializableException
Socket and ports
Socket and ports       In common language we can say that the socket is one of the most... with a socket. Socket classes are used to establish a connection between client
socket programing in servlet
socket programing in servlet  give me a example to write socket programing in servlet
Rmi q0001
Rmi q0001  I am a rookie in RMI , i want to know if on the clent machine I copy the stub class, this can decompiled and to cause security problem
Security - RMI
Java RMI security code  Hi, I need Java RMI Security Code or example for my application. Thanks!!   i had the same problem and this driving me nuts!! anybody please suggest how get rid off this exception
RMI and netbeans
RMI and netbeans  how to use Rmi in netbeans? i want to connect to a server machine which is holding my application and need to identify the systems connected in LAN with it and get the IP address from it i wnt to use netbeans

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.