The security in java is implemented at four different levels. 1) Language and the compiler – The language and the compiler acts as the first level security. • Java program has no direct access to memo… more →
Aarnav...wrote 2 months ago: If you can solve a problem by re-engineering your app or modifying Android, why would you modify And … more →
wrote 6 months ago: A Java virtual machine (JVM) is a virtual machine that can execute Java bytecode – wiki Why JV … more →
wrote 8 months ago: There three types of class loaders:- Bootstrap Class loader also called as primordial class loader. … more →
wrote 11 months ago: …Especially, when you have large-size objects and a lot of class loaders. I’ve got very … more →
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 →
wrote 1 year ago: One may get the following error message while installing Subclipse plugin in Eclipse on Mac OS X. Fa … more →
wrote 1 year ago: Bootstrap | System | Common / \ Catalina Shared … more →
wrote 1 year ago: Class loaders are hierarchical. Classes are introduced into the JVM as they are referenced by name i … more →
wrote 1 year ago: Today, while doing some Grails development I came across a peculiar issue that perplexed me and I … more →
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 →
wrote 2 years ago: JAR Hell – is the term used when the classloading process is not working. Following are the sc … more →
wrote 3 years ago: Java Class Loading mechanism is one of the darkest corners inside java virtual machine. The class lo … more →
wrote 3 years ago: Class.forName(className) does not work properly in Groovy. If you type Class.forName, the JVM does n … more →
wrote 3 years ago: From time to time, I find myself wondering what happens when an exception is thrown from some exotic … more →
wrote 5 years ago: The security in java is implemented at four different levels. 1) Language and the compiler – The lan … more →
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 →