Michael Ernest gives advice on Oracle Certification exam preparation

Michael Ernest gives advice on Oracle Certification exam preparation

Michael Ernest gives advice on Oracle Certification exam preparation

date:Mar 22, 2011

In this video Michael Earnest gives some quick advice on what to watch out for as you prepare for the Oracle Certification examination. Find out the biggest mistake folks make when they take the Oracle Certification exam.
This video comes from an interview by Jan Stafford on TheServerSide Java Symposium.

More on Java application deployment

  • canderson

    Is Java EE7's cloud focus too narrow?

    VIDEO - The upcoming Java EE7 release is focused on cloud computing, but at JavaOne 2011 some Java experts wondered if that's a good thing.

    ( Oct 11, 2011 )

  • canderson

    Ben Evans and Martijn Verburg on Java 7

    VIDEO - In this video Ben Evans and Martjin Verburg talk about Java 7, the new version of Java that's coming out this summer. Find out what sorts of improvements have been made and when to expect your first look at Java 7.

    ( Mar 22, 2011 )

  • canderson

    Jeanne Boyarsky on the differences between Agile leaders and PMs

    VIDEO - Jeanne Boyarsky discusses the role of the project manager, the differences between and agile leader and a project manager, and how to move into Agile development

    ( Mar 22, 2011 )

  • Convert server-side Java to client-side HTML

    Tutorial - This brief video tutorial uses Java code on the server side to push an HTML link to the client in simple html.

    ( Feb 24, 2012 )

  • OCAJP/OCPJP Video Tutorial: Exploring Binary Notation and Underscores

    Tutorial - This video tutorial demonstrates some new Java 7 features, namely the ability to use binary notation when assigning literal values, along with the ability to use underscores in numbers.

    ( Feb 10, 2012 )

  • Java 7 Hello World: A Simple Program for the JDK

    Tutorial - This tutorial simply demonstrates how to write, compile and run a simple Java program. The second in a series of tutorials on Java 7, the main goal here is to demonstrate the veracity of the environment that was set up in the previous tutorial.

    ( Feb 10, 2012 )

  • Installing the Java Development Kit (JDK) and setting JAVA_HOME

    Tutorial - The first choice in application servers for many Java developers is the open source Apache Tomcat. Learn how to download and install the Apache Tomcat 6 servlet engine.

    ( Feb 10, 2012 )

  • Java 7 and the intricacies of safe and unsafe casting

    Tip - One of the problems with casting is that it does have the potential to cause a loss of precision, especially if the number that gets cast does indeed fall outside of the range of the target type. Here we will explain why this happens.

    ( Jan 26, 2012 )