hi canyone help in how to write code to search in java.just like search button in google.

Recommended Answers

All 3 Replies

Search what? Your file system? The internet? Your closet?
Your question is too vague.

Are you searching through a sorted set of data or random?

The "search button in Google" just generates an http request to Google.
That's easy to mimmick, just figure out how those request URLs are created and send one using a HttpURLConnection.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.