what are the difference between Java and .Net?
Answers were Sorted based on User's Feedback
Answer / kalva raju
Java is a programming language, it is more used in internet and web application.Java have source code.
.Net is a graphical language work with GUI mode
| Is This Answer Correct ? | 10 Yes | 1 No |
Answer / satya
java class does not support multiple inheritance but java
interface support multiple inheritance...
main difference b/n java nad .net
1. java platform independent and .net not..
2. java is open source and .net not
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / sparky sunny
JAVA was developed by sun microsystems while .net by
microsoft...java is pl while .net is aweb app like
gui....net is much easier than java
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / uday kumar
Java does not support multiple inheritance and .NET
supports multiple inheritance.
Java platform independent and .NET is not....
| Is This Answer Correct ? | 3 Yes | 5 No |
What are the five major types of reference sources?
What is a numeric digit?
what is ststic with example
How to sort a vector elements that contains the user define class object? (Note: If Suppose consider, A Student class contain two data members. They are String studentName and int rollNo. I am creating Four objects for this class, each object contains students details like name and roll no. Now i am storing that objects in vector and if i retiving the elements from the vector means then it should be display in sorting order)
3 Answers ProdEx Technologies,
Explain the init method?
What is the purpose of nested class in java?
What is the protected method modifier?
where u use Abstraction and Interface in real time
Write a program to print fibonacci series up to count 10.
Explain about strings in java?
Which of the following classes will have more memory allocated?
Why do we use string?