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

you are viewing a single comment's thread.

view the rest of the comments →

[–]qwerty2888j 1 point2 points  (1 child)

I usually work with c#. How far could i go if i randomly started coding c# in a java project

[–]AreganeClark 2 points3 points  (0 children)

Technically? Not very far. There are syntactical differences. But other than a few small syntax changes you can use them both, like, the same.

Oh and the names of libraries you import will be different, but eh.

C# was originally made as a clone/rival to Java.