- 117
- 84 179
Naren Java Help Line
India
Приєднався 27 кві 2023
I am Narendra Sahoo, a software engineer by profession and a teacher by heart. I strongly believe "Anyone Can Code"! No matter what your background and past skill set are, you can learn to program if it is taught in a simplistic way.
I started this channel to share whatever I learn from my experiences, here I will not only talk about "What" but also the "why" and the "how" we can use and take the privilege of the technologies. The content of this channel is purely related to technology. This channel is all about software development and deployment tutorials that will sharpen your programming conceptual skills.
I make free tutorials for beginners That include Java, all upgraded stubs of Java, Spring Boot, microservices, Spring Cloud, Docker, Kubernetes, spring framework, Spring MVC, Spring AOP, Spring Rest, Spring Security, Spring Data, Hibernate, JPA, , Oracle, Mongo DB, Git, GitHub, Restful, Web Services, AWS
I started this channel to share whatever I learn from my experiences, here I will not only talk about "What" but also the "why" and the "how" we can use and take the privilege of the technologies. The content of this channel is purely related to technology. This channel is all about software development and deployment tutorials that will sharpen your programming conceptual skills.
I make free tutorials for beginners That include Java, all upgraded stubs of Java, Spring Boot, microservices, Spring Cloud, Docker, Kubernetes, spring framework, Spring MVC, Spring AOP, Spring Rest, Spring Security, Spring Data, Hibernate, JPA, , Oracle, Mongo DB, Git, GitHub, Restful, Web Services, AWS
Java tricky interview questions | by Naren
Java tricky interview questions
String coding tricky interview questions
String coding tricky interview questions
Переглядів: 146
Відео
Download and install Lombok in STS & eclipse IDE | Use of Lombok in Spring Boot?
Переглядів 4282 місяці тому
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?
Переглядів 882 місяці тому
Spring Boot Devetools | What is the use of Spring Boot DevTools?
Diamond Problem | Why Java does not support multiple inheritance? by Naren
Переглядів 553 місяці тому
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
Переглядів 323 місяці тому
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 : ua-cam.com/video/XDzs3lSWsW4/v-deo.html ua-cam.com/video/mLr-WP3fIIE/v-deo.html 👉 Java 8 Interview Questions and Answers: ua-cam.com/video/-eRV07VnDcI/v-deo.html ua-cam.com/video/e07Wifls_xE/v-deo.html ⭐ Tags ⭐ #narenjavahelpl...
When to use Abstract class and Interface in real application in java by Naren
Переглядів 583 місяці тому
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
Переглядів 683 місяці тому
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
Переглядів 223 місяці тому
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
Переглядів 363 місяці тому
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
Переглядів 6524 місяці тому
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
Переглядів 3404 місяці тому
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,3 тис.4 місяці тому
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
Переглядів 2024 місяці тому
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
Переглядів 1256 місяців тому
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!
Переглядів 346 місяців тому
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,7 тис.6 місяців тому
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
Переглядів 2446 місяців тому
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
Переглядів 1436 місяців тому
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
Переглядів 1756 місяців тому
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
Переглядів 3476 місяців тому
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
Переглядів 4596 місяців тому
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
Переглядів 3286 місяців тому
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
Переглядів 3126 місяців тому
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
Переглядів 2827 місяців тому
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
Переглядів 2697 місяців тому
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
Переглядів 2777 місяців тому
Java8 Streams Interview Question-15-Count words frequency in a given string-by Naren
very useful video sir thankyou
Tq sir this video gives hope for me do the spring boot project
👍
Sir you are using Deepak sir 's notes but your explaination skill is great.
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..
Please check : ua-cam.com/video/-_IXJZKjA_Y/v-deo.htmlsi=MqKZzUQiADkZdbzX
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!!
Thank you so much ❤️
Hello Bro Will you provide any help for IBM MQ certification!
how to add dependencies
you'd get the option in the spring initializer only brother!!
👍
very good, thank you
very well explained Naren Sir!
very important point explained in simple manner.. thank you Naren Sir!
nice explanation Naren Sir! please keep uploading more videos for the benefit of your followers :)
I m the first viewer❤
🤟
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?
Need to check
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 :)
Glad to hear that, I will add more as u suggested!
very well explained, loved it
Good explanation ❤
Glad to hear that.
than'k you so much
Please do some more videos on spring boot, spring data, and if possible on microservices
Sure I will upload in near future, Thanks for ur comments
Clear ✌️👍
Thank you sir
First time found a video which cleared my doubts, sir please upload some videos about collection framework
Very clean explanation sir❤
All scenarios u covered about access modifiers in this video❤
Sir please upload spring boot road map
Sure, let me upload in my upcoming sessions!
Very simple explanation
Nice examples😊
very interesting examples used.. car - passengers & car -engine 😃
Very good examples
You are great Sir
Thank you Sir
Thank you so much Sir
A must watch session
After watching multiple videos, found a video whic is the best one
Very nice sir...keep up the good work
This person is amazing
Thank You Sir❤
Amazing explanation
U saved my whole day 💕
U saved my whole day 💕
Very good examples
Very good session
Good one Sir
A roadmap every java developer has to fallow; thanks for such nice session
Good information
love u brooo thank you so so so much
Very well explained Naren sir 👏
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!👨🏫
Thanks!