Search results

  1. B

    how do I write this PHP code in JAVA?

    $array = ( "key1" => "value1", "key2" => "value2", ) and how to get the key1 or key2 value (in java)?
Back
Top