Google News
logo
Hazelcast - Quiz(MCQ)
Hazelcast Jcache provides how many methods for cache configuration?
A)
5
B)
4
C)
3
D)
2

Correct Answer :   2


Explanation : Hazelcast JCache provides two different methods for cache configuration:

* declaratively: using hazelcast.xml/yaml or hazelcast-client.xml/yaml
* programmatically: the typical Hazelcast way, using the Config API

Advertisement