As .NET is framework for c# is there any framework for java? I mean whenever people talks about c#, .NET will be involved in that discussion but in case of java i didnt find as such.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Java is already both a platform and a language. So there are standard libraries which come with J2SE (and other editions). It’s slightly clearer in the .NET world, although people still regularly say C# when they mean .NET or vice versa 🙁
Oh, and JVM (Java Virtual Machine) ~= CLR (Common Language Runtime)
.NET was basically designed with multiple languages in mind, whereas the whole Java platform was designed to run Java; the fact that there are umpteen other languages running on it now (Scala, Groovy, Jython etc) is purely coincidental 🙂