What is the difference between java and .Net?
Answer Posted / b.chandana
Simply we can say that .net is framework where we can use
diff types of languages,where as java is a programming
language
| Is This Answer Correct ? | 104 Yes | 20 No |
Post New Answer View All Answers
What is the difference between access specifiers and access modifiers in java? 16
List out five keywords related to exception handling ?
How will you print number in reverse (descending) order in BST.
Can we call a non-static method from inside a static method?
What is the benefit of using enum to declare a constant?
What is a lock or purpose of locks in java?
What is immutability in java?
Explain exception chaining in java?
What are the restrictions imposed on method overriding?
Can a class extend more than one class?
Can we have multiple public classes in a java source file?
What is the static variable?
What is the synchronized method modifier?
Is arraylist zero based?
What is a nullable field?