Search:

Type: Posts; User: Crext

Search: Search took 0.07 seconds.

  1. Replies
    3
    Views
    1,084

    Re: cannot return the value

    i want to make as long as user not type "exit"
    it still can running..
    but how i want to return the console ...?
    so user can check inetaddress for other website...
  2. Replies
    3
    Views
    1,084

    cannot return the value

    import java.io.Console;
    import java.net.InetAddress;

    public class MyResolvingDNS1
    {
    public static void main(String args[]) throws Exception
    {
    Console cons = System.console();...
  3. Replies
    3
    Views
    1,084

    cannot return the value\

    import java.io.Console;
    import java.net.InetAddress;

    public class MyResolvingDNS1
    {
    public static void main(String args[]) throws Exception
    {
    Console cons = System.console();...
Results 1 to 3 of 4