0
C# to java
I costume work with c#, but i want, now learn more about java, and i know that they are similar, then, i can use wat i know about c#, in java ?
2 Answers
+ 1
Mostly, yes. There are some differences (for instance, to write in the console you will use System.out.println() instead) but it is quite easy to go from one to another.
0
Thanks!!
So I just have to understand a few peculiarities of java, that I can turn around, since the two are very similar... Well I will start to study0