Question 6 [6 marks) Write a Java class method createJSON() to return an object with type JSONObject which contains the
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Question 6 [6 marks) Write a Java class method createJSON() to return an object with type JSONObject which contains the
Question 6 [6 marks) Write a Java class method createJSON() to return an object with type JSONObject which contains the following content: {"schoolinfo": { "school":[ {"tutitionfee": 1323.5, "schoolname":"School A"}, {"tutitionfee": 0, "schoolname":"School B"} ], "title":"School Information" > } No import statements, no formatting, and no try-catch are needed. 6 [6]
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!