What is the difference between java and .Net?
Answer Posted / gopal reddy v
.Net is a framework for which you compile a program, e.g. you could write a C++ or C# program and compile it to a .Net executable. As long as your Windows or Linux machine has a .Net runtime you can execute your compiled program. In this sense, .Net is both language and platform independent. Java is in many ways similar to .Net except that there is a single programming language (Java). .Net seems to have a much brighter development future than Java both for desktop and Web development via ASP.Net and Silverlight.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are structs in java?
Can you call one constructor from another if a class has multiple constructors?
What is a key in java?
What is difference between char array and string?
What is meant by data hiding in java?
Why call by value prevents parameter value change?
What is void in java?
What are the different types of java?
What is the difference between an inner class and a sub-class?
What is a linkedhashmap java?
How do you use wildcards?
What are the two categories of data types in the java programming language?
What carriage return means?
What is the symbol for average?
When is the finalize() called?