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
Hi friends am new to java. I read jar file means collection of java files. For executing struts application what are the necessary jar files. " struts.jar " file contains what. can u explain
What is derived datatype?
What is <> used for in java?
What are the data types supported by java? What is autoboxing and unboxing?
What is string :: npos?
What is the final field modifier?
Is it possible to compare various strings with the help of == operator?
What is return type in java?
Why collection is called framework in java?
Detail discussions on JVM, memory management and garbage collector.
Can we write multiple catch blocks under single try block?
How do you sort arraylist in descending order?
Define max and min heap, also the search time of heap.
Why hashset is used in java?
How does system arraycopy work in java?