Best Lang Java or C# | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 11

Best Lang Java or C#

Give me answer plz

13th Jul 2018, 1:07 PM
Shubham Kumar
3 Answers
+ 4
Java, it is platform independent
13th Jul 2018, 5:12 PM
OLANIYI Babarinde Isola
OLANIYI Babarinde Isola - avatar
+ 3
Java and C# are good general-purpose programming languages suitable for much more than just the Internet. They use many recent innovations in programming language design, yet are also simple enough to use in a course such as CS-112. Furthermore, once you know one programming language, it is much easier to learn another. Java and C# have many attractive characteristics, including: Simplicity. Their relative simplicity is their prime attraction as an introductory programming language. Safety. Java and C# were designed to be robust. Their type systems are a major source of this robustness, and the absence of pointers removes one common source of problems. They also provide exception handling and other methods for creating programs that are less likely to crash. Cost. Free implementations of both Java and C# are available. Cross-platform. A Java program written for one platform, such as a PC or Mac, will run on any other Java platform automatically. Java programs are compiled into platform-independent byte-codes. C# is not quite as platform-independent, but should at least run under Windows and Mac OS-X (but not Linux). Object-oriented. In Java and C#, (almost) everything is an object. In fact, there are no functions or procedures -- just class methods. C#'s treatment of objects is a bit more uniform than that of Java. Read here in detail: http://crbtech.in/Java-Training/resemblances-differences-java-c/
14th Jul 2018, 5:11 AM
pranit patil
pranit patil - avatar
0
I'm basically bored of seeing such posts. https://www.sololearn.com/discuss/1399467/?ref=app
13th Jul 2018, 2:13 PM
Dlite
Dlite - avatar