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 is the purpose of finalization in java programming?
How is Object Oriented Programming different from Procedure Oriented Programming?
Can an interface extend another interface?
What is a boolean expression in java?
Is array dynamic in java?
What flag up means?
Is multiple inheritance supported by java?
What are the java ide’s?
What is a method in programming?
Why set do not allow duplicates in java?
Is linkedlist thread safe in java?
What is package private scope in java?
Is 64bit faster than 32 bit?
What is the purpose of checked and unchecked exceptions in JAVA?
What are basic data types?