What is the difference between java and .Net?
Answer Posted / sangeetha kalai
JAVA:-Java is free there are many third party good to use free IDE.
.NET:-where as .net also free but here development only on official IDE.
JAVA:-programs are written in java and runs on any operating system.
.NET:-programs are written in .net runs on windows only
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the collections api?
Can we make the abstract methods static in java?
What is finalize() function in java?
What 4 doubled?
Why we do exception handling in java and how many types of exceptions are there?
What is lazy initialization in java?
What are thread local variables?
What is a class instance variable?
Which is bigger double or float?
How to sort a collection of custom Objects in Java?
when should you use stringbuilder class in a program?
What is a stack class in java ?
How do listeners work?
Why use string handling in Java?
What happens if we override private method?