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
Why to use nested classes in java? (Or) what is the purpose of nested class in java?
What is the map interface in java programming?
What is a boolean flag in java?
What is the meaning of variable in research?
What is qualitative variable?
What is difference between static class and normal class?
What is Java Package and which package is imported by default?
What is difference between word and integer?
List the different types of classloaders in java.
How are java objects passed to a method and what are native methods?
Explain serialization and deserialization in java?
What is the size of an array?
What is an 8 bit word?
Explain features of interfaces in java?
What are parsers? Dom vs sax parser.