help me guys im having an exam
Write a Java program to print the thread within the given range using
multithreading given the string and integer as inputs.
Input format
First input corresponds to number of times the thread must be printed.
Second input corresponds to thread name which is of type String.
Third input corresponds to the priority which is of type interger.
Output format
Output corresponds to thread [threadname, threadpriority,threadgroup).
Sample testcases
Input 1
Output 1
4
Technical
Thread[Technical,3, main]
Thread[Technical,3, main]
Thread[Technical,3, main]
Thread[Technical, 3, main]
3
Answers
Answered by
0
Answer:
ye hya he
Explanation:
Similar questions