How to prepare for CX 310-035 exam.

The CX310-035 (Sun Certified Programmer for Java 2 Platform 1.4) test checks your ability to use the basic syntax and structure of the Java programming language. This test requires you to have a good understanding of the Java language and the capability to write code for well-defined design applications. For this purpose, along with studying books and taking various practice tests, you should also practice with Java. While practicing with Java, you can learn a lot of things that are of great importance from the test point of view. The test asks all sorts of tricky questions that you might not consider in the real world. Practicing the following things with Java will make you confident enough of scoring well in the test:

  1. Write code that declares, constructs, and initializes arrays of any base type using any of the permitted forms both for declaration and for initialization.
  2. Write code using if and switch statements.
  3. Write code using all forms of loops including labeled and unlabeled, using break and continue statements.
  4. Write code that makes proper use of exceptions and exception handling clauses (try, catch, finally).
  5. Write code that makes proper use of assertions.
  6. Write code that explicitly makes objects eligible for garbage collection.
  7. Write code to invoke overridden or overloaded methods and parental or overloaded constructors.
  8. Continue reading “How to prepare for CX 310-035 exam.”