Google News
logo
Cassandra - Quiz(MCQ)
Which method builds the cluster with the given contact points?
A)
Cluster build()
B)
Session connect()
C)
ResultSet execute()
D)
Cluster.Builder addContactPoint()

Correct Answer :   Cluster build()


Explanation : Cluster build() : This method builds the cluster with the given contact points.

Advertisement