What is the difference between java and .Net?
Answer Posted / nagarajan
java .net
java is a from sun. .net is from microsoft.
java is a single .net is a multiple language
language.
java is a language plue .net is a
runtime framework that
support multiple language (c# ,VB)
a runtime
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What comes to mind when someone mentions a shallow copy in java?
Why are the destructors for base class and derived class called in reverse order when the program exits
What is the difference between @before and @beforeclass annotation?
How do you insert a line break?
what is the difference between a threads start() and run() methods? : Java thread
What is widening and narrowing in java? Discuss with an example.
What is abstraction in java?
What is difference between Heap and Stack Memory?
Is vector ordered in java?
Why is string buffer better than string ?
What modifiers are allowed for methods in an interface?
How to provide security in java
How do you use compareto in java?
How is string stored in java?
Can classes declared using the abstract keyword cab be instantiated?