shivabannuru reddy

Greenhorn
+ Follow
since Feb 03, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by shivabannuru reddy

HI

i am having two RMI programs

1.ClientCallBack it is a Remote Interface, implementation call and created stub and skeleton.

2.ServerRMI it is an interface, i have an implementation class and created stub and skeleton.

I want to access ClientCallBacks from the server and vice-versa.


How to do this.
20 years ago
HI

while running my RMI server program, i am getting AccessDeniedException.

how to solve it.

please provide some code.
20 years ago
A singletone class consists of two Hashtables
1. Hashtable1(String IP, Object info)
2. Hashtable2(int id, String IP)

How to add and remove info to first table by using IP
&
How to add and remove IP from second table by using id(this is primitive datatype).

please send some skeleton.
20 years ago
the problem is:
one hashtable1( String IP , Object clientInfo)and another hashtable(Interger id, String IP).

if the client passes IP and ClientInfo,then how to add to and retrieve from and remove from hashtable1.

the same operation with the second hashtable.
please give some code.
also how to map these two tables.
20 years ago
in my class i have two hashtables.one hashtable consists of "IP" as a string(key) and "clientInfo"(an object of another class)as a value.
how to do with hashtable.
20 years ago