Login:  Password:    
forgot my password
sign up!
Search: 
 
  This post is part of:
    Online course(s):   
 Sun Certified Java Programmer 310-065

Sun Certified Java Programmer 310-065-Lesson 33-Generics and Collections (Priority Queue)-Part 13 | Java courses

In this video, we continue our discussion on generics and collections by talking about Priority Queue.

"
download the application please visit www.mrbool.com/player

Title: Sun Certified Java Programmer 310-065-Lesson 33-Generics and Collections (Priority Queue)-Part 13

Duration:  17 minutes

Summary: In this video, we continue our discussion on generics and collections by talking about Priority Queue. When we think about queues, we think about a line of customers waiting in a line - the customer that comes first is helped first (FIFO queue, First In First Out).  We start by creating a PriorityQueue in Integers. Be default the queue will sort those in terms of priority from smallest to largest. We use the offer() methods to add elements into the queue. We use peek() and poll() to get and remove the elements from the queue. Then, we create a PriorityQueue of Employees. We saw how we get an error message during runtime when the queue tries to process the Employee elements. The way we solve that is by implementing the Comparable interface. Now the queue knows how to sort the priorities of employees and process them.

Methodology of the development of example: Good coding standard and simplified design to prepare for the Java programmer certification exam CX-310-065.

Technology Used: Java - Core Concepts.

Keywords: Class, Object, Integer, String, PriorityQueue, offer(), peek(), size(), poll(), Comparable, compareTo().





Add a comment!
[Fechar]

Este post é fechado - você precisa ter acesso ao post para incluir um comentário.


No comment was posted yet - be the first!



 
Help us to improve! Give us your feedback:
Give your note to the technical content
10 9 8 7 6 5 4 3 2 1
Give your note to the post's learning
10 9 8 7 6 5 4 3 2 1
Is this post helpful?
Yes No


Ayad Boudiab
Experience: A total of 10 years experience in developing applications using C++, Java, C#, ASP.NET, and SQL Server. In addition to 6 years experience in teaching programming courses at a local college. Degree: B.S. Computer Science Location: Atla...


Go to author's Space


Post stats:
Favorited:
 0

Post actions:
[Close]
To have full access to this post (or download the associated files) you must have MrBool Credits.

  See the prices for this post in Mr.Bool Credits System below:

Individually – in this case the price for this post is US$ 2,00 (Buy it now)
in this case you will buy only this video by paying the full price with no discount.

Package of 10 credits - in this case the price for this post is US$ 1,00
This subscription is ideal if you want to download few videos. In this plan you will receive a discount of 50% in each video. Subscribe for this package!

Package of 50 credits – in this case the price for this post is US$ 0,33
This subscription is ideal if you want to download several videos. In this plan you will receive a discount of 83% in each video. Subscribe for this package!


> More info about MrBool Credits








mrbool.com
contact us   |   publish your post   |   buy credits

Copyright 2012 - all rights reserved to www.web-03.net