A constructor provides a convenient way to initialize a newly created object at the time of its creation. It is…
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 29th, 2009
Prepkit sale on Cyber Monday
No Comments, News, by Daisy Williams.Now days uCertify is announcing discounts on multiple prep-kit purchase. uCertify’s discount on certifcation kits on this Cyber Monday discount….
November 27th, 2009
What are the getTime() and setTime() method?
No Comments, Java Facts, by Daisy Williams.getTime(): The getTime() method returns a date/time of the calendar in a Date object. Date objects are stored as an…