JVM Class Loader Notes
Class Loader in Java: Notes The Java ClassLoader is a part of the Java Runtime Environment that dynamically loads Java classes into the Java Virtual Machine. JVM doesn’t need to know about the ...
Class Loader in Java: Notes The Java ClassLoader is a part of the Java Runtime Environment that dynamically loads Java classes into the Java Virtual Machine. JVM doesn’t need to know about the ...
Java RoadMap [InUpdate] SET 1: JVM Architecture Classes + Objects Inheritance/ Enum/ Polymorphism / Overloading / Overriding Transient / Assert / Volatile ...
New in Redis ![IMG_202 MEESHO Razorpay Redis Enterprise
Recap to Terraform Terraform Installation Tried official installation instructions but faced some dependency issue on my machine so ended up installing using the brew recipe brew install ter...
A common problem in streaming applications Kafka is a fast, scalable, durable, and fault-tolerant publish-subscribe messaging system that is widely adopted by enterprises. Kafka has the natur...
What is Web Socket It is a Bidirectional, full Duplex protocol to communicate between client and server over the web It is used in Chatting, notifications, real-time feeds, multiplayer gamin...
TLS or SSL Termination proxy is a proxy that terminates the TLS session and sends the unencrypted traffic to the main server This offloads the load of the task of decrypting the packet from th...
What is Load Balancing Load balancing is the process of balancing incoming requests to multiple machines, process or services in the backend Layer 4 vs Layer 7 to get started start thinking le...
Proxy vs Reverse Proxy Layer 7 Proxying Consider the scenario There is a client that wants to connect to Server H1 The client establishes a TCP connection to the server and completes th...
Quick Recall of JVM , JRE and JDK What are JVM Arguments A string that contains the arguments that are passed to the JVM that the driver is starting The generic Java™ virtual machine (JVM) arg...