Skip to content
Advertisement

Tag: arrays

How create a JSONArray in java

I have 2 java functions: listeFilesHdfs return a list of files that stored in HDFS, for example: If you remark, the files that stored in HDFS there content is a JSON format, for example: I created the below function to call both function above (one return list of files and the second open a path): How can I modify my

Adding a newly created object into an array in swift

I decided to start a project in java to get a rough outline of how the program was to function before I started to program it in swift(a language I am completely unfamiliar with) whilst trying to convert the code I’ve ran into an issue and cannot even understand how I’ve gone wrong. This is context for the code In

How can i make my turn my text file to 40×40 matrix [closed]

Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 2 years ago. Improve this question In my code i need to read my text file and create a 40×40 matrix however my array only reads

Advertisement