Answer Posted / hr@abaxsolutions.com
DHCP stands for Dynamic Host Configuration Protocol, it is a network protocol, and it enables the server to assign automatically, IP address to a computer.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is the diffrence between software and hardware language?
what is the system development cycle
Hi Guys, This is Rama, right now I am working as a Software Test Engineer in Gurgoan and I have over all 3 years of testing expoeriance. Right now I am looking for a change. Can any body help me out to find a job in south india. Thanks in Advance
SAS question: I have 50 fils a1,a2,...,a50. the primary key is upc. then if i want to merge all 50 files, the code is as follows, data test; merge a1 ... a50; by upc; run; we know that writing all 50 files name is time consuming, is there any standard format of this code?
Given a Binary Search Tree, write a program to print the kth smallest element without using any static/global variable. You can?t pass the value k to any function also.
will it allow to add same value in HashMap class.
what is difference between input parameter and output parameter.
Explain the difference between an expert and a novice user. How would your strategy for designing user interfaces for an expert user differ from that for designing user interfaces for a novice user.
Bonjour, svp je veut voir comment envoyer un mail en java et comment changer le droit d'accé d'un fichier en java: de lecture en lecture/écriture et merci d'avance ;)
how pseudo column works?
shall we execute our java programmes in jre
Suppose server object is not loaded into the memory, and the client request for it , what will happen?
When will you use shell script/Perl ahead of C/C++?
Given an array of size n. It contains numbers in the range 1 to n. Find the numbers which aren?t present.
what is class module in vb6? what it's use? with example..