Naren Java Help Line
Naren Java Help Line
  • 117
  • 85 033

วีดีโอ

Download and install Lombok in STS & eclipse IDE | Use of Lombok in Spring Boot?
มุมมอง 4532 หลายเดือนก่อน
In this session, will explain what is lombok and how to install in STS and Eclipse IDE. ⭐ Tags ⭐ #narenjavahelpline #springboot #lombok #data #programming #coding #engineering #placement #webdevelopment #coding #mistakes #rejection #jobs #jobsinindia #jobsforfreshers #jobhunt #hiring #hiringalert #hiringnow #jobsfromhome #JobHunt #PostCollege #CareerSuccess #JobSearch #GraduationJourney #Jobles...
Spring Boot DevTools | What is the use of Spring Boot DevTools?
มุมมอง 912 หลายเดือนก่อน
Spring Boot Devetools | What is the use of Spring Boot DevTools?
Diamond Problem | Why Java does not support multiple inheritance? by Naren
มุมมอง 554 หลายเดือนก่อน
In this video will explains: 1. Why Java does not support multiple inheritance? 2. What is diamond problem? 3. Multiple inheritance supports using interface? ⭐ Tags ⭐ #narenjavahelpline #diamondproblem #MultpleInheritance #InterfaceVsAbstract #interface #Abstract #programming #coding #engineering #placement #webdevelopment #coding #mistakes #rejection #jobs #jobsinindia #jobsforfreshers #jobhun...
What is Abstract class & interface in details using Java8 | All about Interface & Abstract by Naren
มุมมอง 344 หลายเดือนก่อน
In this video will explains: What is Abstract class? What is interface? All about Interface & Abstract class in detail 👉 default & static method implementation in Java8 : th-cam.com/video/XDzs3lSWsW4/w-d-xo.html th-cam.com/video/mLr-WP3fIIE/w-d-xo.html 👉 Java 8 Interview Questions and Answers: th-cam.com/video/-eRV07VnDcI/w-d-xo.html th-cam.com/video/e07Wifls_xE/w-d-xo.html ⭐ Tags ⭐ #narenjavah...
When to use Abstract class and Interface in real application in java by Naren
มุมมอง 604 หลายเดือนก่อน
When to use Abstract class and Interface in real application in java by Naren In this video we will see When to use Abstract class and Interface in real application in java In this video will explains: 1) Differences between Interface and Abstract Class 2) When to use interface and when to use Abstract class in real applications ⭐ Tags ⭐ #narenjavahelpline #InterfaceVsAbstract #interface #Abstr...
Interface Vs Abstract class In Java 8 | a compression between Interface & Abstract class by Naren
มุมมอง 684 หลายเดือนก่อน
In this video we will see what the differences between abstract classes and interfaces are. Interfaces in java are very important to achieve the effect of multiple inheritance Will explains mainly: 1) Differences between Interface and Abstract Class 2) When to use interface and when to use Abstract class in real applications ⭐ Tags ⭐ #narenjavahelpline #programming #coding #engineering #placeme...
Interface in Java 8 by Naren
มุมมอง 224 หลายเดือนก่อน
What is Interface in Java, and how and why would you use them? Also, what's the difference between an abstract class and an interface? Interface can seem like a wacky, complicated Java concept, but they're pretty simple. I will explain it in just a few minutes in this beginner Java tutorial video lesson. How do I make an Interface, or an abstract method? Why would I want to use an Interface in ...
Abstract Classes in Java 8 | What is Abstract class? by Naren
มุมมอง 364 หลายเดือนก่อน
What are abstract classes and methods in Java, and how and why would you use them? Also, what's the difference between an abstract class and an interface? Abstract classes can seem like a wacky, complicated Java concept, but they're pretty simple. We'll explain them in just a few minutes in this beginner Java tutorial video lesson. How do I make an abstract class, or an abstract method? Why wou...
JVM internal Architecture
มุมมอง 634 หลายเดือนก่อน
In this session, I have explained the architecture of the Java Virtual Machine (JVM). Whether you have used Java to develop programs or not, you must have heard about Java Virtual Machine (JVM) at some point or other. JVM was initially designed to support only Java. However, over time, many other languages such as Scala, Kotlin, and Groovy, etc. were adopted on the Java platform. All of these l...
JVM Architecture in details | How JVM works internally By Naren
มุมมอง 6534 หลายเดือนก่อน
In this session, I have explained the architecture of the Java Virtual Machine (JVM). Whether you have used Java to develop programs or not, you must have heard about Java Virtual Machine (JVM) at some point or other. JVM was initially designed to support only Java. However, over time, many other languages such as Scala, Kotlin, and Groovy, etc. were adopted on the Java platform. All of these l...
IS-A & HAS-A Relationship, Association, Aggregation and Composition in java
มุมมอง 3674 หลายเดือนก่อน
In this session I have explained what is IS-A & HAS-A Relationship, Association, Aggregation and Composition in java. Its really useful. Do let me know in the comments section about what else you would like to see on this channel. Your feedback matters a lot! If you have any questions please comment down below. Please leave a LIKE and SUBSCRIBE for more content! ⭐ Tags ⭐ #narenjavahelpline #inh...
Complete Roadmap for JAVA Backend Developer 🔥 | How To Become Best Java Developer | by Naren
มุมมอง 1.3K4 หลายเดือนก่อน
In this session I have explained all needed and imp topics names those we must have to know as a java backend developer, To Become Best Java Developer. Do let me know in the comments section about what else you would like to see on this channel. Your feedback matters a lot! If you have any questions please comment down below. To access this Roadmap: whimsical.com/java-backend-developer-VX7cRmRc...
Immutable class in Java | Why immutable class? |How to make a class Immutable by Naren
มุมมอง 2035 หลายเดือนก่อน
This video explains concepts on Immutable Class in Java What is immutable class? Immutable means unmodified or unchangeable. Once the immutable class's objects are created, its object values and state cannot be changed. Example - Primitive objects such as int, long, float, double, Wrapper classes(Integer, Float etc), String class, etc. How to make a class Immutable? 1. Final class, which is dec...
Queues Vs Topics | Point-to-Point (1 -to-1) & Publish-Subscribe(1-to-Many) mode l By Naren
มุมมอง 376 หลายเดือนก่อน
Queues Vs Topics | Point-to-Point (1 -to-1) & Publish-Subscribe(1-to-Many) mode l By Naren
What is JMS and message queues? | Producer-Consumer Model | JMS Architecture| Rabit MQ |JMS provider
มุมมอง 1306 หลายเดือนก่อน
What is JMS and message queues? | Producer-Consumer Model | JMS Architecture| Rabit MQ |JMS provider
What is messaging queues? Why & when to use them? Synchronous vs Asynchronous communication!
มุมมอง 366 หลายเดือนก่อน
What is messaging queues? Why & when to use them? Synchronous vs Asynchronous communication!
ibm mq installation | Creating Queue Manger | ibm mq explorer 9.3 installation #ibm #mqexplorer #mq
มุมมอง 1.7K6 หลายเดือนก่อน
ibm mq installation | Creating Queue Manger | ibm mq explorer 9.3 installation #ibm #mqexplorer #mq
Java8 Streams Interview Question-26-How to sort a Map based on keys or values using stream?-by Naren
มุมมอง 2447 หลายเดือนก่อน
Java8 Streams Interview Question-26-How to sort a Map based on keys or values using stream?-by Naren
Java8 Streams Interview Question-25-Student Grade Classification -PASS or FAIL-by Naren
มุมมอง 1437 หลายเดือนก่อน
Java8 Streams Interview Question-25-Student Grade Classification -PASS or FAIL-by Naren
Java8 Streams Interview Question-24-Find & print all the employees of a particular dept -by Naren
มุมมอง 1767 หลายเดือนก่อน
Java8 Streams Interview Question-24-Find & print all the employees of a particular dept -by Naren
Java8 Streams Interview Question-23-How to group Employees by department using stream-by Naren
มุมมอง 3487 หลายเดือนก่อน
Java8 Streams Interview Question-23-How to group Employees by department using stream-by Naren
Java8 Streams Interview Question-22-How to sort Employees by Name and Salary using stream-by Naren
มุมมอง 4677 หลายเดือนก่อน
Java8 Streams Interview Question-22-How to sort Employees by Name and Salary using stream-by Naren
Java8 Streams Interview Question-21-sort a list of employees by employee name using stream-by Naren
มุมมอง 3297 หลายเดือนก่อน
Java8 Streams Interview Question-21-sort a list of employees by employee name using stream-by Naren
Java8 Streams Interview Question-20-Partition a list of numbers into 2 groups: even and odd-by Naren
มุมมอง 3127 หลายเดือนก่อน
Java8 Streams Interview Question-20-Partition a list of numbers into 2 groups: even and odd-by Naren
Java8 Streams Interview Question-19-Filter all the palindrome words of a list using stream -by Naren
มุมมอง 2417 หลายเดือนก่อน
Java8 Streams Interview Question-19-Filter all the palindrome words of a list using stream -by Naren
Java8 Streams Interview Question-18-Concatenate two list of strings & remove duplicates -by Naren
มุมมอง 1827 หลายเดือนก่อน
Java8 Streams Interview Question-18-Concatenate two list of strings & remove duplicates -by Naren
Java8 Streams Interview Question-17-How do you merge 2 integer arrays into a sorted array-by Naren
มุมมอง 2837 หลายเดือนก่อน
Java8 Streams Interview Question-17-How do you merge 2 integer arrays into a sorted array-by Naren
Java8 Streams Interview Question-16-Group names by their first letter & count of each group-by Naren
มุมมอง 2747 หลายเดือนก่อน
Java8 Streams Interview Question-16-Group names by their first letter & count of each group-by Naren
Java8 Streams Interview Question-15-Count words frequency in a given string-by Naren
มุมมอง 2787 หลายเดือนก่อน
Java8 Streams Interview Question-15-Count words frequency in a given string-by Naren

ความคิดเห็น

  • @badgestargaming5840
    @badgestargaming5840 16 วันที่ผ่านมา

    very useful video sir thankyou

  • @gainingknowledge8809
    @gainingknowledge8809 2 หลายเดือนก่อน

    Tq sir this video gives hope for me do the spring boot project

  • @asifaindi1388
    @asifaindi1388 2 หลายเดือนก่อน

    👍

  • @PralabhYadav-z5s
    @PralabhYadav-z5s 2 หลายเดือนก่อน

    Sir you are using Deepak sir 's notes but your explaination skill is great.

  • @AeVedya0
    @AeVedya0 2 หลายเดือนก่อน

    sir please help me i am facing issue in spring starter project ... xml file is not opening + as soon as i created project it give class not found exception i dont know anything about it..

    • @NarenJavaTech
      @NarenJavaTech 2 หลายเดือนก่อน

      Please check : th-cam.com/video/-_IXJZKjA_Y/w-d-xo.htmlsi=MqKZzUQiADkZdbzX

  • @mohammedanisrahman2238
    @mohammedanisrahman2238 3 หลายเดือนก่อน

    Thank you sir, i was trying to do the same since a whole day and now after watching your video all this seems so easy!!

  • @yousralemhamed3094
    @yousralemhamed3094 3 หลายเดือนก่อน

    Thank you so much ❤️

  • @shravangone7780
    @shravangone7780 3 หลายเดือนก่อน

    Hello Bro Will you provide any help for IBM MQ certification!

  • @HaripriyaBoini
    @HaripriyaBoini 3 หลายเดือนก่อน

    how to add dependencies

    • @mohammedanisrahman2238
      @mohammedanisrahman2238 3 หลายเดือนก่อน

      you'd get the option in the spring initializer only brother!!

  • @Opd-h7h
    @Opd-h7h 3 หลายเดือนก่อน

    👍

  • @boseashish
    @boseashish 4 หลายเดือนก่อน

    very good, thank you

  • @rgt2573
    @rgt2573 4 หลายเดือนก่อน

    very well explained Naren Sir!

  • @rgt2573
    @rgt2573 4 หลายเดือนก่อน

    very important point explained in simple manner.. thank you Naren Sir!

  • @rgt2573
    @rgt2573 4 หลายเดือนก่อน

    nice explanation Naren Sir! please keep uploading more videos for the benefit of your followers :)

  • @bestmotivations4ever
    @bestmotivations4ever 4 หลายเดือนก่อน

    I m the first viewer❤

  • @sunitasingh9467
    @sunitasingh9467 4 หลายเดือนก่อน

    Hi Naren, In this producer consumer video at 24:38 time, when showing the last result, Item produced : 3 is not consumed.. even I am also getting the same result.. why so?

    • @NarenJavaTech
      @NarenJavaTech 2 หลายเดือนก่อน

      Need to check

  • @sunitasingh9467
    @sunitasingh9467 4 หลายเดือนก่อน

    I have seen all your videos in this playlist, they are very helpful.. kindly add more such videos example parallel stream etc. Your videos are easy to understand. Thanks you so much :)

    • @NarenJavaTech
      @NarenJavaTech 4 หลายเดือนก่อน

      Glad to hear that, I will add more as u suggested!

  • @sunitasingh9467
    @sunitasingh9467 4 หลายเดือนก่อน

    very well explained, loved it

  • @bestmotivations4ever
    @bestmotivations4ever 4 หลายเดือนก่อน

    Good explanation ❤

    • @NarenJavaTech
      @NarenJavaTech 4 หลายเดือนก่อน

      Glad to hear that.

  • @cuongmanvan2591
    @cuongmanvan2591 4 หลายเดือนก่อน

    than'k you so much

  • @MadanKumar-il5yi
    @MadanKumar-il5yi 4 หลายเดือนก่อน

    Please do some more videos on spring boot, spring data, and if possible on microservices

    • @NarenJavaTech
      @NarenJavaTech 4 หลายเดือนก่อน

      Sure I will upload in near future, Thanks for ur comments

  • @MadanKumar-il5yi
    @MadanKumar-il5yi 4 หลายเดือนก่อน

    Clear ✌️👍

  • @ShubhamKumar-du3ov
    @ShubhamKumar-du3ov 4 หลายเดือนก่อน

    Thank you sir

  • @ShubhamKumar-du3ov
    @ShubhamKumar-du3ov 4 หลายเดือนก่อน

    First time found a video which cleared my doubts, sir please upload some videos about collection framework

  • @ShubhamKumar-du3ov
    @ShubhamKumar-du3ov 4 หลายเดือนก่อน

    Very clean explanation sir❤

  • @ShubhamKumar-du3ov
    @ShubhamKumar-du3ov 4 หลายเดือนก่อน

    All scenarios u covered about access modifiers in this video❤

  • @ShubhamKumar-du3ov
    @ShubhamKumar-du3ov 4 หลายเดือนก่อน

    Sir please upload spring boot road map

    • @NarenJavaTech
      @NarenJavaTech 4 หลายเดือนก่อน

      Sure, let me upload in my upcoming sessions!

  • @ShubhamKumar-du3ov
    @ShubhamKumar-du3ov 4 หลายเดือนก่อน

    Very simple explanation

  • @exploreviralvideos
    @exploreviralvideos 4 หลายเดือนก่อน

    Nice examples😊

  • @rgt2573
    @rgt2573 4 หลายเดือนก่อน

    very interesting examples used.. car - passengers & car -engine 😃

  • @KalPana-c5v
    @KalPana-c5v 4 หลายเดือนก่อน

    Very good examples

  • @KalPana-c5v
    @KalPana-c5v 4 หลายเดือนก่อน

    You are great Sir

  • @KalPana-c5v
    @KalPana-c5v 4 หลายเดือนก่อน

    Thank you Sir

  • @KalPana-c5v
    @KalPana-c5v 4 หลายเดือนก่อน

    Thank you so much Sir

  • @KalPana-c5v
    @KalPana-c5v 4 หลายเดือนก่อน

    A must watch session

  • @KalPana-c5v
    @KalPana-c5v 4 หลายเดือนก่อน

    After watching multiple videos, found a video whic is the best one

  • @KalPana-c5v
    @KalPana-c5v 4 หลายเดือนก่อน

    Very nice sir...keep up the good work

  • @KalPana-c5v
    @KalPana-c5v 4 หลายเดือนก่อน

    This person is amazing

  • @KalPana-c5v
    @KalPana-c5v 4 หลายเดือนก่อน

    Thank You Sir❤

  • @KalPana-c5v
    @KalPana-c5v 4 หลายเดือนก่อน

    Amazing explanation

  • @KalPana-c5v
    @KalPana-c5v 4 หลายเดือนก่อน

    U saved my whole day 💕

  • @KalPana-c5v
    @KalPana-c5v 4 หลายเดือนก่อน

    U saved my whole day 💕

  • @KalPana-c5v
    @KalPana-c5v 4 หลายเดือนก่อน

    Very good examples

  • @KalPana-c5v
    @KalPana-c5v 4 หลายเดือนก่อน

    Very good session

  • @KalPana-c5v
    @KalPana-c5v 4 หลายเดือนก่อน

    Good one Sir

  • @AnandiThakur-s3t
    @AnandiThakur-s3t 4 หลายเดือนก่อน

    A roadmap every java developer has to fallow; thanks for such nice session

  • @AnandiThakur-s3t
    @AnandiThakur-s3t 4 หลายเดือนก่อน

    Good information

  • @Badal-y9y
    @Badal-y9y 4 หลายเดือนก่อน

    love u brooo thank you so so so much

  • @rgt2573
    @rgt2573 4 หลายเดือนก่อน

    Very well explained Naren sir 👏

  • @rgt2573
    @rgt2573 4 หลายเดือนก่อน

    Thank you so much dear Naren Sir!🙏 Amazing content.. no non-sense talk and to the point correct explanation 👏 You are helping the learners in big way!👨‍🏫