Serializable
Everything on SkillVeris tagged Serializable — collected across the glossary, study notes, blog, and cheat sheets.
3 resources across 1 library
Interview Questions(3)
What is the Serializable Isolation Level?
Serializable is the strictest transaction isolation level, guaranteeing that the outcome of running transactions concurrently is identical to running them one…
What is the Write Skew Anomaly?
Write skew is a concurrency anomaly where two transactions each read overlapping data, independently decide their own write is safe based on what they read, an…
What is a Marker Interface in OOP?
A marker interface is an interface with no methods or fields at all, used purely to tag a class as belonging to a category so that other code can check for tha…