Hi all,
I have basic knowledge of Java, and now I started to learn C#, but I'de like to ask about the main differences and where I should pay more attention to prevent confusion between those 2 OOP languages.
Example
Thx and Kr.
I have basic knowledge of Java, and now I started to learn C#, but I'de like to ask about the main differences and where I should pay more attention to prevent confusion between those 2 OOP languages.
Example
Code:
String str = "eryesnobuytrer"; Console.WriteLine(str.Length); String str = "eryesnobuytrer"; System.out.println(str.length());
Comment