V
V
Victor2015-02-27 04:44:37
Java
Victor, 2015-02-27 04:44:37

How do pools work in java?

Please tell me what pools exist in java and how they work. If possible, then the article is good, it is possible in a foreign language. There is a lot of information about String pools, but I did not find the rest.
I will be grateful for any useful information.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Nikolai Pavlov, 2015-02-27
@gurinderu

Strange question)
The pool can be made for any object. In java, there is at least a Thread pool, more precisely, it can be created, unlike the String pool, which is in java by default.
If you are talking about connection pools, then there are a bunch of implementations.
Basically, I don't understand your question.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question