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

Popular posts from this blog

Using 'OR' and 'AND' in SQL Server -

c++ - NetBeans Remote Development with additional configuration -

visual studio - TFS will not accept changes I've made to a Java project -