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
Difference between keyword and identifier.
What is final method?
What do the thread?class methods run() and start() do?
What is the default value of an object reference declared as an instance variable?
Why array is used in java?
Why super is first line in java?
What is an iterator java?
Given a singly linked list, how will you print out its contents in the reverse order? Can you do it with consuming any extra space?
What is an abstract method in java programming?
What are three advantages of using functions?
Can we use a switch statement with strings?
Can an object subclass another object?
Differentiate between class and structure.
Does java set allow duplicates?
Who is founder of java?