Wednesday, October 20, 2010

CrazyEngineers Forum - Computer Science & IT Engineering

CrazyEngineers Forum - Computer Science & IT Engineering


tipical program in java

Posted: 19 Oct 2010 07:33 AM PDT

Hello CEans,
can you please make me understand with this program how this will be executed?
class HexByte
{
public static void main(String args[])
{
char hex[]={'0','1','2','3','4','5','6','7','8','9','a','b', 'c','d','e','f',};
byte b=(byte)0xf1;
System.out.println("b=0x"+hex[(b>>4)&0x0f]+hex[b&0x0f]);
}
}

How To Remove Virus Using Quick Heal Total Security 2010?

Posted: 19 Oct 2010 05:43 AM PDT

i want to know that how to auto remove the virus from pc while queak heal total security 2010(registered) is already install in pc.please tell me.

How to have your name instead of start in the start panel?

Posted: 19 Oct 2010 03:51 AM PDT

do anyone know how to have your name instead of start in the start panel without using any additional software?????

No comments:

Post a Comment