DNS query in android source code -


Can anyone point to the code in an Android source code, where a DNS query is being created?

I tried to find out the code where the actual DNS query is sent from an application, but I could not.

Any help would be great.

Thank you in advance

Generally you do not have a clear DNS query in Java Make them.

When you pass a hostname and Java VM gets to show the DNS query from the OS on it's behalf. This is why you do not have to configure the DNS settings for your Java VM.

DNS is the pure Java implementation, but I believe that none of these is supplied with Android.


Comments

Popular posts from this blog

sql - dynamically varied number of conditions in the 'where' statement using LINQ -

asp.net mvc - Dynamically Generated Ajax.BeginForm -

Debug on symbian -