Question: What is the entry point for a Kotlin application?

  1. `fun static main(){}`
  2. `fun main(){}`
  3. `fun Main(){}`
  4. `public static void main(){}`

Answer: The correct answer of the above question is Option B:`fun main(){}`