Skip to content

How to Learn Use the APIs correctly and efficiently

landawn edited this page Apr 29, 2018 · 1 revision

AbacusUtil provides thousands of most convenient and efficient APIs/methods. Some are Java 8/Functional-oriented. To learn and use the APIs correctly and efficiently, you should have:

  • Basic knowledge about Java Programming language and the Collection APIs.
  • Basic knowledge about Lambdas and Stream APIs in Java 8. Refer to: What's new in Java 8.
  • Specific domain knowledge for specific APIs. For example: To learn/use SQLExecutor, you need to have the basic knowledge about SQL and JDBC.