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 are different exception types exceptions available in java ?
What is the use of 'super' keyword inside a constructor?
How many bytes is string in java?
Why are the objects immutable in java?
What is the java virtual machine?
Explain the reason behind ending a program with a system.exit(0)?
Does the order of public and static declaration matter in main method?
Is assembly language a low level language?
What is math floor in java?
What access modifiers can be used for methods?
What are the 3 types of control structures?
Can we restart a dead thread in java?
Explain creating threads by implementing runnable class?
What is r * in math?
What are the two basic ways in which classes that can be run as threads may be defined?