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:
-
- Java interacting with Apache Avro
- This Java-Avro Sample demonstrates how we setup a POJO and then save the info into an Avro file to later by created as a GenericRecord instance. Ultimately, this is verified by using the assertion assert True as the sample shows us.
- javaTutorial 936 2025-01-14 12:08:43
-
- Builder references
- Reference to a constructor uses the syntax: classname::new. It can be assigned to a functional interface that has a constructor-compatible method. Example with Parameterized Constructor If the functional interface has a method with a parameter
- javaTutorial 724 2025-01-14 10:08:43
-
- 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 244 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 563 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 691 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 984 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 763 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 666 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 354 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 1036 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 372 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 477 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 174 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 672 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 286 2025-01-13 07:19:42