The Comparator interface is used to sort the elements of collections and arrays. It differs from the Comparable interface in…
December 12th, 2009
What is the createNewFile() method of the File class?
No Comments, Java Questions, by Daisy Williams.The createNewFile() method of the File class is used to create a new empty file if a file with the…
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)…
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,…