SCJP Certification

Sun Certified Java Programmer Certification exam essentials

Posts Tagged ‘java’

February 4th, 2010

What is Comparator interface?

No Comments, Java Facts, by Daisy Williams.

The Comparator interface is used to sort the elements of collections and arrays. It differs from the Comparable interface in…

Share

November 24th, 2009

What will be the output of the following program code?

No Comments, Java Questions, by Daisy Williams.

public class Exc { public static void main(String args[]) { int x1=0; try { int x3= 100/x1; } catch(ArithmeticException e)…

Share

November 21st, 2009

SUN Java anounces a series of performance tunning certifications.

No Comments, News, by Daisy Williams.

Now days SUN announces Java performance tunning certifications. By doing these certification you will learn a blend of tuning methodology,…

Share