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
Explain about instanceof operator in java?
Can we declare an array without size in java?
What is the purpose of main function in java?
What do you mean by scope of variable?
Which is a valid identifier?
What is an example of procedure?
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
What are the elements of java?
What do you mean by an interface in java?
Why we override equals() method?
What are the main uses of this keyword?
what state does a thread enter when it terminates its processing? : Java thread
Can you use this() and super() both in a constructor?
Implement a stack with push (), pop() and min() in O(1) time.
What are the java ide's? Explain