HTML Form Action Java -
i have java program want input html form. if possible load url this
.../html_form_action.asp?kill=kill+server but i'm not sure how load url in java. how this? or there better way send action html form?
depending on security, can make http call in java. referred restful call. httpurlconnection class offers encapsulation basic get/post requests. there httpclient apache.
Comments
Post a Comment