Quiz: Quarkus Data

Quiz yourself on Quarkus data fundamentals.

1

How do we save an entity using the active record pattern with Panache?

A)

entity.save();

B)

entity.persist();

C)

entity.add();

Question 1 of 50 attempted

Get hands-on with 1200+ tech skills courses.