GNgopika narrainkodekafe.hashnode.dev路May 10, 2025 路 3 min readWhat Is Pam...?馃In today's world, securing data is more critical than ever. With increasing cyber threats, organizations are trying to manage and control access to their critical systems. One of the key components in an effective cybersecurity framework is Privilege...00
GNgopika narrainkodekafe.hashnode.dev路Jul 16, 2023 路 3 min readBlob In Java馃憣WHAT IS A BLOB AND NEED OF IT? A blob is a binary large object, name itself blob is used to store large binary data in the form of binary streams. BLOB is mostly used in SQL(StructuredQueryLanguage) to store unstructured data files. These files inclu...00
GNgopika narrainkodekafe.hashnode.dev路May 9, 2023 路 3 min readSerialization And Deserialization In Javaserialization in Java Serialization is the process of saving (or) writing state of an object to a file is called serialization but strictly speaking, it is the process of converting an object from java supported form to either network supported form...00