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
Is null function in java?
What is an abstract method in java programming?
Define class?
Can we have 2 main methods in java class?
Differentiate between vector and array list.
Can you pass by reference in java?
What is difference between length and length() method in java ?
What is class and its types?
What are methods?
What is unicode full form?
What is r in java?
What are adapter classes?
Explain the difference between map and flatmap stream operation?
Explain the JDB in depth & command line.
Should a main method be compulsorily declared in all java classes?