Hi all , I have decided to use java applets and java servlets regarding creating a form.(because I don't know other langauages except java)
guys the scenario is like this , visitors will enter to website, surfing it and then they will enter to feedback form , they have to fill it and click submit .
The four points I don't understand are
1) may I create the form in java applet
2) if I create the form using java applet, so this java applet program must be reside on client or server
3) if it is reside on client how can I do that we have many clients(Millions of them)
4) if it is on server how can I install it to server and make it run when visitor enter the URL for feed back form
please help me and answer my questions because I really don't understand the communication between java applet and servlets