Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are the most important Java libraries? [closed]

Tags:

java

I've read this discussion on Stackoverflow, but it's been over two years since it was asked. I am a beginning Java programmer and have little knowledge of appreciated and widely-used libraries for this platform.

Of course I do use some libraries (JUnit, parts of Spring), but I'd love to have a list of libraries, that every Java developer should know (i.e. Hibernate, Velocity..?). I am interested in every field of Java applications.

What would you recommend for me (or any other beginner) to check out?

like image 969
emesx Avatar asked Jan 09 '12 16:01

emesx


People also ask

What is the biggest problem with Java?

Unsigned data is often generated from programs written in C, and the lack of these types prevents direct data interchange between C and Java. Unsigned large numbers are also used in a number of numeric processing fields, including cryptography, which can make Java more inconvenient to use for these tasks.

What is the most important future of Java?

Java offers an unprecedented combination of performance, productivity and observability. It's the right choice for applications that require high performance and security, maintenance needs to be supported for many years into the future and an extensive developer base with in-depth knowledge of the platform.

How many libraries Java have?

Apache Commons comprises 43 modular libraries covering domains like Collections, Math, Classes, Database, Caching, I/O Utils.


2 Answers

Here is a good list of Java libraries you should know about.

https://java-source.net/

like image 154
Peter Lawrey Avatar answered Sep 26 '22 05:09

Peter Lawrey


Every beginner should spend more time learning core java. There are no all-around libraries. Most if not all libraries are problem/domain specific...

My oppinion...

like image 34
Matjaz Muhic Avatar answered Sep 25 '22 05:09

Matjaz Muhic