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 use of functional interface in java 8? Explain
Can we force garbage collector to run ?
How java enabled high performance?
What is final modifier?
Is integer passed by reference in java?
What is a java applet? What is an interface?
What does sprintf return?
What is the java reflection api? Why it’s so important to have?
Explain how to force the garbage collection in java.
What is a jagged array in java?
How is hashset defined in java?
What is difference between an object and a class?
Can we start a thread twice in java?
When can you say a graph to be a tree?
What is the most important feature of java? What is an interface?