What is the difference between java and .Net?
Answer Posted / rajneesh sharma
java is provide high level security but .net is not provide
that level security
| Is This Answer Correct ? | 9 Yes | 6 No |
Post New Answer View All Answers
Explain implementation and how is it different from conversion?
What is the concept of multithreading?
How can we achieve thread safety in java?
Can we rethrow the same exception from catch handler?
How is string stored in java?
Can we have return statement in finally clause? What will happen?
When does an object becomes eligible for garbage collection in java?
Why we used break and continue statement in java?
Can a abstract class be declared final?
Explain creating threads by implementing runnable class?
Write a program to reverse array in place?
Explain yield() method in thread class ?
How to create packages in java?
Can we sort list in java?
Can we declare a class as abstract without having any abstract method?