#java
Read more stories on Hashnode
Articles with this tag
What’s a Thread? A thread is the smallest unit of execution in a process A process is a program in execution A single process can have multiple...
...shall we? · This is an OOP concept that allows objects to take many forms. In Java, polymorphism enables flexibility and reusability in code. There...