Explore tweets tagged as #classloader
Class Loader Memory Leaks in Java: Java applications can leak memory through classloader chains when static references prevent old classloaders from being garbage collected. This often happens during redeployment in servers like Tomcat, leading to hidden, hard-to-detect memory
0
8
45
JVM Architecture ✅ Java Virtual Machine has 3 main components. 1. Classloader 2. Data Area 3. Execution Engine The class loading process has 3 phases: 1. Loading 2. Linking 3. Initialization There are 5 components in the Data Area created by JVM. 1. Method Area 2. Heap Area
1
36
179
Java ClassLoader Isolation – Building Plugin Architectures: Want to load and unload modules dynamically without restarting your app? Use a custom ClassLoader to isolate plugins so they don’t interfere with each other or pollute memory. This technique powers systems like IDEs
2
3
42
Custom ClassLoader and Dynamic Class Loading: Java lets you load classes dynamically using a custom ClassLoader. This is useful for plugin systems, app servers, and modular systems. You can load a .class file at runtime from a custom path. Here’s a basic custom class loader that
0
8
69
Java Classloaders: The Hidden Power Behind Your App: Every Java developer uses classes, but very few understand how they are loaded. The ClassLoader in Java determines how your .class files are loaded into memory and custom ClassLoaders are the backbone of frameworks, app
1
11
99
One classloader one Netty ? Don't do that, Share Netty cross classloaders.
1
0
2
Me after whole day fighting with DynamoDB Enhanced Client + Spring Boot Devtools classloader issues.
5
6
69
My Other ClassLoader Is Your Attack Surface: A Deep Dive into Android's ClassLoader Security #MobileSecurity #AndroidSecurity by @Ch0pin
https://t.co/bi6dZEBTzm
1
32
120
💻 ¿Quieres entender cómo funciona Java por dentro? Acabo de subir un vídeo sobre la arquitectura de la JVM: Ciclo de vida, ClassLoader, Memory Areas (Heap, Stack, Metaspace), Execution Engine, Garbage Collector… y mucho más! 🚀 🎥 https://t.co/SUoniykDke ¿Qué os parece? 🤔
4
40
268
wrote a yaml to object parser that gets converted to work on runtime / loaded by the classloader, im scared
1
0
1
More Android questions. I have an app that extends Binder class for a private service, but the service is exported in the manifest. Can I still bind from my app to this service and call the methods? I tried for ~20h now with ClassLoader, but failed. Is it impossible?
4
2
20
How Java's ClassLoader Loads Classes Dynamically Java uses a powerful and flexible ClassLoader mechanism to load classes into the JVM at runtime. This allows Java programs to load code on demand, support modular applications, and enable dynamic linking. At runtime: → The
13
19
135
🔬 Speakers: Dimitrios Valsamaras(@Ch0pin) & Andre Ribeiro My Other ClassLoader is Your ClassLoader Reloaded: Reviving Evil Parcelable Objects Deep JVM/AppSec dive. Nov 28–29 @ ISEP · PT/EN · ~500 · https://t.co/yS0ggG5pRL
#BSidesPorto #AppSec #JVM #ExploitDev
0
3
10
Grokking the Java Interview Part 2 covers classloader equals and hashcode📗 HashMap Socket programming ConcurrentHashMap String in depth Enum Error and Exception Abstract class and interface Lambda and Stream Functional Interface Get it now for 20% OFF - https://t.co/HQ27QjFcKl
0
24
78
🥁XMAS SALE 🥁 🔥50% discount on Grokking the Java Interview Part 2 It will cover - classloader - Lambda - stream - socket programming - enum - HashMap - Functional interface - chm 👉get 50% off now- https://t.co/rbxVWMbKts
1
15
58
As a Java Developer , how many of the below concepts can you explain : 1. ClassLoader Hierarchy 2. Metaspace and Memory Leaks in Metaspace 3. Happens-Before Relationship (Java Memory Model) 4. Biased Locking and Lock Elision 5. Reflection and Dynamic Proxies 6. Thread
9
22
266
During #BHEU Briefing "My other ClassLoader is your ClassLoader: Creating evil twin instances of a class" we demonstrate techniques and explore how third-party applications, without requiring any permission, can leverage the outlined behavior to craft and dispatch parcelable Java
0
4
16
🔔Grokking the Java Interview Part 2 is now available, It covers - classloader - Lambda - stream - socket programming - enum - HashMap - Functional interface - chm use code friends30 to get 30% discount now Here is the link 👉 https://t.co/HQ27QjFcKl
5
22
90
🔥Need advanced Java question for interviews Grokking the Java Interview Part 2 covers - classloader - Lambda - stream - socket programming - enum - HashMap - Functional interface - chm 👉get 30% off now - https://t.co/HQ27QjFcKl
0
7
39