What is the difference between java and .Net?
Answer Posted / musaid ali
.Net is frame work by Microsft which support many languages
such as VB,VC++,C#,ASP(web application) and the main point
is that .Net have its own compiler relative to each language
and we can create a New language in .NET,while java is a
programing language have its own methods.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What class allows you to read objects directly from a stream?
What is a class variable?
How to connect to a remote database using Applet?
What are different types of expressions?
Can we make main() thread as daemon?
why an outer class cannot be declared as private?
What is a char in java?
Is {a, n, d} a palindrome? If you are given a random string, is it a palindrome or not?
What happens if I remove static from main method?
What does it mean to flush a file?
Can you give names of Container classes?
Give us a program to check for parenthesis matching using stack.
What is parsing a sentence?
Does variable declaration allocate memory?
Why Java doesn’t support multiple inheritance?