kgashok / orientations

Orienting students with the "lay of the land" for each semester subject
3 stars 2 forks source link

Concept Map #16

Open kgashok opened 7 years ago

kgashok commented 7 years ago

ConceptualUnderstandingJava.png

kgashok commented 7 years ago

You can come with a KGISL specific Map...

kgashok commented 7 years ago

http://beginnersbook.com/wp-content/uploads/2013/12/Java-collection-framework-hierarchy.png http://2.bp.blogspot.com/-BZwZAj2YnnE/TZuAsMsuuAI/AAAAAAAAAJQ/xdiUI8LDD0E/s1600/collections.png http://adrinael.net/containerchoice

http://www.dubberly.com/concept-maps/java-technology.html and the Flash accompaniment - http://www.dubberly.com/java_concept_map_flash/

kgashok commented 7 years ago

It would be ideal to have a map of Thread-safe and non-thread-safe containers. If you Google it, you should find one. https://autofei.wordpress.com/author/autofei/

http://javaconceptoftheday.com/wp-content/uploads/2015/01/MapInterface.png http://image.slidesharecdn.com/javatutorials-131103211237-phpapp02/95/java-tutorials-45-638.jpg?cb=1383513224

kgashok commented 7 years ago

http://macsstuff.net/photobov/java-collection-map-api

Show how easy it is to do a Binary Search on a 1,000,000 records. Use the in-built binary search that is available in Java.