What is the difference between java and .Net?
Answer Posted / sivasubramanian.k
Java is both a programming language as well as a well
developed technology.It was found by Sun MicroSystems..
.Net is a framework found by Microsoft which supports
multiple languages like VC#,VC++,VisualBasic,Web related
applications such as ASP etc..In java source code is
converted to ByteCode by JVM while in .NET code id
converted to MSIL(Microsoft Intermediate Language Code)by
the CLR supported by .NET..
| Is This Answer Correct ? | 398 Yes | 36 No |
Post New Answer View All Answers
What is string pooling concept?
Is null an object in java?
whar are the draw backs of programming lang step by step in Clang and next in C++ and next and in Java nad in .Net
Explain an algorithm to find depth of a binary tree.
How can we create a thread in java?
What is vector capacity in java?
What is command line argument
Difference between string, string builder, and string buffer?
When do we use hashset over treeset?
What is the default value of float and double datatype in java?
What is floating data type?
What is bitwise complement?
I am unable to find or learn about print command. I have a graphical program in core java in applet but i want to give print command but i have coding for that so if anyone know about this plz mail me on avdhesh_chauhan007@yahoo.co.in
java Technical questions asked by JPMC
What is a wrapper method?