Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

Simple java questionnaire using json

string jsonData = "{}";
  FileWriter output = new FileWriter("answer.json");
  // Writes the string to the file
  output.write(jsonData);

  // Closes the writer
  output.close();
 
PREVIOUS NEXT
Tagged: #Simple #java #questionnaire #json
ADD COMMENT
Topic
Name
7+7 =