I have 30000 dictionary words. In that I want to to search each word in Google and want to find hits of each word using Java program. Is it possible?
Look up using Google's SOAP search API. You'll be limited to 1000 queries per day though. This limit is removed if you use their AJAX API.