Find the output of this Java program
This is very simple program.
An JSONObject is created with key as key1 and value as value1.
Then its passed to the method;
In that method for the passed JSONObject we will be putting the key as key1 and value as value2.
What will be the output of this program ?
Top comments (0)