A: Adding objects to a collection B: Iterating through a collection C: Finding out if an object is in a…
November 30th, 2009
What is a narrowing conversion?
No Comments, Java Facts, by Daisy Williams.A narrowing conversion is an explicit type conversion or casting. It is used when the destination data type is narrower…
November 12th, 2009
What will be the output of the following program?
No Comments, Java Questions, by Daisy Williams.class Ques{ public static void main (String[] argv){ int p1 = 0102; int p2 = -10; int mod = p1…
November 4th, 2009
uCertify’s upgrade of UML certification paper (OMG-OCUP-100)
No Comments, News, by Daisy Williams.uCertify has recently launched its updated simulation software for UM0-100 (OMG-Certified UML Professional). Why this version is different from its…