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


Please Help Members By Posting Answers For Below Questions

What are structs in java?

816


Can you call one constructor from another if a class has multiple constructors?

802


What is a key in java?

749


What is difference between char array and string?

804


What is meant by data hiding in java?

876


Why call by value prevents parameter value change?

829


What is void in java?

837


What are the different types of java?

778


What is the difference between an inner class and a sub-class?

733


What is a linkedhashmap java?

781


How do you use wildcards?

768


What are the two categories of data types in the java programming language?

740


What carriage return means?

728


What is the symbol for average?

731


When is the finalize() called?

920