Tagged: java

2

Java Interface | How to Use Interface in Java

We are gonna learn what Java Interface means and how to use interface in Java in this chapter. I dedicate this whole leaflet to learning everything about interfaces. Interfaces are more or less based...

how to write to a file in Java coffe mug 1

How to Write to a File in Java

So far, we were seeking outputs in the console area. But we can get it in a file as well. Yes, we are going to learn how to write to a file in Java...