Stories By Sachindra N.
-
CORE JAVA
/ 1 year agoHashMap in Java
HashMap is a fundamental data structure in Java that provides an efficient way to store and retrieve key-value pairs. It’s widely...
-
Blog
/ 1 year ago10 Benefit of using Java Programming Language
In the vast landscape of programming languages, Java stands as a stalwart, renowned for its versatility, portability, and robustness. Since its...
-
Blog
/ 1 year agoFunction Expression & Function Statement in Javascript
In JavaScript, functions can be defined using two main ways: function expressions and function statements (also known as function declarations). Both...
-
-
javascript
/ 1 year agoWhat does “Scripting Language” means in Javascript ?
In web development, a scripting language refers to a programming language that is primarily used to write scripts that can be...
-
CORE JAVA
/ 1 year agoFundamental of Polymorphism in Java
Polymorphism: Understanding the Power of Object-Oriented Programming Polymorphism is a fundamental concept in object-oriented programming that enables the creation of robust...
-
Blog
/ 1 year agoDiffrence between expression & statement in java
In Java, statements, expressions, operators, and operands are fundamental concepts related to writing and executing code. Let’s define each of them:...