What is the difference between java and .Net?
Answer Posted / musaid ali
.Net is frame work by Microsft which support many languages
such as VB,VC++,C#,ASP(web application) and the main point
is that .Net have its own compiler relative to each language
and we can create a New language in .NET,while java is a
programing language have its own methods.
Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
How many types of exception can occur in a java program?
In a container there are 5 components. I want to display the all the components names, how will you do that one?
What is constructor and virtual function? Can we call a virtual function in a constructor?
Is integer a class?
Can you override private or static method in java?
Write a program in java to establish a connection between client and server?
What are heap memory and stack memory and what are memory tables.
Explain yield() method in thread class ?
What is the full form of jpeg?
What does nullpointerexception mean?
Java Compiler is stored in JDK, JRE or JVM?
Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.
What is bytecode verifier?
What is the purpose of the runtime class in java programming?
What is a lightweight component?