Latest articles on Java, Spring, JPA and more...

Blog Side Banner

Blog Poster

How To Work With Files In Java

ABUL BASAR | 25th March 2024

In this article, we’ll discuss all that entails KDoc in Kotlin. KDoc is simply a language used to document code written in Kotlin specifically. KDoc allows us to provide documentation comments for classes, functions, properties and other elements in our code. It’s the same as Javadoc which is used to document JAVA language. Essentially, KDoc combines syntax in Javadoc for the block tags and markdown for inline markup.