Which one is best java or .NET? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Which one is best java or .NET?

9th Feb 2019, 5:52 AM
mangai selvam
mangai selvam - avatar
4 Answers
+ 1
they are different in that Java is a programming language by itself, and .NET is a framework, a collection of predefined class libraries from Microsoft that can be used with C# mainly and VB. net C++ and F#. short answer it depends on what you want to develop. C# and Java have almost the same syntax, and they are both converted into an intermediate language before they get run by their virtual machine.
9th Feb 2019, 6:25 AM
Bahhaⵣ
Bahhaⵣ - avatar
+ 5
Like bahha said, .NET is a framework while Java is a programming language. I suppose, that you want to know their strength and weaknesses. Java • For Java, you need JVM. Read these three basic terminologies here: https://www.codesdope.com/java-introduction/ • Unlike .NET, you can use JVM on multiple OS and is free to use. • It is fast, portable, object-oriented and is used in various fields. .NET • It is a platform for languages like C#/ C++. • Maybe, for you C++ can be easier to learn than Java. • .NET is not a freeware! Everything depends on what do you want and what are building to consider any of them. Are you creating the application which you want to be portable and could be run on multiple operating systems? Then go for Java. If you have to do it or learn it faster go for C++.
9th Feb 2019, 8:38 AM
Danijel Ivanović
Danijel Ivanović - avatar
+ 4
Before asking a question on the Q/A, try to search :  • Google Advanced Search : Set domain to 》sololearn.com《 for  search only on the SoloLearn https://www.google.com/advanced_search   • Eclipse Wiki : "Before asking a question on the forums" https://wiki.eclipse.org/Before_asking_a_question_on_the_forums   • SoloLearn Advanced Search : http://www.freecodeexamples.com/2018/12/sololearn-advanced-search.html https://code.sololearn.com/W26q4WtwSP8W/?ref=app
9th Feb 2019, 8:14 AM
Danijel Ivanović
Danijel Ivanović - avatar
+ 1
Thanks
9th Feb 2019, 6:26 AM
mangai selvam
mangai selvam - avatar