Rax
Rax

Reputation: 406

Want to know ActiveX control alternative in java

I have need to create something like activeX controls, in which I can send messages from client to server. Can someone please tell me the alternative of ActiveX controls in java or can I create ActiveX controls in java. I know ActiveX control is product of microsoft.

I know about the applets, one alternative of ActiveX controls in java. Is there more alternatives?

Thanks in advance.

Upvotes: 1

Views: 379

Answers (1)

Rak
Rak

Reputation: 26

You can use sockets/RMI to send and receive messages in java. I hope this will work for you.

Upvotes: 1

Related Questions