MindTube
MindTube
  • Видео 47
  • Просмотров 37 221

Видео

03: Java 15 New Features | Sealed Classes | MindTube
Просмотров 1663 года назад
Sealed classes in Java 15. - Use of sealed classes - Use of non-sealed - User of permits.
01 : JAVA 15 Features (MindTube)
Просмотров 2873 года назад
Introduction to Java 15 Features. - Pattern Matching with Instanceof - Records - Sealed Classes - Switch Statements - Text Blocks - Help with NPE - Local Interface and Enums - Foreign Memory Access
02: Java 15 New Features | Pattern Matching with instanceof | MindTube
Просмотров 1563 года назад
Pattern Matching with instanceof in Java 15.
Coding Interview 08: Find Largest sum of hourglass in 2D array
Просмотров 2703 года назад
Coding Interview 08: Find Largest sum of hourglass in 2D array
Data Structures 01 : MergeSort (It's so simple. Revealed )
Просмотров 855 лет назад
In this video I explained which method is used by Collections.sort() and why. How Merge sort works internally and How to design your own Merge sort (sorting algorithm ) in Data Structures. -Made by MindTube
Java 11 03: Advanced var type (MindTube)
Просмотров 905 лет назад
In this Video I have explained advance rules for var type in java 11. var can not be blank, var can not be null, default numeric of var is int, var need explicit cast for char/floats and array,
Java 11 02: var type (MindTube)
Просмотров 2025 лет назад
In this video I explained the new var type introduce in Java 11. How can we use it and rules to use var in java 11. - we can use var with local variables - It is easy to use/ quick and type safe. but we can not use var with class properties/ state, in method signature, Type of Functional interface and as a class name. Also var is a type not keyword.
Java 11 01: String API (MindTube)
Просмотров 2195 лет назад
In this Video I am discussing about New String API in Java 11. All changes in String Class of Java 11 has been explained. like How String.repeat(), String.strip(), String.stripLeading(), String.stripTrailing(), String.isBlank(), String.isEmpty(), and String.lines() works. Solved problem with Java 11 String API
Coding Interview 001: Find unique paths/ways from one object to another
Просмотров 1895 лет назад
Find unique paths/ways from one object to another: In this coding interview challenge we will solve the unique ways/paths problem from one object to another. We will use dynamic programming to solve this coding challenge.
Executor Service 04: Scheduled Thread Pool
Просмотров 4,5 тыс.5 лет назад
Internal Implementation of Scheduled Thread Pool. How it works. Way to schedule your Runnable. How to set tasks after after fixed delay and at fixed rate. These Runnable/Callable are organized in Delay Queue and Threads Pick and execute tasks from delay queue on the basis of frequency defined.
Internal Implementation of HashMap in Java 8
Просмотров 10 тыс.5 лет назад
This Video describe the Internal implementation of HashMap in Java 8. In Java 8 if bucket contains too many entries then after TREEIFY_THRESHOLD it converts Linked List into Tree. The data structure which is chosen for this is TreeNode (it contains four pointers Prev, Parent, Left and Right) Now internal complexity of Bucket is O(log n) rather than O(n). It improves the performance a lot. In th...
Warner Bros. Movie World Theme park Gold Coast(Trip to best theme park )
Просмотров 1805 лет назад
Warner Bros. Movie World Theme park Gold Coast(Trip to best theme park ) :DC Rivals Hyper coaster :Dooms Day :Batwing Space shot :Superman Escape :ARKHAM ASYLUM COASTER :DC RIVALS HYPERCOASTER CLIMB
Executor Service 03: Fixed Thread Pool
Просмотров 3575 лет назад
Executor Service 03: Fixed Thread Pool. Internal Implementation of Fixed Thread pool with Simple example.
Executor Service 02: Cached Thread Pool (Internal implementation)
Просмотров 1,8 тыс.5 лет назад
Cached Thread Pool complete reference with simple explanation. Check the internal implementation of Cached Thread pool
Executor Service 01: Explore it (The concept will stick in your mind)
Просмотров 4185 лет назад
Executor Service 01: Explore it (The concept will stick in your mind)
10: Eureka Service 05 - Register Consumer with Eureka Server
Просмотров 785 лет назад
10: Eureka Service 05 - Register Consumer with Eureka Server
10 : Eureka Service 04 - Register Producer with Eureka
Просмотров 705 лет назад
10 : Eureka Service 04 - Register Producer with Eureka
10: Eureka Service 03 - Create Eureka Server
Просмотров 825 лет назад
10: Eureka Service 03 - Create Eureka Server
10: Eureka Service 02- Create Consumer Service
Просмотров 645 лет назад
10: Eureka Service 02- Create Consumer Service
10 : Eureka Service - 01: Create Producer Service
Просмотров 1105 лет назад
10 : Eureka Service - 01: Create Producer Service
Best motivational
Просмотров 905 лет назад
Best motivational
Coding Interview 07: Find Largest sum of digits of prime numbers in series
Просмотров 1045 лет назад
Coding Interview 07: Find Largest sum of digits of prime numbers in series
Coding Interview 06: Balance braces (MindTube)
Просмотров 1425 лет назад
Coding Interview 06: Balance braces (MindTube)
09: Refresh Properties Without Restart
Просмотров 3,7 тыс.5 лет назад
09: Refresh Properties Without Restart
08: Create Config client in Spring Micro services
Просмотров 1275 лет назад
08: Create Config client in Spring Micro services
07: Create Config Server in Spring Micro services
Просмотров 1935 лет назад
07: Create Config Server in Spring Micro services
06: Config Server/Client Introduction
Просмотров 1435 лет назад
06: Config Server/Client Introduction
05: 12 Principles of Microservices
Просмотров 1485 лет назад
05: 12 Principles of Microservices
04: Enrich Your Microservice
Просмотров 1145 лет назад
04: Enrich Your Microservice

Комментарии

  • @piyushkushwah2249
    @piyushkushwah2249 2 года назад

    not working

  • @chamscamsfb
    @chamscamsfb 2 года назад

    Thank you MindTube for this constructive tuto, please try to find a better microphone for your next vidéos that we can hear you better without using a headset on max volume, Thank you again for your valuable effort

  • @I2obiNtube
    @I2obiNtube 2 года назад

    does not work.. please post your code

  • @thesurajpatade
    @thesurajpatade 2 года назад

    Interesting fact to know which I wasn't aware of, Thanks!

  • @yasirchoudhary824
    @yasirchoudhary824 3 года назад

    appreciated to create this content

  • @himanshugusain1856
    @himanshugusain1856 3 года назад

    I guess that prime number condition is failing for "17".

  • @yolokazinogantsho8111
    @yolokazinogantsho8111 3 года назад

    I cant see

  • @abhishekchaurasia1055
    @abhishekchaurasia1055 3 года назад

    Your voice is not at all clear!!...pls do check your voice before posting any content on your channel!!

    • @chamscamsfb
      @chamscamsfb 2 года назад

      try to be kind with the Mister when criticizing him, i bet that you finished the tuto till the end,...

  • @maan9011
    @maan9011 3 года назад

    Nice

  • @rupeshfitnesstravel
    @rupeshfitnesstravel 3 года назад

    Love it explanation, specially PPT rule

  • @Loveournation
    @Loveournation 3 года назад

    Hi. Code is not visible.. increase or zoom video..

  • @AbhaySingh-rh3yd
    @AbhaySingh-rh3yd 3 года назад

    Please increase the font size during coding . I am watching in mobile.

  • @pro_grammerpro_grammer1159
    @pro_grammerpro_grammer1159 3 года назад

    my God, why aren't you like the best Java youtuber yet. dam your videos are good. You stop making them and i start crying. promise.

  • @Theunderworldmedic_7845
    @Theunderworldmedic_7845 3 года назад

    oo

  • @guptatushar86
    @guptatushar86 3 года назад

    Nice ! crisp & simply put content. Have few queries : a) How is Parent node decided ? b) If it starts becoming unbalanced, due to too many lower/higher values, is Parent Node re-calculated ?

    • @abhimanyuvashisth1248
      @abhimanyuvashisth1248 3 года назад

      The First element saved in each bucket becomes the parent node of the future tree.

  • @Theunderworldmedic_7845
    @Theunderworldmedic_7845 3 года назад

    👍🏻

  • @Theunderworldmedic_7845
    @Theunderworldmedic_7845 3 года назад

    Informative 👍🏻👍🏻

  • @sadanand1668
    @sadanand1668 3 года назад

    Sir in your video sound is very low, please try to improve the video sound. Apart from every thing is fine.

    • @mindtube1254
      @mindtube1254 3 года назад

      Sure Sadanand . Sorry for that. Will take care of it in next video. Thanks for watching it

  • @sadanand1668
    @sadanand1668 3 года назад

    Good explanation sir.

  • @PremDev1122
    @PremDev1122 4 года назад

    To send the Key left or right of the tree, how keys are being compared if Comparable is not implemented in Key?

    • @tomasshestakov1379
      @tomasshestakov1379 3 года назад

      By hashcode() and if them equal by System.identityHashCode()

  • @Vishalsharma-qh1fe
    @Vishalsharma-qh1fe 4 года назад

    Thank you for the video :)

  • @editward960
    @editward960 4 года назад

    I like that you keep things brief but explain well.

  • @editward960
    @editward960 4 года назад

    I found this helpful. Thanks!

  • @moneshkumar3403
    @moneshkumar3403 4 года назад

    Sir zoom your monitor when you display the code

  • @moneshkumar3403
    @moneshkumar3403 4 года назад

    Sir when you display the code please zoom it sir.

  • @erincrafts4220
    @erincrafts4220 4 года назад

    Hello HIT LIKE

  • @monu5594
    @monu5594 4 года назад

    So in case of REHASHING, Does it use existing hash code or it calculate new hashcode for the every element?? Anyone comments is welcome..

    • @PremDev1122
      @PremDev1122 4 года назад

      calculating NEW HASH CODE is REHASHING

  • @erincrafts4220
    @erincrafts4220 4 года назад

    nice explanation

  • @sattumattu
    @sattumattu 4 года назад

    Perfect way to make the things clear quickly, thanks for sharing........Can you please share similar details about ConcurrentHashMap ? What is the Segment in CHM and how that locking mechanism different with it ?

  • @AmitDas-br9us
    @AmitDas-br9us 4 года назад

    not clear....try to add Thread.sleep(1000) in task....then see whether fixedrate is working fine or not ?

  • @manashranjan1267
    @manashranjan1267 4 года назад

    Nice explanation.. thanks very much

  • @mahesh_kok
    @mahesh_kok 5 лет назад

    Lots of improvement needed.... Content wise hats off, presentation is very clumsy Code not visible the biggest disadvantage of this video ...try zooming it And expedite part of videos wherein you are debugging mid parts

    • @cvarun9221
      @cvarun9221 3 года назад

      use a bigger screen maybe ?

  • @Moviesin28Minutes
    @Moviesin28Minutes 5 лет назад

    What is the use of Min treefiy threshold = 64?

  • @pradeepgoyal9901
    @pradeepgoyal9901 5 лет назад

    Can you share the link of the previous video

  • @amileyjones9082
    @amileyjones9082 5 лет назад

    Very well explained @MindTube.. Please work on your Mic or voice for clear audio.

  • @mindtube1254
    @mindtube1254 5 лет назад

    <properties> <java.version>1.8</java.version> <spring-cloud.version>Greenwich.SR1</spring-cloud.version> </properties> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-netflix-eureka-client</artifactId> </dependency> </dependencies> <dependencyManagement> <dependencies> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-dependencies</artifactId> <version>${spring-cloud.version}</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement>

  • @mindtube1254
    @mindtube1254 5 лет назад

    <properties> <java.version>1.8</java.version> <spring-cloud.version>Greenwich.SR1</spring-cloud.version> </properties> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-netflix-eureka-client</artifactId> </dependency> </dependencies> <dependencyManagement> <dependencies> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-dependencies</artifactId> <version>${spring-cloud.version}</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement>

  • @mindtube1254
    @mindtube1254 5 лет назад

    Use above Dependency to get rid of error on start up

  • @mindtube1254
    @mindtube1254 5 лет назад

    <dependency> <groupId>javax.xml.bind</groupId> <artifactId>jaxb-api</artifactId> <version>2.3.0</version> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-impl</artifactId> <version>2.3.0</version> </dependency> <dependency> <groupId>org.glassfish.jaxb</groupId> <artifactId>jaxb-runtime</artifactId> <version>2.3.0</version> </dependency> <dependency> <groupId>javax.activation</groupId> <artifactId>activation</artifactId> <version>1.1.1</version>

  • @rajanareshkosuri
    @rajanareshkosuri 7 лет назад

    Such a lazy explanation

  • @sachida23
    @sachida23 8 лет назад

    Excellent tutorial!!

  • @hingusanjay
    @hingusanjay 8 лет назад

    not useful

  • @souravkundu1030
    @souravkundu1030 8 лет назад

    Good tutorial

  • @Pankajsaini123456
    @Pankajsaini123456 8 лет назад

    nice..