Monday, September 26, 2011

Memort allocations of METHOD, OBJECTS & VARIABLES>>>

Methods & Objects strores in HEAP.
Variables strores in HEAP.
Static Variables creates its own strorage block ...!!!!!

Saturday, September 17, 2011

write a program to print the "hello world" without using semi-colon(;) in C-language..

#include<stdio.h>
void main()
{
      if(printf("HELLO WORLD"))
      {
      }
}




SQL COMMANDS...

Data Retrieval :- Select
DML :- Insert, Update, Delete , Merge.
DDL : - Create, Alter, Drop, Rename, Trunc.
DCL(DATA CONTROL LANGUAGE) : - Grant, Revoke.
TCL(TRANSACTION CONTROL LANGUAGE):- Commit, Rollback, Savepoint.







Monday, September 5, 2011

How to shut down a LAN system through DOS.

Give the command on DOS PROMPT given below and shutdown the pc in a LAN network which you want.


shutdown -s -t 0 -m \\IP ADDRESS OF THE DESIRE SYSTEM*
 then press ENTER.
DO THIS AND GET FUN.....!!!!