Object Oriented Design
Anonymous User
235

Design pipeline mechanism. where you should be able to read dating continously ( interviewer suggested using Double ended queue to insert and read data) and solution should be flexible enough to add as many as stages we want to process through, asked me to start with 3 stages and should be able to increase it if required. Any suggestions on how to do this in JAVA. Thank you

Comments (0)