Search:

Type: Posts; User: Crext

Search: Search took 0.51 seconds.

  1. Replies
    3
    Views
    1,079

    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,079

    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,079

    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();...
  4. Replies
    2
    Views
    1,191

    Re: infinity output and cannot return value

    alreay stuck
    :(

    --- Update ---

    im alredy stuck
    please help
  5. Replies
    2
    Views
    1,191

    infinity output and cannot return 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 5 of 8