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:
-
- Throw an exception from within a lambda expression
- Throwing Exceptions in Lambdas A lambda expression can throw exceptions. For checked exceptions: The exception thrown must be compatible with those listed in the throws clause of the abstract method of the functional interface. Requi
- javaTutorial 355 2025-01-12 06:41:45
-
- Lambda expressions and capturing variables
- Access to Variables in the Contained Scope A lambda expression can access: Instance variables of the containing class. Static variables defined in the external class. The this parameter, which references the calling instance of the external class. Access
- javaTutorial 702 2025-01-12 06:29:45
-
- roven JVM Optimization Techniques for Java Developers
- As a best-selling author, I invite you to explore my books on Amazon. Don't forget to follow me on Medium and show your support. Thank you! Your support means the world! As a Java developer with years of experience optimizing applications, I've en
- javaTutorial 916 2025-01-11 22:04:45
-
- JAVA FOR BEGINNERS - General Guidelines and Environment Settings
- JAVA FOR BEGINNERS (Oracle) Starting our Journey in the study group focused on learning and improving the foundations of Java. In this first moment we will study the Book: Java for Beginners SUMMARY AT THE END OF THIS
- javaTutorial 331 2025-01-11 22:03:43
-
- JOOQ Is Not a Replacement for Hibernate. They Solve Different Problems
- I've originally written this article in Russian. So, if you're native speaker, you can read it by this link. In the past year or so, I've come across articles and talks suggesting that JOOQ is a modern and superior alternative to Hibernate. The arg
- javaTutorial 522 2025-01-11 20:10:41
-
- Java for Beginners - Introduction: Introduction, Fundamentals and Practice #Cap1
- Important Information from Chapter 1 Introduction to Java and its Importance Java Evolution Key Features Why choose Java in 2024? Contributions Bytecode POO Data Types L Conversions and Best Practices
- javaTutorial 249 2025-01-11 20:03:51
-
- Leetcode Sort Colors
- Intuition The basic intuition comes from sorting. Approach In the naive approach, we can sort the array using inbuilt sorting function. The time complexity will be O(N*log(N)). Optimize: Since we are sorting only three numbers,
- javaTutorial 190 2025-01-11 18:03:43
-
- I am going to learn java in next eeks, please follow me for regular updates
- JAVA How do python programmers start learning Python? Python shell : That's why Python is easy to learn. From Java 9: Java is equally easy to learn - JShell . Java REPL(Read Eval Print Loop) . Type in one line of code and see the output
- javaTutorial 936 2025-01-11 16:07:42
-
- #Winnifinni
- Vinnifinni is a SaaS (Software as a Service) platform focused on vendor financing in India. The tool allows businesses to obtain loans against purchase orders with a quick turnaround time (within 15 minutes), and ensures low rates of interest (ROI) w
- javaTutorial 314 2025-01-11 16:03:47
-
- Kadanes Algorithm: Leetcode Maximum subarray
- Intuition We can build the intuition based on the two-point approach. Approach We will start with two variables maxSum and maxTillNow. The first variable stores the max sum we have attained overall in the array. The second variabl
- javaTutorial 769 2025-01-11 08:12:42
-
- What is load balancing and how to do it on client side
- “Load balancing” can be explained as maintaining any workload. For example if you have to serve 1000 breakfast in the morning you can divide the work among 2-3 or more caterers to lower the delivery/preparation time. In the computer world, same logi
- javaTutorial 179 2025-01-10 22:08:41
-
- What are the types or formats of questions can I expect in the exam?? (OCA Java SE rogrammer I Certification)
- The OCA Java SE8 Programmer I Certification is the first essential certificate to have before taking the OCP Exam. One is expected to sit for OCA first before taking the OCP. As a beginner questions can be tricky. You are coming from the world of Jav
- javaTutorial 273 2025-01-10 22:03:46
-
- Debunking the Myths: Why Learning Java is a Great Career Move
- Java is one of the most popular programming languages in the world, and for good reason. It's a versatile, platform-independent language that's widely used in a variety of industries, from Android app development to enterprise software solutions.
- javaTutorial 1049 2025-01-10 20:05:42
-
- Java Comparator vs Comparable Guide with Example
- Imagine you’re a Java programmer and your task is sorting. Well, you’re in luck because Java has not one but two sorting superheroes ready to save the day: Comparable and Comparator. But, hold on, these two heroes don’t quite get along—they’re more l
- javaTutorial 248 2025-01-10 12:29:42
-
- Using annotations in Java to make a strategy
- I went through a very interesting situation at work and wanted to share the solution here. Imagine you need to process a set of data. And to deal with this set of data you have several different strategies for this. For example
- javaTutorial 328 2025-01-10 12:13:43