Applet limitation
I need to make a program that can read and write to a socket and connect to a database. Can I use applet for this? I've heard that applet have some limitation.
thanx
I need to make a program that can read and write to a socket and connect to a database. Can I use applet for this? I've heard that applet have some limitation.
thanx
it should be Signed Applet
No, no - when the database is on the same server which serves the applet, the applet does not need to signed. Same thing with sockets, as far as I remember.