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
Realized?
How does a for loop work?
What is an object in java and how is it created?
what is mena by object block any what is the use of that
How do you classify Dialog Box?
What restrictions are placed on method overriding?
What is the reflection?
What is jvm? How its run?
What is the primary benefit of encapsulation?
What are the various access specifiers for java classes?
What is double in java?
Differentiate between a constructor and a method? Can we mark constructors final?
What is a Null object?
How do you convert int to char in java?
What is a protected class in java?