Google Maps Reverse Geocoding in Java

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 »

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 »

Get Instant Script Download Access!