What is the difference between java and .Net?
Answer Posted / sang
.net is language independent and java is platform
independent.
.net is a framework and java is a programming language.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Can we return null in java?
Explain the different forms of polymorphism?
What is a line break?
what is an objects lock and which objects have locks? : Java thread
What kind of variables can a class consist?
What is a byte array?
How many bytes is double?
Define how can we find the actual size of an object on the heap?
What is the difference between an array and an array list?
Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?
What is a Presistent Object?
Why strings in java are called as immutable?
What are the core java topics?
What is java reflection api?
Is java good for beginners?