Devfulness

Devfulness

Follow
Follow
homeInterview questions series
Tag

Java

#java

More content

Read more stories on Hashnode


Articles with this tag

Day 10 - How is abstraction achieved in java?

May 10, 2022

Abstraction allows us to hide our implementation. It is one of the key properties of Object-Oriented Programming (OOP). In java, it is implemented...

Day 10 - How is abstraction achieved in java?

Day 7- Is Java pass by value or reference?

May 7, 2022

Again Java passes variables in functions similar to js. Check out the detailed explanations...

Day 7- Is Java pass by value or reference?

Day 5 - Why is java not a Pure Object-Oriented language?

May 5, 2022

For any programming language to be called a pure object-oriented language, it should satisfy all the 7 rules below : Encapsulation/Data...

Day 5 - Why is java not a Pure Object-Oriented language?

Day 2 - Differences between checked & unchecked exceptions in java!

May 2, 2022

Checked Exceptions These are checked during compile time itself. Checked Exceptions should be either handled or the same should be notified with the...

Day 2 - Differences between checked & unchecked exceptions in java!

Introduction to 100 days of interview questions series!

Apr 30, 2022

The tech world is currently buzzing with a lot of recruitment moves! So the chances are the majority of those who are reading this blog are either...

Introduction to 100 days of interview questions series!