Jackie is a full-stack developer with several years of experience in Java EE web application development. He is currently working in the logistics industry and focused on delivering customer projects. His main interests are scalable enterprise systems, Java performance, data structures and algorithms.
Jackie's article
Java’s Binary Search API in Five Minutes
Java offers Arrays.binarySearch and Collections.binarySearch, which perform a binary search on an array or list. Learn how to search and insert.