![]() |
Convert Lambda Expressions From C# To Java Using CodePorting Engine
CodePorting.com is one of few sites which is always trying to make it easier for developers to translate their C# Apps to java instantly by adding more and more language constructs in their CodePorting C#2Java Engine. To keep this persistent nature, they have recently added Support for Lambda Expressions in CodePorting Engine. Anyone of you who don’t know what Lambda Expression is let me explain it to you in short. Lambda Expressions are unspecified methods in C# which provide brief and functional syntax. But in java there is no alternative for Lambda Expression, so from now on CodePorting C#2Java engine will intelligently handle these kinds of expressions by producing the auto generated code.
See the following Code Example to see how CodePorting handles converting Lambda Expressions while converting from C# to Java: C# Code: Code:
using System;Code:
package CSharp2Java.Samples.Convert.LambdaExpressions; |
| All times are GMT +5.5. The time now is 21:21. |