I just want to clarify one thing. This is not a question on which one is better, that part I leave to someone else to discuss. I don't care about it. I've been asked this question on my job interview and I thought it might be useful to learn a bit more.
In Previous articles We clearly Mention what is java,what is net, and complete explanation about java programming language.
In Previous articles We clearly Mention what is java,what is net, and complete explanation about java programming language.
Difference Between Java and .Net
1..NET languages are richer than Java. They have object oriented feature that are absent in java e.g properties,delegates,generics.
2.Many programs that would have been difficult to develop with java have been developed with .NET things like compilers (Mono's C# and VB.NET) 3D game engines (unity game engine) e.t.c
*****Difference between java and .net*****
3.You can code on the .NET platform using Java but you cannot code on Java platform using any of the .NET languages.
4. .Net is Partly about Drag n Drop. Java is all about coding coding and coding. Java can be also drag & drop. It can be done using eclipse & net-beans editor.
*****Comparison of the Java and .NET platforms*****
5.Java is a light weight language and can be run on almost all the OS. Light weight doesn't means that it have less capability then .Net rather it means that it do not trigger the computer with lots of load and Hard Disk space. Whereas .Net needs a very heavy framework to be installed which have higher Hardware requirements too compared to Java.
6. The .Net garbage collector does not wipe away your objects as and when it likes, but will do the garbage collection in more efficient manner than Java. Basically in Java it has been upto the programmer to clean the memory manually whereas this task is moreover automated in .Net
*****Difference between Java and .NET*****
7. Like .Net garbage collector runs at a certain interval and see is there is any memory occupied by any object whose parent is now finished processing (for eg. you closed an application), in this case the garbage collector automatically removes the reference of that object and free up the memory, whereas in Java you need to confirm it that all the objects are destroyed before application quits.
8. On the other hand Java has a major advantage that it can be run on any OS which is able to install JVM. This is a major disadvantage with .Net.
*****What is the difference between java and .Net?*****
9. Also, for .Net a standard development IDE is available that is Microsoft Visual Studio. This tool comparises of all the things you require for your development purpose (Each and every thing you may think need of are at single place).
10..net provide more user friendliness when designing the forms for example in .net we drag and drop controls into form which is not at all mind teasing process.developer can concentrate on the logic or other security issues.
*****What is the difference between java technology and .net technology?*****
11.where as in java code for creating a simple control like button also takes a lot of programming for a developer.
*****difference between c and java in tabular form*****
Friends You Like My Post Please Share To Your Friends Through Facebook,Twitter,Google+ ,LinkedIn and Stumble once.
Also Read:Top 10 .Net Interview Questions and Answers
Friends You Like My Post Please Share To Your Friends Through Facebook,Twitter,Google+ ,LinkedIn and Stumble once.
Also Read:Top 10 .Net Interview Questions and Answers
0 comments:
Post a Comment