Skip to content

Instantly share code, notes, and snippets.

@msysyamamoto
Created July 3, 2017 14:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save msysyamamoto/6fb0e42da6cb2aeb32da2cd2983f94b3 to your computer and use it in GitHub Desktop.
Save msysyamamoto/6fb0e42da6cb2aeb32da2cd2983f94b3 to your computer and use it in GitHub Desktop.
/**
* Show value of networkaddress.cache.ttl
*/
public class NetworkaddressCacheTtl {
public static void main(String[] args) {
System.out.println(
String.valueOf(
sun.net.InetAddressCachePolicy.get()
)
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment