Java 10 new feature
Java 10 introduced several features and enhancements. One significant feature is the introduction of Local-Variable Type Inference, commonly known as the "var" keyword. Let's explore this feature with an example:
Local-Variable Type Inference (var ke...
navnitraj.hashnode.dev2 min read