which of the following is efficient in terms of space a. insertion sort b. quick sort c. selection d. both a and c
1 3465For a binary tree with n nodes, How many nodes are there which has got both a parent and a child?
3602What is a must for multitasking? a) Process preemption b) Paging c) Virtual memory d) None of the above
9 15415Post New Programming Languages AllOther Questions
can we retrieve only integer/String type columns from a table,if yes how?
what is the difference between SCAN AND CHECK,LOKUP AND XFOOT? where we can use thease opcodes? Can any body tell me real time senariao with example?
One boy has to climb steps. He can climb 1 or 2 steps at a time. Write a function that will returns number of way a boy can climb the steps. Int WaytoSteps(int n) (eg:- suppose number of steps is n=4 ,the function will return 5 (one-one-one-one ,one-one-two, one-two-one-,two-one-one, two-two)
Hi can you please send me recent(present) interview questions and technical qyestions with answers for "BUSSIESS OBJECTS" and "DATA WAREHOUSE".pls its urgent for me my mail id is sekhar.cs82@gmail.com,manjuforgis@gmail.com. thanks in advance
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 many types of operating system are avaliable?
write the a cl program with the following specification A. Accept 2 parameters-date and date type B. if date type is J then convert date to *MDY format C. if date type is M convert date to *JUL format 4.send a program message with the value of converted date Please explain for each with coding?
How to use string functions in QTP?give some examples
1.how to deploy the Maven application in weblogic server? 2.In Real time projects all classes are singleton or some classes only singleton explain? 3.what are the major uses of the designpatterns? 4.explain restful &Soap based services explain?
I'm new to ABAP. What is Module pool in SAP?
shall we execute our java programmes in jre
Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)
how to generate dsnless connectivity in j2ee
Is there any standard procedure to test the application as a whole? Or How can I test complete application right from the requirement gathering?
When will you use shell script/Perl ahead of C/C++?