排序
Kotlin Nedir?
Kotlin Nedir?, Merhaba, bu yazımda sizlere adını sıkça duyduğumuz Kotlin dilinden bahsetmek istiyorum. Kotlin, 2010 yılında JetBrains firması tarafından geliştirilmeye b...
Stalactite ORM 1.0.0 is out !
Stalactite ORM 1.0.0 is out !,After many years of dev, Stalactite ORM is finally released ! It has a brand new approach about persistence : mapping is defined by method references ...
AspectJ + Gradle – Retry Java Method on exception
AspectJ + Gradle - Retry Java Method on exception, What is AOP? AOP - Aspect Oriented Programming is a programming pattern that allows the modularization of common cross-cutting us...
A Simple Introduction To Java – Class and Method
A Simple Introduction To Java - Class and Method, A quiet introduction to Java (10 Part Series) 1 A Simple Introduction To Java - Wet grounds 2 A Simple Introduction To Java - Cond...
Debugging timezone issue in Java [Linux]
Debugging timezone issue in Java [Linux],Have you ever noticed that in some cases, Java will not take the time zone which is configured in a server? This has serious impacts if the...
Java-How to Convert Word Document to Images
Java-How to Convert Word Document to Images,Developers often need to convert Word documents to images since images are difficult to edit and easy to view. With the help of Spire.Do...
Create, Manipulate and Remove Tables in PowerPoint in Java
Create, Manipulate and Remove Tables in PowerPoint in Java,A table is one of the most useful tools for presenting data in PowerPoint. It organizes data in rows and columns so that ...
Stack (Java Collections)
Stack (Java Collections),The stack is a linear data structure that is used to store the collection of objects. It is based on Last-In-First-Out (LIFO). Java collection framework pr...
Palindrome
Palindrome,A palindrome, such as madam or racecar, is a word, number, phrase, or other sequence of letters that reads the same backward as forward. The following are some examples ...
Setting up VS Code for Java development
Setting up VS Code for Java development, VS Code Gold (28 Part Series) 1 VS Code: You don't need that extension 2 The easy way to find the perfect font and theme combination ... 24...
How to Read Multiple Barcode and QR Code with Dynamsoft Java Barcode SDK
How to Read Multiple Barcode and QR Code with Dynamsoft Java Barcode SDK,There are many open-source and commercial barcode SDKs, but only a few of them can recognize multiple barco...
Aiming for object-oriented design elegance
Aiming for object-oriented design elegance, This article was originally posted on my site, MihaiBojin.com. One of my goals for this project was to create a library that is elegant ...