Q. What is the purpose of this bit of code?~~~void init()~~~{~~~} (A) A class that initializes the applet. (B) A required method in an applet. (C) A place to declare variables. (D) Interacting with the user. ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) A required method in an applet.