ANAmol Nagoseinamolnagose.hashnode.dev·Mar 29, 2023 · 3 min readString In JavaThe string is one of the very important concepts in JAVA, which everyone should know. Now, what is a string? The string is nothing but a collection of characters. In java, we have multiple ways to create strings, some of which are as follows. public ...00
ANAmol Nagoseinamolnagose.hashnode.dev·Mar 19, 2023 · 2 min readStatic Keyword In JavaWhile writing java code we are using static keywords. Yes, it is required. But, it is more confusing for beginners. they get confused about static keywords. Here, I will show how to use, and when to use i.e in and out of static keywords. Consider tha...00