programming languages Online Quiz - 84
Description: programming languages Online Quiz - 84 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Attempted
0/20
Correct 0
Score 0
‹
›
LINQ query to Select and return all the rows from Product table and display the product names.
Which is/are the method/s of an ADO.NET command object
Is the following statement correct: char ch = 'd'; if(ch < 32.00){ }
Is following line throws Exception.If yes ,which type? justify it . float f = 100.00/0.0
what is the output? class A{ int i=1; void printit() { i=i++; system.out.println(i);} } class AS { public static void main(String s[]) { A a=new A(); a.printit(); } }
Which one is faster in java ? A. Math.max(a,b); B. (a>b)?a:b
Which of the following is(are) true for Macro functions(#define fn()) & inline functions
What is abstract class?
How is dynamic binding achieved in C++?