What is conditional Compilation?
Answers were Sorted based on User's Feedback
Answer / phani
using the Directives to control what does and does not get
compiled
Is This Answer Correct ? | 8 Yes | 0 No |
Answer / sujatha
a compiler directive which includes or excludes lines of
codes based on a boolean expression and it is a debugging
tool for checking a errors and debug it.
Is This Answer Correct ? | 2 Yes | 0 No |
how would it be like that....
the complete code has to be compiled in order to execute as
one cannot run or execute the code without compiling it...
then how would it be a condition to compile the code...
Is This Answer Correct ? | 3 Yes | 3 No |
difference between static and non-static variables?
how do u initialize the constant variables
Can bst contain duplicates?
what is the difference between class to class type conversion and copy constructor ?
what is the need of abstraction? what is abstraction?what is the abstraction for stack?
why in java first invoke public static void main(String args[]) method????Why not public static void method1(String args[])??
What is polymorphism explain?
What is the difference between XML Web Services using ASMX and .NET Remoting using SOAP?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
Tell me the scenario,Where we can use interfaces or Abstract class.And What is the difference between interfaces and abstract class?
What are generic functions and generic classes?
What is the real time example of inheritance?