Multiple choice The non-static block is called ____________________ as soon as class gets loaded by explicitly when object is created none of these Reveal answer Fill a bubble to check yourself C Correct answer Explanation When we create reference/object of any class, which is accessible, then non static block is called.