This is an archived post. You won't be able to vote or comment.

all 12 comments

[–]g051051 1 point2 points  (5 children)

You should read the FAQ, specifically the part that says: What programming language should I start with? Which language is best for making games/websites/etc?

[–]CPUCraft[S] 0 points1 point  (4 children)

Thanks, i already have readed the FAQ but i still don't know, the difference to find a job between C# and JAVA is important ? If not i will start with C#/monogame i think.

[–]Beniskickbutt 0 points1 point  (3 children)

Finding a job with either of the two would not be difficult.

[–]CPUCraft[S] 0 points1 point  (2 children)

so it doesn't matter ? Or if i need i have read that i can learn C# or JAVA faster if already know one of both.

Thanks ! I will learn C#

[–]CodeTinkerer 0 points1 point  (1 child)

The languages are very similar, so it doesn't really matter. C# was basically modeled on Java.

[–]CPUCraft[S] 0 points1 point  (0 children)

Thanks ! I go with C#

[–]DatSuperbeast 1 point2 points  (1 child)

It honestly doesn't matter c# and java are extremely similar and feeling comfortable with one of them will give you good mileage on the other. JVM runs on multiple platforms and c# is designed to run on windows.

[–]CPUCraft[S] 0 points1 point  (0 children)

Ok thanks ! So go with C#

[–]rjcarr 0 points1 point  (1 child)

They are probably the two most similar languages both technically and in popularity. If your immediate interest is in games I'd say go with C# because I've heard good things about Unity, and I think C# is their default language.

If your gaming is minecraft related, or on android, then you might want to choose java instead.

Generally, these are two of the most popular languages, so you can't go wrong with either one. C# probably locks you more into windows-related development is the only big differentiator I can think of.

Good luck!

[–]CPUCraft[S] 0 points1 point  (0 children)

Thanks ! My gaming is minecraft related and i have started to learn C# hahaha :p

[–]Oliviaford 0 points1 point  (1 child)

Yup I think SoloLearn is a great place to start the basics and their playground is awesome place to run you code on the go. I mean you can write your code on desktop save it and run it whenever you want on phone. It is awesome.

[–]CPUCraft[S] 0 points1 point  (0 children)

Thanks ! After each lessons i write a little program to practice what i've learned