Thank you very much
How to do this task? Can you explain the logic, please?
Resolved
Comments (6)
- Popular
- New
- Old
You must be signed in to leave a comment
Wei Cui
21 April 2020, 20:01
+4
yz Backend Developer
13 April 2020, 17:18
task asking u: there is a class which implements BlockingQueue and it works with threads....
u need to find it it maybe java.util.concurrent.DelayQueue.class or some othe class in the same pakag try that classes read why do they do
0
Jonas
18 April 2020, 07:06
Yes, I get that, but how do I check that class, what does it implement? With if statements? Could you give me an example
0
yz Backend Developer
18 April 2020, 17:19
what i did:
just searched innet for what tasks ask and one by one return .class
i didn use reflection and u dont need
0
Jonas
20 April 2020, 15:45
So you did like: return something.class ?
0
yz Backend Developer
21 April 2020, 00:43
yea its deque but which deque
0