排序
Java threads are cheap! Let’s create millions of them
Java threads are cheap! Let’s create millions of them,Photo by Aditya Wardhana on Unsplash Java threads are cheap. Yes, you heard me, right. With the feign of the project loom, yo...
Sending email using flowable workflow engine
Sending email using flowable workflow engine,Integrating Email task in Flowable. If doing from flowable-UI follow this. Once you are done with the filing To, From, Html/HtmlVar, et...
JDBC in simple
JDBC in simple,In this article, I will straightforwardly explain JDBC. Let's get into the topic directly. First, I will get a simple terminology to explain JDBC. Imagine we are liv...
Countries Data
Countries Data,For the last couple of months, I was working on a large project in which I needed to use the list of countries in both English and Arabic languages. At first glance,...
Team Support for Sharing Programming Knowledge with Sensei
Team Support for Sharing Programming Knowledge with Sensei,TLDR; When one person creates a recipe to improve their code quality or productivity, everyone on the team can benefit wh...
From Swing to Jetpack Compose Desktop #2
From Swing to Jetpack Compose Desktop #2, From Swing to Compose Desktop (7 Part Series) 1 From Swing to Jetpack Compose Desktop #1 2 From Swing to Jetpack Compose Desktop #2 ... 3 ...
Reassigning an Object parameter
Reassigning an Object parameter, Java Quirks and Challenges (2 Part Series) 1 Reading a String after an Integer 2 Reassigning an Object parameter Welcome back to my series, where I...
Java finalize() is danger
Java finalize() is danger,In every Java object, there is a method called finalize(). You can override this method in any of your classes. The purpose of this method was to implemen...
WebSockets with ActiveJ
WebSockets with ActiveJ,In this tutorial we'll create a basic client-server application with a WebSocket connection using ActiveJ framework. You need to import the following depend...
How to open a new Activity in a Android App
How to open a new Activity in a Android App,Hello ! I’m Xavier Jouvenot and in this small post, we are going to see how to open a new Activity in a Android App. Self promotion: Yo...
ideaIU-2019.3.1 破解汉化教程
前言因笔者家境贫寒消费不起付费版IDEA,发现合作伙伴“百度”哪里有一套破解教程,绞尽脑汁费了九牛二虎之力搞到手研究明白之后便立即分享于大家。IDEAIDEA 全称IntelliJ IDEA,是用于java语言...
How to check if a character is a number in java?
How to check if a character is a number in java?,Hi, I am new to this world of programming in java language. You might feel to check if a character is a number in java? I mean what...