Top 10 most viewed questions on Stack Overflow
  • Download of slides and sources
  • Question 1: "How do I convert a String to an int in Java?"
  • Question 2: "How do I declare and initialize an array in Java?"
  • Question 3: "How do I generate random integers within a specific range in Java?"
  • Question 4: "How do I compare strings in Java?"
  • Question 5: "How to split a string in Java"
  • Question 6: "Iterate through a HashMap"
  • Question 7: "Initialization of an ArrayList in one line"
  • Question 8: "How do I create a file and write to it in Java?"
  • Question 9: "What is a NullPointerException, and how do I fix it?"
  • Question 10: "How does the Java ’for each’ loop work?"
  • Add- on Question: "Is Java “pass-by-reference” or “pass-by-value”?"
  • The End