Please I need your help about jsp and java

Hello..

is there any way to send a file or a string from jsp website to java program
which all I will develope

i remember that i can make socket connection between jsp and java but:confused::confused:
I dont now how
if there any website or booke explain that or if there another way please give it to me

thanks

Why not invoke the class directly, e.g. if class is called MyClass:

MyClass.main(new String[] {"filename"});

I didn't think about it

Thank you very much you gives me the solution for many of my problems