Archive for November, 2009

What is a narrowing conversion?

A narrowing conversion is an explicit type conversion or casting. It is used when the destination data type is narrower than the source data type, an explicit type conversion is required. The general form of this explicit conversion is given below:

(target-type) value

Here, target-type is the desired data type and value is the value to be converted.

For example:

int num1, int num2;
short num3;
num3= (short)(num1+num2);

  • Share/Bookmark

Prepkit sale on Cyber Monday

Now days uCertify is announcing discounts on multiple prep-kit purchase. uCertify’s discount on certifcation kits on this Cyber Monday discount. Our kits provide’s a strong information over your competition with our top rated exam preparation kits. Buy any three PrepKits for $134.99. uCertify is providing each prepkit withonly $44.99. To add some additonal flavour buy additional PrepKits for only $29.99. Each PrepKit comes with industry Best Money back Gurantee. If you are unable to pass, we will return your money. We provide home and Work license allows you to install PrepKit on two computers.

  • Share/Bookmark

getTime(): The getTime() method returns a date/time of the calendar in a Date object. Date objects are stored as an offset in milliseconds. The general form of the getTime() method is as follows:

Date getTime()

e.g. System.out.println(calendar.getTime());

setTime(): The setTime() method sets the current calendar’s date/time from the value of the specified date. The general form of the setTime() method is as follows:

void setTime(Date date)

e.g. calendar.setTime(date2);

  • Share/Bookmark

uCertify (Nov, 25, 2009), uCertify a leading practice test provider for IT certification exams. Now days uCertify announces its Thanksgiving discount offer. On this Thanksgiving go and buy your desired certification prepkit get amazing discounts. You can also get huge discount on multiple prepkit purchase apart form the thanksgiving discount. Our Thanksgiving sale begins on Wednesday, Nov 25th and ends on Nov 30th! that is six days of discount offering. Use the discount code “GOBBLE” and get up to 35% when you buy 2 or more PrepKits PLUS get an additional $15 off all orders over $100.

  • Share/Bookmark