Blogs about: Class Loader

Featured Blog

Facebook Patch for Dalvik4 comments

borderline wrote 2 months ago: If you can solve a problem by re-engineering your app or modifying Android, why would you modify And … more →

Tags: android, mobile 2, LinearAlloc, facebook

Java Virtual Machine ( JVM) explanied

shyamal madura wrote 6 months ago: A Java virtual machine (JVM) is a virtual machine that can execute Java bytecode – wiki Why JV … more →

Tags: Java, basics, basics, jvm, bytecode

Java Training: -How will you explain Bootstrap, Extension and System Class loader?

javainterviewseries wrote 8 months ago: There three types of class loaders:- Bootstrap Class loader also called as primordial class loader. … more →

Tags: Java/J2EE, java j2ee interview questions with answers, Java j2ee interview question, Java Training, Programming Interview Questions, bootstrap, Extension, System Class loader, Java

ThreadLocal. Proceed with caution!

perfstories wrote 11 months ago: …Especially, when you have large-size objects and a lot of class loaders. I’ve got very … more →

Tags: recipe, Story, Java, Memory Footprint, ThreadLocal, Threads

Java interview questions: - How will you explain the flow between bootstrap, extension and system class loader?

javainterviewseries wrote 1 year ago: To understand this answer we will use below simple class lets get in to details of how the class wil … more →

Tags: Java/J2EE, java j2ee interview questions with answers, Java j2ee interview question, Java Training, csharp interview questions, Programming Interview Questions, bootstrap, Extension, System Class loader

"Failed to load JavaHL Library"!-A Disastrous Error

ShellZero wrote 1 year ago: One may get the following error message while installing Subclipse plugin in Eclipse on Mac OS X. Fa … more →

Tags: Mac life, Mac OS X, .bash_profile, Terminal, Mac osx Snow Leopard, JavaHL, development, Programming, Eclipse

Tomcat Class loading

Amit Nagar wrote 1 year ago:       Bootstrap           |        System           |        Common       /      \ Catalina   Shared … more →

Tags: class loaders, startup scripts

JVM Class Loading

Amit Nagar wrote 1 year ago: Class loaders are hierarchical. Classes are introduced into the JVM as they are referenced by name i … more →

Tags: class loading

Not all Tomcat 6 classloaders must be equal

Venkatt Guhesan wrote 1 year ago: Today, while doing some Grails development I came across a peculiar issue that perplexed me and I … more →

Tags: Grails, Groovy, Java, Tomcat, Web development, class loading, ClassNotFoundException, Log4jConfigListener

change class loader setting for Websphere Application server

John AKR wrote 2 years ago: Yesterday i was puzzled with this issue i had on websphere application server 6.1 where i had to cha … more →

Tags: WebSphere, Application Server, classloader, websphere

To Hell with JARs..Welcome "Java Module System"

Ramana Murthy Pallela wrote 2 years ago: JAR Hell – is the term used when the classloading process is not working. Following are the sc … more →

Tags: Java 7.0 New Features, class loaders, JAR hell

Class Loading in J2SE Environment2 comments

sandeepverma wrote 3 years ago: Java Class Loading mechanism is one of the darkest corners inside java virtual machine. The class lo … more →

Tags: web-services, Java, Tips, tricks, bootstrap, Class Loading in J2SE Environment

Class.forName in Groovy

Michel Vollebregt wrote 3 years ago: Class.forName(className) does not work properly in Groovy. If you type Class.forName, the JVM does n … more →

Tags: Groovy & Grails

Exceptional exceptions

Eyal Schneider wrote 3 years ago: From time to time, I find myself wondering what happens when an exception is thrown from some exotic … more →

Tags: Java, JDK packages, catch, Constructors, ExceptionInInitializerError, exceptions, finalizer queue, Finalizers, Finally

Security in Java

nvkumar wrote 5 years ago: The security in java is implemented at four different levels. 1) Language and the compiler – The lan … more →

Tags: Java/J2EE, security in java, sandbox, byte-code, byte code verifier, Security, language, compiler

Exception handling in Java

rattigan wrote 5 years ago: On every project I’ve worked on, one of the first things I have to do is work out why an excep … more →

Tags: Java, Error Handling, exception, Exception Handling, stack trace


Related Tags
All →

Follow this tag via RSS