Filter
Exclude
Time range
-
Near
🔥 Data Types in Java In Java, data types specify the type of data that a variable can hold. They are divided into two main categories: 1. Primitive Data Types Data Type -------------- - byte (Small integer (-128 to 127)) - short (Medium integer (-32,768 to 32,767)) - int (Large integer (-2^31 to 2^31-1)) - long (Very large integer (-2^63 to 2^63-1)) - float (Decimal numbers (6-7 digits precision)) - double (Decimal numbers (15 digits precision)) - char (Single character) - boolean (True or False) 2. Non-Primitive Data Types (Reference Types) Data Type -------------- - String (Sequence of characters) - Array (Collection of similar data types) - Class (Blueprint for objects) - Interface (Collection of abstract methods) #Java #JavaProgramming #JavaTutorial #JavaDeveloper #LearnJava #JavaForBeginners #JavaOOP #JavaCollections #JavaBackend #JavaFramework #SpringBoot #JavaMultithreading #JavaDesignPatterns #Java2025 #JavaLambda #JavaStreams #JavaFunctionalProgramming #JavaWithSpringBoot #JavaCoding #Coder #JavaProject #JavaBackendDeveloper #JavaDevelopment #JavaCodingChallenge #react #developer
37
12
64
2,237
19 Nov 2024
Some months ago I made a video about the Java ForkJoinPool. The JavaForkJoinPool helps you break (fork) a bigger task into smaller tasks which can be executed in parallel. It also helps you join the partial results back into a bigger result again. Here is the video, in case you missed it 😉 #Java #JavaConcurrency #JavaMultithreading youtube.com/watch?v=aiwuJQt7…
11
75
2,738
🚧 Navigate the intricacies of multithreading in Java with our API tutorial. 🔄 Learn to build responsive and efficient applications that handle concurrent tasks effortlessly. #JavaMultithreading #ProgrammingSkills buff.ly/3S8a3EH

7
19
3,316
28 Jun 2023
I have corrected my Java volatile tutorial. Some errors had been pointed out to me by several different developers. It was time to fix it. Both text and diagrams have been fixed 😊 jenkov.com/tutorials/java-co… #Java #JavaConcurrency #JavaMultithreading
6
16
84
6,925
17 Nov 2021
I've added a tutorial about Thread Congestion to my Java Concurrency tutorial series: tutorials.jenkov.com/java-co… #Java #JavaConcurrency #JavaMultithreading

1
4
25
2 Nov 2021
Java single-threaded designs - ever wondered what they idea is behind those? In this video I explain the main rationale behind this class of concurrency designs: youtube.com/watch?v=QrYIOs1d… #Java #JavaConcurrency #JavaMultithreading
1
2
13
29 Jun 2021
I've made a small correction of my statements about how Java volatile and synchronized flush thread visible variables to main memory: tutorials.jenkov.com/java-co… youtube.com/watch?v=lHYSBSx-… #Java #JavaConcurrency #JavaMultithreading

1
1
11