Talk:Comparison of C Sharp and Java

This is the current revision of this page, as edited by Gnomingstuff (talk | contribs) at 17:10, 30 July 2025 (rv test). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Latest comment: 1 year ago by 141.79.34.38 in topic Comparing Stream API and LINQ

Modules

edit

A section is missing: what are the differences between java's packages and C#'s public/internal visibility keywords on namespace members (which end up correlating with the CLR's modules and assemblies). Bohan (talk) 12:21, 28 July 2018 (UTC)Reply

Type inference / manifested

edit

At least C# supports basic type inference support: https://stackoverflow.com/questions/479883/how-good-is-the-c-sharp-type-inference ShalokShalom (talk)

Comparing Stream API and LINQ

edit

There is a paragraph for LINQ but not for the Java Stream API. Comparing them would be more consistent with the rest of the article. I might add this part in the future but don't have time right now — Preceding unsigned comment added by 141.79.34.38 (talk) 23:41, 21 January 2024 (UTC)Reply