Blue Pelican Java by Charles E. Cook

Thank you for clicking on the download link. You can wait a few seconds and download the file by clicking the button below.

 

Blue Pelican Java

Book Contents

  1. Hello World
  2. Variable Types
  3. Simple String Operations
  4. Using Numeric Variables
  5. Mixed Data Types, Casting, and Constants
  6. Math Class Methods
  7. Input from the keyboard
  8. Boolean Type and Operators
  9. “if” Statement
  10. The “switch” Statement and char
  11. The “for” Loop
  12. while and do-while Loops
  13. ASCII and more on char
  14. Binary, Hex, and Octal
  15. Classes and Objects
  16. More on Classes & Objects
  17. Advanced String Methods
  18. Arrays
  19. Advanced Array Concepts
  20. Static methods and State Variables
  21. Wrapper Classes
  22. More on Wrapper Classes
  23. *Input from a Disk File
  24. *Processing File Input with Scanner
  25. *Writing to a Text File
  26. *Formatting (rounding off)
  27. *Bitwise Operators
  28. *Advanced Bitwise Operations
  29. *Random Numbers
  30. *StringBuffer Class
  31. *Boolean Algebra and DeMorgan’s Theorm
  32. *Selection Operator
  33. Passing by Value and by Reference
  34. Two-Dimensional Arrays
  35. Inheritance
  36. Exception
  37. Interfaces
  38. *Complexity Analysis (Big O)
  39. Recursion
  40. Sorting Routines
  41. List Interface
  42. ArrayList
  43. *Iterator/ListIterator
  44. Comparable/Comparator
  45. *HashSet/TreeSet
  46. *HashMap/TreeMap
  47. *Flow Charts & Optimizing for Speed
  48. *Singly Linked List
  49. *The LinkedList Class (doubly linked) and Stacks
  50. Binary Search
  51. *Binary Search Trees
  52. *Queues
  53. *Inner Classes
  54. *Heaps
  55. *Priority Queues
  56. *Lookup Tables and Hashing

Related Articles