In loading programs into memory, what is the difference
between load-time dynamic linking and run-time dynamic linking?
Data Structure: How many comparisons are necessary to find the largest and smallest of a set of n distinct elements?
is it possible to learn sap from book without any tutorial. if yes please mention the beginner,s book of sap and also make your valuable advice for self study of sap .
When you deliver your C++ headers and C++ library of a class (what all can you change in the class so that application using your class does not need to recompile the code)
What are data structures?
what is the pl/sql block size in oracle 10g and 11g?
Write a program to find duplicate number from array in minimum time complexity.
i want to insert textbox value to sql db. i have only one text box but store four values. ple give any one give sample code in asp.net c#..
1. Consider the following code in our example assembly language: ; an example bit of assembly code ROOT: W FATHER FATHER: W SON1 W SON2 SON1: W NIL W NIL ; ---------------------- SON2: W GRANDSON W NIL GRANDSON: W NIL W NIL NIL = 0 Assemble this code carefully following the two pass model, and show the symbol table at the point marked by the dashed line during each pass.
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.
Find out the list of authorization objects which contains activity as a field? Thanks in advance.
What is the difference b/w Object base and object oriented programming?
what are resources in case of Threads