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
what invokes a threads run() method? : Java thread
Can a class have an interface?
What is the largest number a double can hold?
What's the difference between an abstract class and interface in java?
Can extern variables be initialized?
Explain the difference between static and dynamic binding in java?
What are the fileinputstream and fileoutputstream?
What are recursive functions?
Does java return by reference?
Can java arraylist hold different types?
Why can't you declare a class as protected?
extending thread class or implementing runnable interface. Which is better? : Java thread
When is the arraystoreexception thrown?
What is an example of character?
Explain different states of a thread in java?