Data structures and Java collections

data structures and java apis

Java collections are Java built-in libraries provided by JDK. You don’t have to implement your own data structures classes and methods. You can directly call the library. Before we list the Java Collections, the original data structures are introduced. There are arrays, linked lists, stacks, binary trees, hash tables, and …

Continue reading

Software Engineering Concepts – Student Guide

SW overview

This post is an illustrated explanation of Software Engineering Concepts and terminologies. It helps you to decide which areas you would like to specialize in. Table of Content Mathematics Systems Programming Networks Data Science Applications Artificial intelligence For your consideration 1. Mathematics Mathematics is an important foundation for all science …

Continue reading

Eclipse settings you must know

eclipse feature

Eclipse is one of the most popular IDEs for Java development. Some of the settings are “hidden” and take time for you to find out. Some problems, such as Eclipse removing red marks on projects, are annoying. Here I list some eclipse java settings that will help you save time. …

Continue reading