Can you download classes of java in rmi ?
plz in java ok
Can you download classes of java in rmi ?
Java RMI supports dynamic code downloading and loading across the network. Since remote objects are specified only by an interface that extends Remote interface, the implementation class type is not needed to be known by the client, including the stub class type.
But to enable (provide the actual mechanism) class downloading, an http server must be available with the necessary class files (usually the stubs). You use the codebase property, written into the custom rmi serialization header, to specify where to go (URL) if the class is not available from the local classpath. See this documentation: http://java.sun.com/j2se/1.3/docs/guide/... .
GW: your understanding of Serialization is not quite right. When classes are marked as serializable (implements Serializable interface), the objects (and primitives) can be serialized as a stream of bytes (not as a byte array). You don't use DataInputStream and DataOutputStream, you use ObjectInputStream and ObjectOutputStream. They have methods like writeInt(), writeObject(), readInt(), readObject(), etc.
Can you download classes of java in rmi ?
Java incorporates RMI classes into the default library under: java.rmi.*
Java RMI Tutorial: http://java.sun.com/docs/books/tutorial/...
--------------------------------------...
- C++......................?
- is there a less complicated c++ compiler than microsoft express 2008? i found it to complicated and hav found no other free program to make a fps. a t..
- C++???????
- I am trying to make a tic tac toe game for c++ but i dont know how to use an array to make the board. also after i make the board hiw do i code it so ..
- C++???????????????
- I HAVE NO IDEA WHAT C++ IS? and i have an exam tomorrow. I dont understand 1. character set 2.tokens. i also have the for statement program, if stat..
- C++..........................?
- where i find the best c++ programing books.C++..........................?AT www.esnips.com/C++..........................?Try doing a search. OReilly t..
- C++????????
- i need to know a simple program to concat two strings without using strcat inside operator overloading.plz help me with a program..............C++????..
- ...................c++?
- How would I create a program that that displays the sum of a sales amount in each of 4 regions, during a 3 month period, which would also display the ..
- "Smitfraud-C. Toolbar888&..
- I am a webmaster, and I am trying to build my website, but my computer keeps acting weird and seems to be going into random hybernation for no reason ..
- C programme...?
- I wrote a programme of calculator in C language. And it has two or three error so pl do correct them. And send me correct answer. Prog. is: #includest..
- C programme...?
- I wrote a programme of calculator in C language. And it has two or three error so pl do correct them. And send me correct answer. Prog. is: #includest..
- C programme...?
- I wrote a programme of calculator in C language. And it has two or three error so pl do correct them. And send me correct answer. Prog. is: #includest..
