#java
Read more stories on Hashnode
Articles with this tag
When two or more parts of a program run simultaneously it is called multithreading and each such program is called a thread. We achieve maximum...
So Abstraction it is. Abstraction is a way of hiding the implementation part of the code and showing the user only what he/she needs to do so as not...
Okay, so the Interface is a method in Java that is used to achieve abstraction and multiple inheritance in Java interface we can only declare a method...
Wrapper Class: Wrapper class essentially allows the user to wrap the primitive data into an object this means that the user can use those primitive...