What is meant by QUEUE?

Answers were Sorted based on User's Feedback



What is meant by QUEUE?..

Answer / swetcha

A queue(data structure) is a collection of items in which
only the earliest added item may be accessed.

Also known as "first-in, first-out" or FIFO

Is This Answer Correct ?    15 Yes 2 No

What is meant by QUEUE?..

Answer / kranthi

A Queue is a data structer all the item are held in a row,and
collection of items in which
only the earliest added item may be accessed.

Is This Answer Correct ?    1 Yes 0 No

What is meant by QUEUE?..

Answer / fahed usman rana

A Queue is such type of data structure in which all the items
are held in a row in such a way that you can replace an item
only from the head of queue and insert only from the tail of
queue. FIFO is used in this Data structure.

Is This Answer Correct ?    2 Yes 2 No

What is meant by QUEUE?..

Answer / tulsi das pramanik

A queues is similar
to a cheakout line on
the bus stand,
the 1st person on
line is serviced 1st
and the person can
enter the line only
at end.
For this reasion
queues is called a
FIFO(first in first
out).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Programming Languages AllOther Interview Questions

___ method used to move a recordset pointer in nth position in DAG.

1 Answers  


What are scrubbing procedures in SAS

1 Answers   IBM,


can any method return type may be constructor , or that method name allow

0 Answers   HCL,


1.what is the vesition managment.

0 Answers   IBM,


Hello...has anyone interviewed with Information Management Services(IMS)located in Silver Spring MD??If yes,what can you share about the programming test and the analytical test?

0 Answers   Information Management Services,






without selecting individually each field in Action Class from jsp,what is the best process to select as many as field at a time automatically from jsp page by using value object class.

0 Answers  


Hi Guys, This is Rama, right now I am working as a Software Test Engineer in Gurgoan and I have over all 3 years of testing expoeriance. Right now I am looking for a change. Can any body help me out to find a job in south india. Thanks in Advance

0 Answers  


what is the use of check point

1 Answers   HP,


differenc between visual studio 2005,2008 & 2010?

2 Answers  


What is a singleton linked list?

1 Answers   Wipro,


what is oops?

4 Answers   Satyam,


is try block possible without catch block?

3 Answers  


Categories