Passing arguments from java to script shell

Hello

Please i want to pass parameter (the string s) to the shell script:
Quote:

String s="Hello";
Process process = Runtime.getRuntime().exec("sh script1.sh");

How can i do please?
Thank you