Search:

Type: Posts; User: vis

Search: Search took 0.22 seconds.

  1. without using split method want to get data from config file having multiple values for single key, and want to store them in array

    can you please provide some code that how i can get the data from a file, for a key that have multiple values without using split method
    and i want to store that data in an array

    file...
  2. Re: //google replaced with http:\/\/google when getting the output in json format

    Sorry did not mention , yes i am using JSON.simple library.

    But issue is still occurring please provide some solution for it.
  3. //google replaced with http:\/\/google when getting the output in json format

    public static void main(String[] args) throws IOException {
    JSONObject obj = new JSONObject();
    Properties props = new Properties();

    String configFilePath =...
Results 1 to 3 of 3