1Z0-811 Object-Oriented Programming • Set 4
1Z0-811 Object-Oriented Programming Practice Test 4 — 15 questions with explanations. Free, no signup.
A Java class named 'Helper' is defined in package 'utils'. Another class in a different package tries to access a public method of Helper but receives a compilation error. The Helper class is declared as 'class Helper' (without public modifier). What is the likely issue?