JVM Performance BOF
A panel of JVM performance specialists and engineers working with Oracle’s HotSpot VM answer JVM performance questions at the JavaOne conference.
Java Programming Tutorials and Videos
A panel of JVM performance specialists and engineers working with Oracle’s HotSpot VM answer JVM performance questions at the JavaOne conference.
This lecture covers the concept of the Object and how the object is created in Java. Also covered is the concept of class and method variables.
More and more projects require awareness of Java Card technology, usually for client security use cases. This session provides background on new and existing usage patterns and offers pointers for starting application development. First it covers the most-significant use cases, with a focus on those open to third-party applications such …
Learn the best practices to avoid introducing security vulnerabilities into your Java application and how to discover those that may have already found their way in. Over the several years studies have shown that 70% of exploitable vulnerabilities occur in application code, so we will discuss how these can be …
This lecture is only an introduction to java programming. It is only an overview of the language and how it compares with other languages.
Class loaders are at the core of the Java language. Java EE containers, OSGi, NetBeans modules, Tapestry 5, Grails, and many others use class loaders heavily. Yet if something went wrong, would you know how to solve it?