answersLogoWhite

0


Best Answer

While I generally prefer "C" as a more robust language, I also consider anything that is released by Microsoft to be unreliable and likely to fail. Java is the product of Sun Microsystems, and has a very good reputation. While I'm not a Java programmer, I have heard nothing but good reports about Java.

AnswerThese two languages are functionally nearly identical. If one can do something, you can bet that the other can do it just as easily. Each has a huge library of built in packages full of classes to help you solve any problem you need to handle.
User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

13y ago

The memory management (allocate, free) code are almost non-exist in Java or C#. This the major advantage over C language - the developers may concenstrate on the true business logic, instead of spending more than 40 to 50 % of time on something the business owner may not understand and do not wish to spend money on. (like you go to an auto shop to get an oil change, but also get charged for office supplies and recycling fee, environmental improvement, unrelated to your needed service but sound very important.)

C# and Java are Objected-Oriented languages, while C is not. That does not mean the ones code in C# or Java are coding in OO way.

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

C sharp is only better then Java if you are able to program better in it. C sharp takes most of its syntax from Java, and the text portion of the coding is very similar to it. The main bonus to C Sharp is that it has a prebuilt GUI environment called a "Form". These forms make it easy for you to add objects to the interface, without having to write out the code for them. However, this also means much of the code is hidden, and you have no need for it. This can make it slightly harder in object oriented programming due to having to figure out a way to still access the Form from different classes. It also means you won't learn what it is that creates the form, although you can still figure it out if you wish to explore. In summary, C sharp is likely easier for new users to learn then Java, as they have less they need to do. The Forms are created in the same ways as classes, and it gives you a visual so you don't have to do tests to ensure that object are in the proper place.

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

Firstly, Java runs on just about any hardware, as long as it has the JVM module.

C sharp is more of a Microsoft platform (although it has been submitted to the ECMA standardization committee).

The languages themselves are somewhat similar, but not identical, and their run time components are very different.

Lastly, C sharp is a component of the CLI, which allows a developer to write routines in multiple languages in the same program unit; Java programs mostly communicate with other Java programs although there is an interface to C and C plus plus as well.

This answer is:
User Avatar

User Avatar

Wiki User

15y ago

C# is a programming language. For more information see related link.

This answer is:
User Avatar

User Avatar

Anonymous

Lvl 1
3y ago

Check on YouTube mas-codetech

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the C sharp programming language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Example of a programming language?

C, C++, Java, C-Sharp


What programming language produces exe extensions?

C Sharp (C#)


What is Microsoft c sharp?

Microsoft C# is a programming language based upon C and C++ which conforms to the Common Language Infrastructure (CLI). Other languages that conform to CLI are VB.NET and J#.


When was C - programming language - created?

C - programming language - was created in 1972.


Something about c sharp?

C sharp is an easy, modern, general-purpose, object-oriented programming language. It is set to run within Microsoft's .NET framework. Anders Hejlsberg led the development team for this program.


What programming language is Android written in?

Android is programmed in the C and C++ programming language.


What do you mean by c language?

C is a programming language.


Name of object oriented programming language?

C++ is the name of a programming language.


What is the definition of c sharp programming language?

C# is a derivative of C++, designed to allow C++ programmers to take advantage of the .NET environment. Officially, it is an object oriented language that encompasses strong typing and component orientation.


Example of procedural programming language and object oriented programming language?

example of procedural programming are those programming language that have structure e.g basic,fortran,c++,c and pascal e.t.c


Websites to download c C programming language books?

Download 1000s of C C C++ Programming Language. http://www.guruengineers.com


Who are the ancestors of C programming language?

programming languages B and BCPL which was used to derive C