MRMahendra Rao Binlearnwithmahi.hashnode.dev·Mar 18, 2022 · 1 min readOptimize Java Code PerformanceIn this article, we are going to discuss Java Code Performance Optimization Tip. While creating the POJO/Entity/Model, we need to choose the data type wisely. Use Primitive data type over Objects Because the Primitive data type is stored on stack me...00
MRMahendra Rao Binlearnwithmahi.hashnode.dev·Oct 7, 2021 · 3 min readLambda(λ) ExpressionsLambda expression (λ) is a new and important feature of Java8, it provides a clear and concise way to represent one method interface using an expression. It is very useful in the collection library. It helps to iterate, filter, and extract data from ...00
MRMahendra Rao Binlearnwithmahi.hashnode.dev·Oct 7, 2021 · 1 min readJava8FeaturesJava8Features Java 8 is a major feature release of Java programming language development. Its initial version was released on 18th March 2014, With the Java 8 release, Java provided supports for Functional Programming, a new Javascript Engine, new AP...00