#java
Read more stories on Hashnode
Articles with this tag
String String is immutable ( as soon as created can not be changed )item . The item created as a String is saved inside the constant string pool. Each...
OOP Concepts in Java · There are four main OOP concepts in Java. These are: Abstraction Abstraction approach using simple matters to represent...
Let's first understand the concept of abstraction in java. Abstraction is a process of hiding the implementation details and showing only...