473,473 Members | 2,167 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Difference between java.net and .NET

2 New Member
I really confused java.net and .NET are same or not. I'm a beginner to java and known very basic only.if u ready to clear my more project doubts in java,then msg me plse.
Dec 16 '15 #1
3 4260
aswal
38 New Member
java.net is a community website related to java technology.
Read more at: https://en.wikipedia.org/wiki/Java.net

whereas .NET is a framework created by Microsoft Corp. which supports multiple programming languages. It makes the development easy and fast also it supports multiple programming languages like C#, C, C++, F# etc.

more at: https://en.wikipedia.org/wiki/.NET_Framework
Jan 2 '16 #2
Sherin
77 New Member
JAVA

It is a programming language which is platform independent and support to open source platform, means code remains the same and you can run that code on any platform, java has virtual machine which is called JVM(JAVA virtual machine). Follow OOPS concepts.

Java was Developed by Oracle corporation and Designed by Sun Microsystems and James Gosling.

Java itself is a programming language having Advantages like distributed, secure, robust and multithreaded.

If we talk about designing: in java so to creating a simple control like button also take a lot of programming for developer.

Architecture: Java support connected architecture. Since java is multiplatform so it is a set of framework classes is limited to what is available on all platforms

.NET

It is a programming language which is platform dependent but language independent i.e. application written in any programming language can be converted into another language supported by framework(supported languages are VB.NET, C#.NET, J#.NET etc.). Also follow OOPS concepts. NET has no direct support for open source platform.

.NET was Developed by Microsoft to allow programmers to build dynamic application.

.net is a framework or simply a platform of presently 43 programming languages. Advantages like Consistent programming, easy deployment and maintenance of an application , direct support for security.

If we talk about designing in .NET provide more friendliness while designing any webpage or form because u can easy drag and drop the control which is not at all mind teasing process, developer can concentrate on logic and other security issues.
Architecture: .NET support disconnected architecture. .NET has a set of all the classes available on Microsoft platform.
May 27 '20 #3
SwissProgrammer
220 New Member
"Java was Developed by Oracle corporation and Designed by Sun Microsystems and James Gosling."

Your answer is more than acceptable.

Microsoft developed ".NET" is correct.

Look up JIT or Just In Time compiling. Microsoft .NET is designed to always send your raw code with the unusable executable. Always. If you are working only in-house and never connected to the internet in any manner, then that never used accompanying executable just takes up space and whoever (in-house) get the code is expected to re-compile what you already spent time and resources on compiling again on their own computer. If they find problems with the exe then they have the original raw code that they can look at and edit themselves. Outside of your in-house applications, you are wide open to thieves stealing the raw code. Read the history of .NET and read the history of JIT and decide for yourself if this is correct.

Those are the big differences between Oracle sourced Java and Microsoft sourced ".NET" .
Jun 5 '20 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

73
by: RobertMaas | last post by:
After many years of using LISP, I'm taking a class in Java and finding the two roughly comparable in some ways and very different in other ways. Each has a decent size library of useful utilities...
55
by: Elijah | last post by:
I have read many of the topics on learning C++ or Java first. It seems like everyone says something different. I would like to know if I should learn C++ or Java. First a little about myself. I...
3
by: #pragma once | last post by:
That's all we are expecting from programs written in the managed code; Though a MVP advised not to say that, because after JIT compilation the code runs in the native! Funny, isn't? That means...
133
by: Gaurav | last post by:
http://www.sys-con.com/story/print.cfm?storyid=45250 Any comments? Thanks Gaurav
7
by: Christian Wilhelm | last post by:
Hi! I'm trying to call a Java WebService out of a .net Client. There are two Methods, one Method requires one Parameter of type Parameter, the other Method requires one Parameter of type...
2
by: Jobs | last post by:
Download the JAVA , .NET and SQL Server interview with answers Download the JAVA , .NET and SQL Server interview sheet and rate yourself. This will help you judge yourself are you really worth of...
7
by: Sanny | last post by:
I have an app in Java. It works fine. Some people say Java works as fast as C. Is that true? C can use assembly language programs. How much faster are they inplace of calling general routines. ...
1
by: Techno3000 | last post by:
import java.io.*; import java.awt.*; import hsa.Console; public class Calculator { static Console c; public static void main (String args) throws IOException
2
by: minus | last post by:
public class Test { public static void main (String arg) { // "012345678910" alignment guide String results = {"AR 4 BR 5", "CR 0 DR 1",...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.