remote

Detection for of Running Services on Remote Computer using Java

Hi to All, Is there a way to detect running services on a client machine using Java? I need to detect a specific running application and it's status (enabled or disabled) and execute something on my application once the running service is detected and enabled. A little research on my part has come to extent that I have 2 options: 1) ...

how to allow android to access/modify a remote database

I'm running a .net aspx application. I'll need my android app to access and modify/insert information into the ms sql database. is there any api ? thank you ...