MCQs > IT & Programming > Java > package test; public class Test { } -------- package test.subtest; public class SubTest extends Test{} Does this code compile without errors?

Java MCQs

package test; public class Test { } -------- package test.subtest; public class SubTest extends Test{} Does this code compile without errors?

Answer

Correct Answer: No

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Java Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Java Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it