Advertisement
Guest User

Untitled

a guest
May 25th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. public static void main(String[] args) throws IOException, URISyntaxException {
  2.  
  3. //Create 2 Array Lists
  4. List<Question> questionList = new ArrayList();
  5. List<Category> categoryList = new ArrayList();
  6.  
  7. ------------------------------------------------------------------------------------------------
  8.  
  9.  
  10. if (categoryList.isEmpty()) {
  11. return;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement