current location:Home > Technical Articles > Java
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- Building and Deploying Your First Java App with Docker in Just inutes
- Let's create a simple java app which returns text and available on port 1800 of your local environment using Docker container in 5 minutes (depends on your internet connection speed). You can always grab the full source code from my public reposito
- javaTutorial 261 2025-01-14 09:42:42
-
- Method references
- Concept: A method reference allows you to reference a method without executing it. Relationship with lambda expressions: Both require a target type context composed of a compatible functional interface. Functional instance: A method reference
- javaTutorial 580 2025-01-14 08:56:42
-
- Secrets of Javas String Pool
- 1. Introduction to Java's String Pool In Java, strings are a fundamental part of programming. The String Pool, also known as the String Intern Pool, is a special memory area where Java stores string literals to optimize memory usage. This conce
- javaTutorial 698 2025-01-14 08:33:48
-
- Predefined functional interfaces
- The previous examples used manually defined functional interfaces to illustrate the basic concepts. However, JDK 8 introduced the java.util.function package, which provides predefined functional interfaces for ease of use. Package now
- javaTutorial 993 2025-01-14 08:18:42
-
- Pros and Cons of ays to Instantiate Objects: Telescope Pattern, JavaBeans, and Builder Pattern
- Instantiating objects is an essential activity in object-oriented programming. There are various ways to achieve this, each with its characteristics, advantages, and disadvantages. In this post, we will explore three popular approaches: Telescope Pat
- javaTutorial 778 2025-01-13 22:13:43
-
- Static variables in Java
- Static vs Instance Variables Whenever a variable is declared as static, this means there is only one copy of it for the entire class, rather than each instance having its own copy. Static variable When a static variable is declared, a single
- javaTutorial 675 2025-01-13 18:05:42
-
- Converting JPA entities to Mendix
- Recently while exploring Mendix, I've noticed they had a Platform SDK which allows you to interact with the mendix app model through an API. This gave me an idea to explore if it can be used to create our domain model. Specifically, to create a doma
- javaTutorial 363 2025-01-13 18:04:42
-
- Mastering Java: A Beginners Guide to Building Robust Applications
- Introduction Java is one of the most popular programming languages in the world, renowned for its versatility, robustness, and cross-platform capabilities. Whether you’re building enterprise-level applications, Android apps, or backend systems, Java
- javaTutorial 1045 2025-01-13 11:52:41
-
- Recursion: Concepts, Components, and Practical Applications — Java
- This article explains the concept of recursion in programming. It describes its key components: the base case and the recursive case. Using a Java example, it illustrates how recursion is implemented and emphasizes safeguards to prevent infinite loop
- javaTutorial 383 2025-01-13 10:44:43
-
- I Surveyed the Top Backend Frameworks Heres What I Found
- While creating a new project one of the main things that clouds your mind is what framework you are going to use. Every framework has its own drawbacks and advantages we will be measuring these in this article. The project I'm working on is called
- javaTutorial 490 2025-01-13 08:20:43
-
- Spring Oauth App-Token based Hybrid Token Verification Methods
- If you’re struggling to set up a persistence-based OAuth2 module, consider trying https://github.com/patternhelloworld/spring-oauth2-easyplus App-Token based easy OAuth2 implementation built to grow with Spring Boot Complete separation of the libr
- javaTutorial 181 2025-01-13 07:36:42
-
- Introduction to Java Programming: Beginner's Guide | Introduction to Java Programming: A Beginner's Guide
- Introduction | Introduction Italian: This article is available in both Italian and English. Scroll down for the English version. English: This article is available in both Italian and English. Scroll down for the English version
- javaTutorial 688 2025-01-13 07:25:46
-
- My ev Plan
- For the first time in my life, I'm setting concrete goals for the year ahead. 2025 isn't just another year - it's going to be my year of intentional growth, both as a developer and as a person. I want to share my goals with you, and more importantly,
- javaTutorial 298 2025-01-13 07:19:42
-
- Magic scopes: How Spring organizes beans
- Skillful and diligent assistants, the beans, worked in the Spring workshop. Each of them was endowed with their own unique task: some created toys, some sorted candies, and some grew bright flowers. To keep the work of the workshop orderly
- javaTutorial 982 2025-01-12 22:05:42
-
- verify() method in Mockito example
- The verify() method in Mockito is used to confirm that specific interactions with mocked objects occurred. This is particularly useful in testing when you want to ensure that a certain method was called with specific arguments during the execution of
- javaTutorial 725 2025-01-12 18:04:44