what is difference between c and C#
Answer Posted / shivani
c is unmanaged code and c# is managed by the .NET CLR
(common language runtime)
| Is This Answer Correct ? | 10 Yes | 4 No |
Post New Answer View All Answers
How does the TCP handle the issue of multiplexing?
how to hide prompts
why not instantiating servet using new operator?
WHat is execution in manual testing and when will we start execution and what language we use in execution
define profiler???
Hey this is venkatesh.Please can any body tell me what is SFLNXTCHG?where we use this keyword?what perpuse we use this?Can you tell me in real time senario with example? And in 7 specification(RPG/400)what is the mandatory specification using programs?
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.
public static void main(String args[]) describe it
What is the purpose of
In an customer exit (include Z) program, only the last record is getting fetched. The exit is getting called after pressing save button. What to write for fetching the first record ? Before saved to a SAP table how can i call all these records in an itab in the exit ?
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.
what is the certificates in biztalk?
What is abstract Method i want the exact definition and is there any possibility to declare class as abstract without any abstract methods in that class?If it is possible then tell me why and how?
10.Define filters,binary to hexadecimal,hexadecimal to decimal?
Can any one give an example (Source Code) on virtual function implemetation in Java?