What is the difference between java and .Net?
Answer Posted / nagalaxmi thumma
Java is both a programming language as well as a well
developed technology.It was developed by Sun MicroSystems.
.Net is not a language it is a framework developed by
Microsoft which supports
multiple languages like VC#,VC++,VisualBasic...it supports
more than 61 progrmming languages,Web related
applications such as ASP etc...In java source code is
converted to ByteCode by JVM while in .NET code is
converted to MSIL(Microsoft Intermediate Language Code)by
the CLR .
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What lambda means?
Can you give few examples of final classes defined in java api?
What is the maximum size of a string in java?
What is super constructor?
Is jdk required on each machine to run a java program?
What is the difference between a vector & an array list?
can I implement my own start() method? : Java thread
What is meant by bytecode?
Why does my function print none?
Can we change the value of static variable?
What is gui programming?
What is an infinite loop in java? Explain with an example.
Is sizeof a preprocessor?
When will we use them?
How do you make a thread in java?