perpare on factorypattern,linklist wothout using
collection, (multitharding ie create producer/customer
therad producer create Queue continuesly,consumer consume
queue, consumer wait if queue is full,producer wait if
queue is empty),diff betn sleep(1000)&wait(1000) these r
the main Q ask in huawei(2008)



perpare on factorypattern,linklist wothout using collection, (multitharding ie create producer/cus..

Answer / sandybo

Search by your own

Is This Answer Correct ?    4 Yes 5 No

Post New Answer

More Core Java Interview Questions

What are the performance implications of interfaces over abstract classes?

1 Answers  


How do you write a good declaration?

0 Answers  


What method is used to know the status of Checkbox(i.e it is checked or unchecked)?

1 Answers  


What is finally block?

0 Answers  


What is non static block in java

10 Answers   Emphasis, Ness Technologies,






What are the ways of polymorphism other than Overridding & Overloading

1 Answers  


can we override the main() method in java????

3 Answers   Vimukti Technologies,


When arithmeticexception is thrown?

0 Answers  


can java object be locked down for exclusive use by a given thread? Or what happens when a thread cannot acquire a lock on an object? : Java thread

0 Answers  


Why sleep()is in Thread and wait() in Object class? Why can't I have both in one class or vice versa?

1 Answers  


what happens when a thread cannot acquire a lock on an object? : Java thread

0 Answers  


What is type casting?

2 Answers  


Categories