T E C h O C E A N H U B

Simple way to create multiple tabs using Kotlin

You might have heard about multiple tabs in Android. There are both manual as well as shortcut to create multiple tabs in android using Kotlin. Let’s see a simple view of how multiple tabs wo [.....]

Read More

Handling Exception through try, catch, finally.

In the previous post we learned that how exceptions are created and here we are going to see what keywords are used to handle exception, and they are try, catch and finally. Below there is a struct [.....]

Read More

Exception Handling in Java

Exception handling is a concept which handles problems or exceptions which arise during normal execution of a problem, in this scenario normal execution of a program gets disrupted. For example, a [.....]

Read More

Abstraction in Java

Abstraction is the process of hiding the implementation details and  showing the required functionality to the user. In Java abstraction is achieved through abstract classes and interfaces. Some F [.....]

Read More

Inheritance in Java

Inheritance in Java is considered to be of very important  concept, which deals with parent and child relationship, or in other words parent class and child class. But in Java we have to take care [.....]

Read More

Copyright ©TechOceanhub All Rights Reserved.