#java
Read more stories on Hashnode
Articles with this tag
What is a string? In programming language, a string is a collection of alphabets like "mohit" is a string and It is the one of the fundamental data...
What are Functions ? • Functions are the fundamental building block for structuring and executing code in JavaScript applications. • Functions allows...
What are Objects? Versatile and powerful Collection of key and value pairs Key and ValueKeys are unique identifiers also known as property name...
What are Datatypes? Datatypes in any programming language represents the type of value that is to store in a variable and it also determine what kind...