排序
Java Annotations
Java Annotations, Annotation Basics Annotations, a form of metadata, provide data about a program that is not part of the program itself. It has no direct effect on the operation o...
How to extract the source code of a Java application
How to extract the source code of a Java application ,If you write Java applications, you may already know that, in order to be able to easily use your application on another comp...
How to Build Java Applications Today: July 19, 2021
How to Build Java Applications Today: July 19, 2021, How to Build Java Applications Today (47 Part Series) 1 How to Build Java Applications Today: March 29, 2021 2 How to Build Jav...
Another unsuccessful day :(
Another unsuccessful day :(,I was working on a project it wants to play Audio from Youtube live-streaming, but it's not legal to do it on Android. 原文链接:Another unsuccessful da...
jOOQ on YugabyteDB
jOOQ on YugabyteDB,I know jOOQ for a while, and I've recommended it many times to database developers because it overcomes two of the major problems of SQL: SQL queries being embed...
Cheap or Free SMS Api???
Cheap or Free SMS Api???,I want an SMS Api. But all there in market are too costly. I wants to make an api for sending sms. I wants to use my local number for sending sms using an ...
String Methods
String Methods,Hello all I hope you are doing well. In this article I'll be writing about some most commonly used methods of string class in java. May be I'll write one more articl...
Run Java Program using Command Prompt
Run Java Program using Command Prompt, Please go through this video for detailed explanation : 原文链接:Run Java Program using Command Prompt
Rust and the JVM
Rust and the JVM, start-rust (10 Part Series) 1 My first cup of Rust 2 My second cup of Rust ... 6 more parts... 3 The Rustlings exercises - part 1 4 The Rustlings exercises - part...
Answer: What’s a monitor in Java?
Answer: What's a monitor in Java?, answer re: What's a monitor in Java? Sep 29 '20 8 In concurrent programming, we need to focus on two things Mutual exclusion When a process/threa...
Effective Java: Adhere to Generally Accepted Naming Conventions
Effective Java: Adhere to Generally Accepted Naming Conventions, Effective Java Review (90 Part Series) 1 Effective Java Tuesday! Let's Consider Static Factory Methods 2 Effective ...
Understanding Jakarta EE 8 – C.D.I. (Part 3) – Defining custom CDI annotations.
Understanding Jakarta EE 8 - C.D.I. (Part 3) - Defining custom CDI annotations.,[As we continue with this series, we will refer to some content and examples from the CDI 2.x specif...