Search:

Type: Posts; User: akashsingla

Search: Search took 0.09 seconds.

  1. Replies
    2
    Views
    1,240

    Re: Bug in Java ?? substring( int x, int y)

    u can use .equals operator to equal the two strings
    == operator not working properly in the case of string
    you write if(str2.equals(str3))
  2. Replies
    3
    Views
    1,435

    Re: internet bandwidth measure

    I am trying to access the network connection details like the bandwidth(uplink,downlink), Connection type(LAN,Wifi etc.) using java.
    i need bandwidth value like speedtest..
  3. Replies
    3
    Views
    1,435

    internet bandwidth measure

    i want to measure bandwidth of my internet using java code.then what i do for this...
Results 1 to 3 of 3