πŸ“’ Too many exams? Don’t know which one suits you best? Book Your Free Expert πŸ‘‰ call Now!


    Question

    In Java, which method is used to start a

    thread?
    A run() Correct Answer Incorrect Answer
    B start() Correct Answer Incorrect Answer
    C init() Correct Answer Incorrect Answer
    D execute() Correct Answer Incorrect Answer
    E begin() Correct Answer Incorrect Answer

    Solution

    The start() method begins the execution of a thread and internally calls the run() method.

    Practice Next
    ask-question