Nov 8, 2009
Pages: 1, 2

Which Is Good Java Or Dot Net - which is good

free web hosting

Read Latest Entries..: (Post #13) by Ho-oh'sRealm on Nov 5 2009, 08:24 AM.
QUOTE (Wax @ Sep 8 2008, 09:39 PM) Hi, I want to know which is going to be a success in future. I've asked this question to many but all are giving my vague answers. I'm asking this question because i'm going to join a company where i can choose either dot net or java. Which one should i choose.Waxbetter*Well, since they're both fairly annoying, I'd say neither, but if you really need to choose one, I suggest .NET, as it has a wider range of uses, and is used as s...
read more.
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Open Discussion > MODERATED AREA > Computers > Programming Languages > Java, Java Servlets, Java Script, & JSP

Which Is Good Java Or Dot Net - which is good

Wax
Hi,
I want to know which is going to be a success in future. I've asked this question to many but all are giving my vague answers. I'm asking this question because i'm going to join a company where i can choose either dot net or java. Which one should i choose.
Wax

Comment/Reply (w/o sign-up)

truefusion
I don't like either of them, but if you must pick one, then i would suggest Java, only because i feel that it is less limiting and more beneficial.

Comment/Reply (w/o sign-up)

xpress
It is impossible to conform java is better than .net or vice versa. So its not a
surprise you get different answers for this question. It depends on the person
who you ask.

Here are some major differences between Java and .Net from some website
QUOTE

1.Conceptual Difference

Conceptually, Java is two things: the Java platform (runtime and APIs), and the Java language.
The purpose of the Java platform is to support applications written in the Java language and
compiled to Java bytecode. The ideal of Java has always been a single language on multiple platforms.

.NET also is two things: the .NET Framework (runtime and APIs), and the plethora of supported
programming languages. The purpose of the NET Framework is to support applications written
in any language and compiled to MSIL. The goal of .NET is a single platform shared by multiple language

2.Multi-language

The most obvious difference between the two platforms is the language. If you're writing
to the Java platform, you're writing code in Java.

.NET applications, on the other hand, can be written in any language that supports .NET.
The .NET Framework SDK ships with three languages: C#, Visual Basic .NET, and Jscript .NET.
Third party languages include COBOL, Eiffel, Perl, Python, Pascal, and many others.
There currently are over 20 languages that support .NET. And because they all target the
Common Language Runtime, programs written in any of these languages can access objects
created by any of the other languages.

Well, we can list 100's of these types of differences. Both has its own advantages and disadvantages.

So, my suggestion is, instead of trying to figure out which is better, try to learn both. As far as I know, Development
in .Net is quicker and easier when compared to Java.

But to choose one for your company, Get some information on which development framework is widely used in your
company. Choose that one, as you can get more support and help learning that framework. Its easy to get help from
others. And also, you'll easily assigned to projects.

Well, this is just my opinion. Choose wisely. Don't depend on others opinions.

 

 

 


Comment/Reply (w/o sign-up)

ramonchiara
QUOTE(Wax @ Sep 8 2008, 05:39 PM) *
Hi,
I want to know which is going to be a success in future. I've asked this question to many but all are giving my vague answers. I'm asking this question because i'm going to join a company where i can choose either dot net or java. Which one should i choose.
Wax


well, in my opinion, java is much better than .net and the main reason of my opinion is the maturity.
.net just copied a lot of ideas from java but java has a more advanced virtual machine.
but, if i would guess which is going to be a success in future, i would put my bets on ruby.
take a look at it. and one reason to my opinion is that it will have a very advanced virtual machine, powered by old and very mature smalltalk virtual machines!

Comment/Reply (w/o sign-up)

nirmaldaniel
I guess we cant make a direct comparison of which is good Java or DotNet, Dot net is a platform which supports various languages like C , C++ etc. and a direct comparison wont be effective between these two, but however i guess there are some key aspects of java, Java dooes not allow multiple inheritance , where as C# .Net too doesnt allow multiple inheriatance , so if you study closely you can get some similarities and dissimilarites between java and .Net. However each has its own advantages. So we can call both as good.

Comment/Reply (w/o sign-up)

mahesh2k
I don't like to be biased but some of my observations:

1) .NET is limited to windows (MONO/WXC# and some other flavors are alternative but still official support for .NET is limited with windows only)

2) Java is open source/many languages like flash/actionscript/flex/AIR support it extensively.Java has its ecosystem around neat stuff like mysql[now] and can build applications for linux flavours too. Java is free. You can use it to build an open source product and can later charge for services of that product.

3) C# combines features of C++ and java. So it is powerful but yet not preferred by companies, as more and more companies are moving to open source from than Microsoft standards.

4) Because of apache and similar open source project, support and software for java platform is likely to rise than .NET

5) Learning curve for java is much easier as compared to C++/C# as many concepts which found in these language are removed from its ease of use.

On a more technical note. Both java and .Net today solve different solutions. [ they do coincide but have very different usages.] for user experience and higher productivity /latest features and full realisation of oop paradigms go for .net framework.

For higher architectural strength / platform nonspecific[independent] and coherently stable requirement choose Java.

There is no language in this world which has seen a decline in its acceptance rate. infact languages such as cobol and pascal were written with a specific purpose in mind and they have not been replaced as yet.

Java is based on object orientation so soon adapted to suite to be the web langauge. During the same time as java php was developing and infact it had more market share than java[applets]. JSP is a good language and so is php .. ther eis not comparision with respect which is going to outlive the other.We still have more php based websites in the world then we have in JSP.

At the End:

Never worship a language. worship programming.Pascal is a methodology. php is a another type of methodology. no one can outlive the other. some languages are good for common use internet use. similarly some are easily available.some are easy to learn. etc etc . "No language is supreme".

Comment/Reply (w/o sign-up)

(G)santhosh
which is good for a fresher either java or .net
Which Is Good Java Or Dot Net

I am in final year BE, I am from non IT branch, I have studied c and c++ in my acadamics, 

I'm thinking to join for either java/j2ee or .Net... Could you guys pls tell me which course will help me 

for job as I am a fresher

-question by santhosh

Comment/Reply (w/o sign-up)

(G)DotNetGuru
Choose DotNet
Which Is Good Java Or Dot Net

I would Choose DotNet if I were you.  DotNet is a New language because it was designed from the ground up in a virus laden world, thus the security features are abound!

Also with the large number of different languages that DotNet supports, there will be far more people that you can hire, they don't all have to speak the same language, just the same framework.  obviously it is better if all team members write in the same language, with dot net the integration is seamless if you don't.  With Java you can only write in Java Language.  in DotNet you can pick any language, C#,  VB.NET, Delphi.NET, Python.NET, even J# (the DotNet equiv. Of Java)

You will have so much more control over your code if you choose .NET. 

 

-reply by DotNetGuru

 


Comment/Reply (w/o sign-up)

tinoymalayil
In my opinion Java is better than .Net.Java is a platform independent language which can use any of the operating system.But .Net is a product from Microsoft.It can only install directly in Windows OS.Another problem of the .Net is it consumes memory and storage space very much than Java.
Java is a free programming application from Sun Microsystems.But .Net is not freely available(I mean the profeesional version).


Comment/Reply (w/o sign-up)

k_nitin_r
QUOTE ((G)santhosh @ Mar 6 2009, 11:19 PM) *
which is good for a fresher either java or .net
Which Is Good Java Or Dot Net

I am in final year BE, I am from non IT branch, I have studied c and c++ in my acadamics, I'm thinking to join for either java/j2ee or .Net... Could you guys pls tell me which course will help me

for job as I am a fresher

-question by santhosh



Hi!

There are more .NET jobs out there, but Java jobs pay better. I'd suggest you learn .NET with C# and try to pick up Java along the way later.

Regards,
Nitin

Comment/Reply (w/o sign-up)

Latest Entries

Ho-oh'sRealm
QUOTE (Wax @ Sep 8 2008, 09:39 PM) *
Hi,
I want to know which is going to be a success in future. I've asked this question to many but all are giving my vague answers. I'm asking this question because i'm going to join a company where i can choose either dot net or java. Which one should i choose.
Wax


better*

Well, since they're both fairly annoying, I'd say neither, but if you really need to choose one, I suggest .NET, as it has a wider range of uses, and is used as support from many important programs. Java is also fairly versatile, but it's a very annoying program.

Comment/Reply (w/o sign-up)

iGuest
Awesome observations
Which Is Good Java Or Dot Net

I have worked for better part of my career in C/C++ in embedded field. I was bored with the complexity and nature of my job and was looking for a change into application programming. I was also going back and forth between .Net and Java. And I found this chain. Thank you so much for all the observations, especially mahesh2k.

IMO, .Net has an extensive user base and more jobs compared to Java, so in this economy, probably .Net is a wiser option. BUT Java has more platform acceptance, and can also be used in embedded and small memory footprint systems! Although I am not biased towards any platforms, I have always found linux to be more exciting work than windows.

In spite of all this, I am more inclined towards .Net, only because I want to do something which is simpler and which gives me a good job immediately.


Comment/Reply (w/o sign-up)

iGuest
which one is better java or dotnet
Which Is Good Java Or Dot Net

ok ...

see that is only my view.Ok so if you want to join java or dotnet for making your career so first think which one you can perforn well because java is good and it will help you to find job easily but its not that much easy as compaered to dotnet .Why I am telling you because the thing is companies doee't want what you did they wants only how much you know prctically so if you really decide to get in into goodMNC so be sure that you will learn completly ok

-reply by rahul singh chouhan

 


Comment/Reply (w/o sign-up)



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Pages: 1, 2
Similar Topics

Keywords : java, dot, net

  1. Java And Jsp On Trap 17
    Java and jsp on trap 17 (2)
  2. Java Script To Hide The Url In Address Bar
    Does any one know about this ? (8)
    Hello friends , just now i came accross a particular type of script which is capable of masking the
    URL which is seen in the Address bar of the webpage , that is by implementing the particular Java
    Script when the user visits a page eg. www.mysite.com , then it is possible for the admin of
    www.mysite.com to mask this site and display some other website in the viewers address bar. I came
    to know that such a script can be written using Java Scripts , Can any one get me the Script ??....
  3. Java And Xml: Links You Must Have
    (1)
    XML and JavaGeneral XML resources * "XML, Java and the Future of the Web," Jon Bosak. The
    paper that started it all, at least from a Java programmer's point of view. Definitely worth a
    read, even if it's a bit dated. Jon is commonly considered to be the father of XML. Funny how
    all of these technologies seem to have paternity
    http://metalab.unc.edu/pub/sun-info/standa...hy/xmlapps.html * "Media-Independent
    PublishingFour Myths about XML" Jon Bosak
    http://metalab.unc.edu/pub/sun-info/standa.../why/4myths.htm * Robin Cover's XML-....
  4. Java Multithreading Issues
    (2)
    So we have a web based application running on JBoss on several clustered servers. The front end of
    the application is using jms to communicate with the middleware MDB, which communicates with other
    backend application servers. The application runs well when only a few requests are submited.
    However, when requests boost to couple thousands, the app starts to crash. The log files shows a
    concurrency issue with the ThreadPoolExecutor. When we set the core size pool to one the issue was
    solved. Looks like we have concurrent issue of multiple threads accessing same resource s....
  5. How To Implement Single Instance Application On Java
    (5)
    See the next few lines containing Java Code: CODE 1. // imports    2. import
    sun.management.ConnectorAddressLink;      3. import sun.jvmstat.monitor.HostIdentifier;      4.
    import sun.jvmstat.monitor.Monitor;      5. import sun.jvmstat.monitor.MonitoredHost;      6. import
    sun.jvmstat.monitor.MonitoredVm;      7. import sun.jvmstat.monitor.MonitoredVmUtil;      8. import
    sun.jvmstat.monitor.MonitorException;      9. import sun.jvmstat.monitor.VmIdentifier;     10.  
      11. public static void main(String args ) {     12.         /* The method ManagementFactory.getRun....
  6. Call Pdf995 From Java
    (0)
    How can i call pdf995 engine from Java to generate Pdf from Doc. This approach from Visual Basic
    Application is provided in http://www.pdf995.com/faq_dev.html . How can i approach same from Java?
    Can anyone help? ....
  7. Java Game
    (2)
    Hi, I'm interested in game creation on websites. The game should be playable via web browser.
    I'm not new in programing, I know C++, C# and OpenGL api. But I'm new on Java. So I have
    some questions I want to ask You: Will I'l be able to create simple 2d game with java which
    would be playable via web browser? Simple 2d game means: timers, images, animated sprites, in game
    font. Will I'l be able to use OpenGL? Or I should use something different? Does Trap17 suports
    java graphics features I want? Thank You for Your time and answers.....
  8. Learn Java Programming Language Online Step By Step
    (1)
    I had found this site >> http://learnjava.awardspace.com This website is for people who want
    to learn Java Programming Language step by step. This website also includes JAVA lessons from the
    beginning to advanced level. So this site appropriates for the beginner of Java programmer language
    or non-basic Java Programming Language. The lessons are easy to follow and understand starting
    from how to get your PC JAVA ready, the fundamental programming concept and creating the real
    application. Moreover, the working examples are also included. Please enjoy the les....
  9. Java Or C++
    (19)
    Many having tell me to make my MMORPG in java leads me to agree, But I'm not sure truly is it
    not yet easier, but yet the outcome of programming an MMORPG in java will make it fail or succeed
    more then one in C+= I've learned a lot of variables in javascript, and I don't think that
    java would be too bad either. My true question is, is those who use these languages, which seems
    to give better outcome, and which seems to be more in ease. Regards -PCessna....
  10. Java Applet Query
    (2)
    Hey there, I have made an applet that shows images moving about the screen. I have pause/resume
    buttons that work. But i've noticed that when the applet is interuppted by something i.e moving
    another window over it, it will automatically repaint. My question is how can I stop this? How can
    I make it so that the only time that paint is called is when I want it to be called? Thanks in
    advance!....
  11. Java Iterator Help
    I need help with a method using iterator (3)
    /** * Remove from the club's collection all members who * joined in the given month,
    and return them stored * in a sparate collection object. * @param month The month of the
    membership. * @param year The year of the membership. * @return The number of members.
    */ public ArrayList purge(int month, int year) { if(month >= 1 && month
    { Iterator it = members.iterator(); ArrayList purged;
    purged = new ArrayList(); int counter = 0; wh....
  12. Helpful Registry Edit For Java Programmers
    Command Prompt on right click menu (3)
    With this registry edit you can easily open the current folder in prompt without going through any
    Change Directory commands (cd). This is useful for people like me who are programming in JAVA, and
    every time to create class files and test them I have a diificult time just entering the commands in
    Prompt. But if you don't want to use this registry edit you can create the directory in C:\
    drive like C:\files so you have to navigate very little in prompt. If you are experienced in
    regedit you can do it yourself shown below OR download the attachment and apply it. I t....
  13. Jsp Or Java Chat Script Like Mig33
    (5)
    so most of you guys know mig33. its a wap application,probaly java.most kindly to be java. does
    anyone have java knowlege or knows where i can get a chat script like mig33? i also know this server
    supports jsp so im planing to use it for my application. i was hosted here last year but moved
    because i found a better host. now im back just to use the jsp on this server. Im planing to run
    chat applictions so if any one wants to help me in my project let me know.....
  14. Best Java Framework For J2ee?
    Your Opinion About The Best Java Framework (11)
    What is the best framework to make enterprise application using Java (J2EE)? Currently I am
    learning Spring and it is quite good eventhough it is very complicated in my opinion. Maybe someone
    can share which framework that you use What are its advantages and disadvantages? I seek a J2EE
    framework that supports JMS and offer quick development process.....
  15. What's The Relationship Between Javascript And Java
    are they the same or different (7)
    I think most of you always confuse about java and javascript .So I make this topic to talk about it.
    Javascript and Java ,they have the same first four letter. Java and Javascript is the two language
    is very popular in the web world.Java is the general-purpose programming language that you can
    create an application or an applet.Javascript is a script language that looks sort of like java;with
    it you can do various nifty things in web pages.They are independent languages ,used for different
    purposes.If you are interesting in creating a website you should learn how to w....
  16. Java Helpdesk
    All your queries regarding Java Programming goes here. (10)
    Hellow friends, I am creating this thread for all queries and suggestions related to java coding. If
    you face any problem, post it here, and others who have a solution can post the reply here. Hope it
    helps the users.....
  17. Is It Possible To Make A Splash Screen In Java?
    (6)
    (A splash screen is an image that pops up before you run a program, sometimes it tells you what
    portion of the program is being loaded. One example that immediately comes to mind is Ad-Aware,
    which you should probably get if you don't have it.) Is there anything that could do this in
    Java? I thought about having just a JFrame with the top bar and edges hidden, but I found nothing in
    the API that suggests that that's possible.....
  18. Java Basic Program Guidance
    (7)
    aving some problems taking in the Java at Uni, Was wondering if anyone could shine some light on it
    for me. My task is to write a program that will ask you to enter 2 words. the program will then
    print out both words on one line. However the words will be seperated by dots that will make the
    total length of the line 40. so if your first word was turtle and the second was abc, the output
    would be turtle...............................abc The program should check for certain conditions:
    1. a word can not be longer than 37 characters; 2. there must always be atlest 2 do....
  19. Java Web Start Jnlp And Mysql
    (3)
    I think I have nearly managed to create a JNLP file and get my application running successfully.
    Unfortunately I am having a problem connecting to a MySQL database when using Java Webstart, the
    error that I get is shown below which incidently works fine when I run the app from eclipse. Has
    anyone successfully managed to connect to MySQL using Java Web Start, if so could you please explain
    why the regular doesn't work in more detail or perhaps post an example of simple connection java
    file so I can edit it so it works with what I have already developed. Thanks in ad....
  20. How To Create Java Button Or Frame
    to be customized (17)
    hi to all!!!! just like to ask if it would be possible if i could make a custom button or frame in
    java. i got tired of using the build infeatures in java. i would like to create my own dessign of
    button or frame.. can it be possible!!! /biggrin.gif' border='0' style='vertical-align:middle'
    alt='biggrin.gif' /> thank!!!! /laugh.gif' border='0' style='vertical-align:middle'
    alt='laugh.gif' /> New Help In! is NOT a descriptive topic title. Next time you decide not to
    follow the posting rules, you will be issued a week long ban. ....
  21. File Upload Script In Java
    File Upload Script in JAVA (5)
    Hi, I am developing my personal website in JSP. I need a file upload script written in JAVA. I got a
    script that is Upload Bean from javazoom.com but the problem is its working fine on Windows
    Operating SYstem but not working on LINUX server. When i pass LINUX path (like
    /home/usr/public_html) to bean it gives me error Check UploadBean properties in your JSP. I
    think this bean aspecting a windows path. Can anyone provide me JSP Smart Upload script or any
    other file upload bean in JAVA. For your information Smart Upload website has been closed. My
    email id is ....
  22. Java Mobile Applications
    What you wanna have on your phone ? (9)
    I'm trying to do a Java mobile J2me application... But I don't know what to do... Any
    suggestions....? Maybe you guys can say what you would like to have on your mobile phone... ....
  23. [help] Java Script: Window.open
    Works with Firefox, not IE (10)
    CODE var popUpWin=0; function popUpWindow(URLStr) {  if(popUpWin)  {  
     if(!popUpWin.closed) popUpWin.close();  }  popUpWin = open(URLStr, 'GunBound Tactics:
    Screenshots',
    'width=820,height=550,menubar=no,resizable=yes,scrollbars=yes,toolbar=no,top=90,left=90'); }
    Clips This is a script for opening a new window. It works with Firefox and not
    Internet Explorer. IE gives a script error and it references a part of the code that has nothing to
    do with the script. Someone please tell me if you can figure out why. Used at this add....
  24. Learning Java
    (11)
    Does anyone knows a good tutorial or book to learn Java?. I need to learn it quickly for a course in
    the Uni. I have background in other programming languages such as C/C++ so i hope that helps. Thanks
    in advance for your feedback....
  25. Learning Java
    By The Book (5)
    I travel alot so I get a chance to catch up on my reading. I bought a book today about javascripts.
    I hope this will help me in creating my site which is currently being worked on. I want my site to
    look professional and effective. I am hoping that this will help in creating this. Next I plan on
    learning PHP, but since php is harder I will learn this first. I am a fast reader and I hope that I
    can learn this fast since having a site down for a long time looks bad on the owner. One reason I
    want to learn Javascript is to protect my site. I want to add a username and pa....
  26. Java Is Not Javascript; Javascript Is Not Java
    (2)
    Java, developed under the Sun Microsystems brand, is a full-fledged object-oriented programming
    language. It can be used to create standalone applications and a special type of mini application,
    called an applet. Applets are downloaded as separate files to your browser alongside an HTML
    document, and provide an infinite variety of added functionality to the Web site you are visiting.
    The displayed results of applets can appear to be embedded in an HTML page (e.g., the scrolling
    banner message that is so common on Java-enhanced sites), but the Java code arrives as a separ....
  27. Auto Run Java Program
    Run Java program on double click (11)
    Some of the installables in java comes in form of .jar file, one has to just double click or type
    "java -jar file.jar", and it starts executing. The reason for this is a line appended in the
    MANIFEST.MF file of that jar file. For writing a similar jar file of your own, just write your java
    file, then compile the same and create a jar file. Create a MANIFEST.MF file and the content should
    have the followings: CODE Manifest-Version: 1.0 Created-By: xyz Main-Class: xyz.MainClass
    Here xyz.MainClass is the main class. Now create a jar file with the manifest file y....
  28. Free online java compiler =)
    no need to download the sun java SDK =) (6)
    Hey everyone, I found a site with a free online java compiler where you choose a source .java file
    from your computer and click on compile on the webpage and you get instant .class files!
    /biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" />.... heres the
    link: www.innovation.ch - its somewhere on their website /smile.gif" style="vertical-align:middle"
    emoid=":)" border="0" alt="smile.gif" /> Hope this helps in some way /wink.gif"
    style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" />.......
  29. Java Script Sites
    (6)
    this is the best websites for javascript and other javascript.internet.com javascriptkit.com
    webdeveloper.earthweb.com/webjs www.javascript.com www.dynamicdrive.com/
    www.webdeveloper.com/javascript www.javascriptworld.com/scripts www.java-scripts.net
    www.hotscripts.com www.totalscripts.com www.123webmaster.com www.needscripts.com www.reallybig.com
    www.a1javascripts.com javascript.programmershelp.co.uk
    developer.netscape.com/tech/javascript/resources.html
    www.mountaindragon.com/javascript/resources.htm i'll make like this in cgi and php if u love
    it???so....... ....
  30. Java editor
    (75)
    In your opinion what's the best java editor/compiler? i use jcreator le and it works nicely.......

    1. Looking for java, dot, net

Searching Video's for java, dot, net
See Also,
advertisement


Which Is Good Java Or Dot Net - which is good

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com