Is there any real difference between Java and C#, in terms of capabilities and functionality?

1 Answer

Answer :

Java is better cross-platform. C# is better for windows development. C# has closures. phoenyx googles I came across these code examples and this wikipedia article which showed some good comparisons.

Related questions

Description : Can someone recommend a good book to learn C# from?

Last Answer : Believe it or not, there is a Dummies Guide to C#, which I found quite straightforward and helpful…

Description : Out of C++ and C#, which is easier to learn?

Last Answer : I recommend C#. C++ has a lot of weirdness that C# doesn’t.

Description : What does Java run, operate, or do?

Last Answer : answer:This is a bit complicated, but I'll do my best to explain. At a fundamental level a computer program is simply a series of instructions the CPU in your computer executes in sequence. Programming languages ... wait. It's an inherently slower process to do on the fly. Hope that helps a bit.

Description : Help with a basic Java program?

Last Answer : answer:just a guide, don’t know java correct the syntax and stuff and this should be your loop. INPUT=B for(A=1; A=0; a=a-1){ print/echo/say ”*”; } print linebreak// } for(A=B; A=>0; A=A-1){ for(a=A; a=>0; a=a-1){ print/echo/say ”*”; } print linebreak// }

Description : Objective-C vs. Java?

Last Answer : answer:I'm fairly new to objective-C but have a lot of java experience. Java is a bit more heavyweight because of the JVM, but that overhead is negligible in modern computers. Objective-C seems to ... working primarily with java because all of my work projects (so far) have had to be cross platform.

Description : What is the best way to learn java?

Last Answer : Ditto on that. I also want to know.

Description : How to design webkiz download site with java phone ? If you have a good tutorial, give the link. ?

Last Answer : I can make it. I can make it if I want. Demo 1 Demo 2 Demo 3. If you want to download the code, you will find this link http://abde17.wapkiz.com .

Description : How to download movie on iTel 5231 Java phone. ?

Last Answer : http://Xtrawap.com http://genyt.net http://y2mate.com http://tubidy.Io http://100-youtube.com Download from this site.

Description : How do I submit webkiz site to Google with Java Phone ?

Last Answer : Now you don't have to submit to Google. You see, your site has already been submitted to Google.

Description : Do you have Java phone game download site ?

Last Answer : Yes , Button Phone has a game download site. Click here

Description : Java Servlet i) is key component of server side java development ii) is a small pluggable extension to a server that enhances functionality iii) runs only in Windows Operating System iv) allows developers to customize any java ... & iv are true C) ii, iii & iv are true D) i, ii & iv are true

Last Answer : D) i, ii & iv are true

Description : Is it possible to use C# and Java to build a Desktop Application?

Last Answer : I don’t know much about Java, but I have used C#. From Visual Studio you can build a Windows form application.

Description : Will we eventually see a .NET Framework-based version of Java as a competitor to C#?

Last Answer : Apparently not. Microsoft will never offer a complete Java environment because Sun has essentially required that Java licensees implement all of Java-something Microsoft will never do. (Why should it? Does ... she's working in a true Java environment because the familiar libraries won't be there. 

Description : Isn't C# just a copy of Java? 

Last Answer : In some ways, yes. The semantics of the CLR are quite Java-esque, and so any CLR-based language will have a good deal in common with Java. Creating a language that expresses those semantics in a syntax ... had been free to make some changes to Java, my guess is that C# wouldn't exist today. 

Description : Which is better: C# or Java?

Last Answer : The two languages have an awful lot in common, and so in some ways it's natural to try to choose a winner. The fact that each language is often viewed as the flagship of its camp-C# in Microsoft's . ... like the radio. You can do it, but you'll be happier if you choose based on the whole package.

Description : GAE contains the several runtime environments including : JAVA, Python, _______ & a) C# & MySQL b) Net & Ruby c) PHP & GO d) Closure & Scala

Last Answer : PHP & GO

Description : What is Drupal? In laymans terms, please.

Last Answer : Just look at some of the sites in the showcase for examples of what people have done with it. It can be used for just about any kind of site you can think of. Which is why it’s a content management system…. http://drupal.org/forum/25

Description : Accuracy in computer terms.

Last Answer : errrm…..client/server

Description : How fluther knows how many people observing right now my question or answering it in a real time?

Last Answer : I'm not sure how do they do it exactly, but it shouldn't be that hard. This site is relying on javascript for a lot of the special' features (like composing members). Since the site assumes we ... user leaves the page. I'm betting it's something way cooler and smarter than I can think of though!

Description : Which animal resembles most to human beings in terms of physical and mental capabilities? -General Knowledge

Last Answer : The answer is 'Chimpanzee'

Description : Which animal resembles most to human beings in terms of physical and mental capabilities? -General Knowledge

Last Answer : answer:

Description : Which animal resembles most to human beings in terms of physical and mental capabilities? -General Knowledge

Last Answer : answer:

Description : What is the difference between a Web service and a cloud service?

Last Answer : I don't know, but I had the impression that the cloud is really for storage purposes more than for running applications. So we store our stuff in the cloud, and maybe the applications run off of ... stored out there in places that, I guess, move around to where they can be held most efficiently.

Description : I'm clueless. Why do people make a differentiation between Apps and other programs? What's the difference?

Last Answer : answer:“App” == “Application” == “Program” Same thing.

Description : What is the difference between project and web site application in Visual Studio 2010?

Last Answer : I don't use visual studio, but my guess is project mode refers to developing an application to run on your own machine, whereas Web site app. refers to developing it for the directory structure on a remote ... it's meant in similar toools I have used. Check the help files to see if that's it.

Description : What is the difference between Frame and IFrame in HTML ?

Last Answer : answer:Frames are just separated spaces on a single web page. Iframes (in-line frame) are separate spaces where each frame is a different web page.

Description : What is the difference between these two high-tech jobs: Internet Product Manager and Internet Project Manager?

Last Answer : I can give you a quick version. A product is a something that we sell to the client, be it a service like web design or whatever. A project is a short lived project. Like designing ... . The project requires various experts input to complete, but when it is complete, the project is finished.

Description : What is the difference between a compiler and an interpreter ?

Last Answer : Compiler vs. Interpreter Compilers and interpreters convert high level presenter language into machine language. The compiler reads and translates the entire program together. But the interpreter reads ... program. Improper editing and modification in the interpreter is easier than in the compiler.

Description : What is the difference between continue statement and goto statement ?

Last Answer : continue statement The continue statement is used to repeat a statement or loop conditionally or unconditionally . You can only jump to the top using the continue statement. can't work without continue statement if, ... . The goto statement can work directly without if, else if, for, while etc.

Description : What is the difference between while loop and do-while loop ?

Last Answer : The value of the condition is tested first in the while loop , then the loop body is executed only if the condition is true. But for the initial value of the do ... while loop counter variable, the loop body ... , an additional semicolon ( ;) is used at the end of the do ... while loop header line.

Description : What is the difference between a video and a movie ?

Last Answer : There are technical differences between video and movies.

Description : Is there any significant difference in functionality between a ROKU streaming stick vs. the set top box?

Last Answer : I have a couple of the older boxes and a roku 3, use them daily. Best set top boxes available. For 15 bucks, just try it!

Description : Salesforce SDK uninstallation from XCode?

Last Answer : Too many variables – only you know your code, how it was written, and how extensible (or not) it was in the first place. I assume you have been to the Saleforce API and SDK pages.

Description : Is there a program where you can identify music in a specific website?

Last Answer : Need Answer

Description : What is a good programming language to make a multiple choice quiz?

Last Answer : Google classroom should work.

Description : Is there a website that shows all the English words, idioms, etc ever invented, including archaic, unofficial, and newest words that have just been invented?

Last Answer : The problem with such a lexicon would be that there have been a lot of slang, dialect, idioms, and unofficial words that 99% of people have never heard of. Besides that, the English language is ... pretty good vocabulary. Hopefully, someone will recommend some. I am unable to do this at the moment.

Description : How can I add HTML markup to this ajax result?

Last Answer : Need Answer

Description : Function or application allowing me to connect or disconnect wifi?

Last Answer : Some routers - Belkins and older Ciscos, had an app that would allow you to remotely-control your router from your phone. You didn't say what kind of router you have, so it's hard to guess. You can ... . Bottom line - you can do this easily if you have a wifi-based power switch and an app. example

Description : How can I become advanced in javascript in 2 months?

Last Answer : Study hard…work hard!!!

Description : Can you help fix this programming problem in Python?

Last Answer : You can’t treat arrays of digits as a single number. The easiest way to read a numeric string is to use the sys library to read a line from the keyboard. import sys print(“Enter value for mass”) mass = sys.stdin.readline() mass = float(mass)

Description : What's the best book for understanding Unity 2D?

Last Answer : Are you a beginner programmer in general, or just new to Unity? That would make a big difference in how I would respond.

Description : Programmers: Is this puzzle a "named problem?" and can you help me with it?

Last Answer : I'd call it enumerating a list of all combinations . There's a field of math called combinatorics which I did not study but I assume probably has a word for this. It doesn't seem like a puzzle ... each iteration, and tweak it to get the output format you want, but that's essentially it, I think.

Description : How do you get the link posted and not the updated page?

Last Answer : You don't have control over it. The URL that you referred to today is pointing to a page that is housed at a server somewhere else. It isn't under your control or Fluther's - it is under the control of ... a month or a year ago. Summary: it isn't under your control. You get the page they send you.

Description : I'm looking for a IT Project Idea for my Final Year. Can anyone suggest something?

Last Answer : How to maintain a question and answer site with trolls, spammers, and questions that violate the guidelines?

Description : How can i improve my skill sets?

Last Answer : You didn't say what you already know, but my main recommendation for something to learn is Python. It's a great learning language, it's free and easy to install, there are great ... and relatively easily. https://www.python.org/about/gettingstarted/ https://www.programiz.com/python-programming

Description : What should I study in order to write/program a career search software?

Last Answer : More programming. And logic. You need to understand how to develop a search for terms, and then also determine where to search, and then how to optimize search results in a relational database.

Description : Is it on all smartphones you can't post a link?

Last Answer : I can’t cut and paste easily with a smart phone. I could type the link by hand. I would have to write it to a pen and paper first and it would work. If I really need too I could boot up my new chrome book and make a link.

Description : How much work does it take to change on a program, from "Monday to Sunday" to whichever 7 days in a row?

Last Answer : It would depend on the individual program.

Description : What coding languages or other courses should I take on CodeCademy?

Last Answer : The courses that I’ve taken I feel are really only useful for Web design.

Description : How do I simply repeat a line of code 4x in Javascript?

Last Answer : something like a for loop is pretty simple, and gives you a handy counter if needed. for(var i = 0; i < 4; i++) { forward(); }