Reverse Geocoding google map API is helpful tool (webservice) that converts given location on maps (latitude & langitude) into human readable address. 15.783 & 45.5698 ————> no:5, new street, t.nagar , Chennai -17. Reverse Geocoding google map API (webservice)….. Read More >>>>
Continue Reading »Java
Find number of affected rows by MySQL UPDATE query in Java
In java executeUpdate() function of Preparedstatement returns integer which gives numbers of rows affected for particular MySQL updation………. Here is the simple code how to access number of affected rows MySQL UPDATE query in Java……….. statement=connection.prepareStatement(“UPDATE login SET user_name ='”+userName+”‘ WHERE id =”+userID+””); int….. Read More >>>>
Continue Reading »Multi dimensional array in Smartfoxserver 2x (Java API)
This is simple example how to use multi dimensional array in SmartFoxServer actionScript 3 API as well Java API. I am using actionScript 3 API on the client, on the server side I’m using Java API to get that value….. Read More >>>>
Continue Reading »Two dimensional array in Smartfoxserver 2x (Java API)
This is simple example how to use two dimensional array in SmartFoxServer actionScript 3 API as well Java API. I am using actionScript 3 API on the client, on the server side I’m using Java API to get that value….. Read More >>>>
Continue Reading »