Takes is an open source web application framework based on the principles of immutability and object-oriented programming. Its key benefits, comparing to all others, include these four fundamental principles: Not a single NULL Not a single public static method Not a single mutable class, and Not a single instanceof keyword, type casting, or reflection.