Docs: Java has not Lambda expression, enumeration, delegate, directly access memory are incorrect.

Created on 5 Nov 2019  Â·  1Comment  Â·  Source: dotnet/docs

enumerations, delegates, lambda expressions and direct memory access, which are not found in Java.

Java has

  • delegates ( not built-in, but can implement https://www.dummies.com/programming/java/how-to-use-the-delegation-pattern-in-java/ )
  • enumerations ( https://docs.oracle.com/javase/7/docs/api/java/util/Enumeration.html )
  • lambda expression ( https://docs.oracle.com/javase/tutorial/java/javaOO/lambdaexpressions.html )

    - directly access memory ( https://www.mkyong.com/java/java-write-directly-to-memory/ )

Document Details

⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Area - C# Guide Technology - C# Fundamentals P1 Pri2 csharp-get-startetech doc-enhancement dotnet-csharprod up-for-grabs

Most helpful comment

Yes @donhuvy You are correct. This page has not been updated for more modern Java features.

Related #14477

For both issues, I think the best plan is to avoid a direct comparison with other languages. As these issues point out, it's hard to ensure we correctly compare all the developments in other languages in a timely fashion.

>All comments

Yes @donhuvy You are correct. This page has not been updated for more modern Java features.

Related #14477

For both issues, I think the best plan is to avoid a direct comparison with other languages. As these issues point out, it's hard to ensure we correctly compare all the developments in other languages in a timely fashion.

Was this page helpful?
0 / 5 - 0 ratings