Single Choice
Moderate
QA simple Java program starts with:
ID: #25832
MCQ Quiz - Class 8 - Programming
6 views
Question Info
#25832Q ID
ModerateDifficulty
MCQ Quiz - Class 8 - ProgrammingTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
Correct Answer Explanation:
Every Java program starts with a class definition — like 'public class HelloWorld { ... }'. Java is fully object-oriented.
Why the other options are incorrect:
- Option B: printf is C's output function, not Java's starting point.
- Option C: cout is C++'s output stream.
- Option D: def defines functions in Python.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic