- 85
- 63 942
Programmer Guide
เข้าร่วมเมื่อ 6 ก.ค. 2011
My name is Krishna Murthy Durgam, I have 10 years of IT experience, and I am a Oracle Certified Java Developer.
I am creating the Programmer Guide TH-cam Chanel to share my Technical knowledge.
I am creating the Programmer Guide TH-cam Chanel to share my Technical knowledge.
Explain about Classloader Subsystem in java? Can you implement your own ClassLoader in Java?
Explain about Classloader Subsystem in java? Can you implement your own ClassLoader in Java?
Types of Classloader Subsystem?
How many types of ClassLoader Subsystem are there in java?
How to create the our own ClassLoader subsystem?
Types of Classloader Subsystem?
How many types of ClassLoader Subsystem are there in java?
How to create the our own ClassLoader subsystem?
มุมมอง: 31
วีดีโอ
Java 8 program find the employee data by department wise, and salary greater 25k with grade Grade A
มุมมอง 1.1K10 หลายเดือนก่อน
java 8 program to find the employee data by department wise, and salary greater than 25k with grade Grade A using STREAM API.
Write a Java 8 program to find the words starting with Vowels using Stream API
มุมมอง 90111 หลายเดือนก่อน
Write a Java 8 program to find the words starting with Vowels using Stream API? Stream API to find the the words starting with Vowels.
What is Class loader Subsystem in java? Can you implement your own Class Loader in Java?
มุมมอง 610ปีที่แล้ว
Explain about Class loader Subsystem in java? Can you implement your own Class Loader in Java? What are the different types of Class loader subsystem? How to create customized class loader in java?
What are the SOLID Principles in java? Explain about the with examples and Advantages?
มุมมอง 742ปีที่แล้ว
SOLID Principles in JAVA? SOLID Principles in JAVA with Realtime examples? SOLID Principles in java and it's advantages
Write a program to read the CSV data using Java 8 Stream API and group it by ID and covert into JSON
มุมมอง 6Kปีที่แล้ว
Java Program to convert CSV data using Java 8 Stream API and Group the data by using the Transaction ID and convert into JSON Object? Read CSV data and group it based on ID and Convert them into JSON Object?
1. What are the top Features of Java | Features of Java Programming
มุมมอง 693ปีที่แล้ว
Explain about the features of java 1. Platform Independent 2. Object-Oriented 3. Robust 4. Secure 5. Distributed 6. Compiled and interpreted 7. Portable 8. Architecture-Neutral 9. High performance 10. Re-usability of code 11. Multithreading 12. Dynamic
Find the employees younger or equal to 30 years and older than 30 years using Java8 Stream API?
มุมมอง 798ปีที่แล้ว
Find the employees younger or equal to 30 years and older than 30 years using Java8 Stream API?
Write a java program to find Most work experience employee in the Organization using Stream API?
มุมมอง 474ปีที่แล้ว
Write a java program to find Most work experience employee in the Organization using Stream API? Second most experience employee in the organization?
Write a java program to find the Youngest Employee in the Organization ?
มุมมอง 499ปีที่แล้ว
Write a java program to find the Youngest Employee in the Organization ? Write a java program to find the Oldest Employee in Organization ? youngest Employee in Human Resources ?
Write a java program to find Same salary Employees in Organization using Java 8 Stream API?
มุมมอง 1.1Kปีที่แล้ว
Write a java program to find duplicate salary of the employees in Organization using Java 8 Stream API? Write a java program to find Same salary Employees in Organization using Java 8 Stream API?
Write a java program to find the average salary of each department using java 8 Stream API?
มุมมอง 1.8Kปีที่แล้ว
How to find the average salary of each department using Stream API? What is the average salary of each department?
Write a Java program to find the Highest paid Employee in each Department using Java 8 Stream API?
มุมมอง 4.4Kปีที่แล้ว
Write a Java program to find the Highest paid Employee in each Department using Java 8 Stream API? Java 8 Program to get Highest paid Employee in Each department?
Write a Java program to count the employees in each department of by using Java 8 Stream API?
มุมมอง 700ปีที่แล้ว
Write a Java program to count the employees in each department of by using Java 8 Stream API? Write a Java program to count the each department of employees by using Java 8 Stream API?
Write a Java program to get names of all employees who have joined Before 2014 using Stream API?
มุมมอง 430ปีที่แล้ว
Write a Java program to get names of all employees who have joined Before 2014 using Stream API?
Write a Java program to get the highest paid employee in the organization Using Stream API?
มุมมอง 550ปีที่แล้ว
Write a Java program to get the highest paid employee in the organization Using Stream API?
Write a Java 8 Program to find the average age of male and female employees?
มุมมอง 579ปีที่แล้ว
Write a Java 8 Program to find the average age of male and female employees?
Write a Java 8 Program to Print the name of all departments in the organization?
มุมมอง 372ปีที่แล้ว
Write a Java 8 Program to Print the name of all departments in the organization?
Write a java 8 program to count the male and female employees of the organization?
มุมมอง 721ปีที่แล้ว
Write a java 8 program to count the male and female employees of the organization?
Write a program to find the first non repeated character from given String using Java 8 Stream API?
มุมมอง 1.6Kปีที่แล้ว
Write a program to find the first non repeated character from given String using Java 8 Stream API?
Write a program to find the first repeated character in the String using Java 8 Stream API
มุมมอง 1.2Kปีที่แล้ว
Write a program to find the first repeated character in the String using Java 8 Stream API
Write a program to find the words starting with numbers using java 8 Stream API.
มุมมอง 438ปีที่แล้ว
Write a program to find the words starting with numbers using java 8 Stream API.
Write a program to find the given String is palindrome or not using Java 8 Stream API.
มุมมอง 557ปีที่แล้ว
Write a program to find the given String is palindrome or not using Java 8 Stream API.
Write a Java program to find the Duplicate Characters of String using Java 8 Stream API.
มุมมอง 1.6Kปีที่แล้ว
Write a Java program to find the Duplicate Characters of String using Java 8 Stream API.
write a program to Reverse an integer array using java8 streams API?
มุมมอง 1.1Kปีที่แล้ว
write a program to Reverse an integer array using java8 streams API?
Write a Program to Sort the array of elements according increasing order by using Java 8 Stream API?
มุมมอง 503ปีที่แล้ว
Write a Program to Sort the array of elements according increasing order by using Java 8 Stream API?
Write a Java 8 program to find the most repeated element in an array by using Stream API?
มุมมอง 3.1Kปีที่แล้ว
Write a Java 8 program to find the most repeated element in an array by using Stream API?
Java 8 Program to find the second largest number using Stream API?
มุมมอง 540ปีที่แล้ว
Java 8 Program to find the second largest number using Stream API?
Write a program to find the Sum of digits in Given number by using Java 8 Stream API?
มุมมอง 872ปีที่แล้ว
Write a program to find the Sum of digits in Given number by using Java 8 Stream API?
Write a Java 8 program to find the Fibonacci Series of given program by using Stream API
มุมมอง 858ปีที่แล้ว
Write a Java 8 program to find the Fibonacci Series of given program by using Stream API
Can you give an example for multiple groupingBy function? For example, you have Employee class. Fields are name, address, country. I want to group based on name and country. How can you do that ?
Its also showing error
Sir can you tell how to remove words starting with vowels in a string using java
Ur way of dedication is really great.
Please make brother we all are waiting for your vedeos❤ thanks
I tried below logic List<Integer> list2 = Arrays.stream(numbers) .boxed() .sorted((i1,i2)->-1) .collect(Collectors.toList());
Thankyou so much ,I searched in Google but not getting proper.sokution ,even couldn't understand.but I understood the your coding .soo happy
Simple way of Explaining. Helpful
Good video sir ❤
Good video. Got to learn and understand this concept. Thank you❤
Good presentation and explanation - below can also be solution. List<String> duplicateValue = Arrays.asList(arr) .collect(Collectors.groupingBy(Function.identity(), Collectors.counting())).entrySet().stream() .filter(x -> x.getValue() > 1).map(c -> c.getKey()).collect(Collectors.toList()); System.out.println(duplicateValue)
how to find the all the employess experience using steam api, can you please provide the code
Thanks for this , can do for int elements[] = { 5, 3, 3, 3, 1, 4, 3, 2, 2, 6, 0 }; as well ?
Very good explanation 😊
Thank you!! Its for which company interview
Nice information 😊
These partitining by returns number divied by 3 not even or odd number
Waiting for rest 150 questions for interview
Prashanth past few days I was occupied with work sure I will complete
Thanks for showing interest on my channel
Recently got asked this in interview
Kindly explain too, your content is great but kindly elobrate usage of functions too.
Very helpful
Thank you
You did not explained clearly using java8,simply you copied the code and read it...ppl come here to watch the clear explanation,simply reading the code wont help us...
Thanks for your feedback i will try to improve my explanation skills
Good one
Thanks
String[] str= {"java","spring","Python","C++","C","java","Python","java","Python"}; Map<String, Long> result = Arrays.stream(str).collect(Collectors.groupingBy(Function.identity(),Collectors.counting())); System.out.println(result);
Reliance on mutating external structures from within intermediate stream operations breaks the functional programming paradigm that Java streams are designed for. This can lead to unpredictable results and harder-to-reason-about code.
Keep up the good work krishna
Bro If we call The api From PostMan Bydefault How Json Object Is Displaying? Here U used 3rd party Converter
If you want to call from postman you have to develop web application with rest end point all web frameworks will be have inbuilt response object those will support JSOn and returns
Please try to learn popular frameworks in java spring and spring boot
That is handled internally by Jackson library to convert the string to json what we receive in our api response
Without stream we can use while , and sum +=n%10 and n=n/10
Hi how to get your contacts need to talk personally?
Write a program to group department wise, salary > 25k with grade like Grade A with java stream API. I need this solution using streams api. This is frequent asked question.
brother i just wanted to know ....that most of the videos in your channel include questions for experience only .....because i am a fresher just completed core java and learning springboot and after looking at your videos i get demotivated that this is all i have to study to get my fist job
Hi brother now way days in interviews coding test is mandatory so that you have to learn minimum coding skills… please don’t demotivate yourself be confident and learn the java 8 features and programming. In software industry java 8 and above is using widely
@@ProgramerGuide should i have to study these advance topic and questions now ...or just basic is good for fresher
For how many years of experience, this question is asked?
7 years experience
Nice explanation and presentation
Thank you 🙂
Thanks plz make more vedios on java 8
Hi sir Can you please help me to find out vowels form the list of strings using Java 8 List<String> slist = Arrays.asList("apple","boy","eagle"); The output should be apple,eagle. Like which starts with a,e,I,o,u
Hi Bhagarvi I will do it and update you currently I am in Office
@@ProgramerGuide sure thank you
Hi Bhargavi, Please find the video for your request -- th-cam.com/video/Ol97uGTL5Ds/w-d-xo.html
Keep doing..🎉.
Yoe? 1st round?
Yes it is first round
thank you bro...... i start java 8 from now, in your youtube channal
Thanks brother
Can you share the source code
Hi Naveen as of now I did not shared any code in GitHub going forward I will do that
?
Why we require to add if(count>1) condition. Also I need a use case for regular expression example
I will cover in future videos for regular expressions
Sir I have 2 year workexperience so after i switch & get into service based company then how will be workload in first 3 to 6 months in new company? Low/medium/high ??
Hi Joshi, after switching services based company you will have enough time to get into project. Service based companies will follow process to allocate projects initial 2 to 3 months you won’t get much work.. so you can learn new skills easily…
Thanks for the video. Please share the code.
Please upload more videos
Tell me in case of duplicate salary
Hi Naveen, in case of Duplicate salary you need to group it by salary and List of employees. like below Map<Double, List<Employee>> sameHighestPaidEmployees = empList.stream() .collect(Collectors.groupingBy(Employee::getSalary, Collectors.toList())); for (Map.Entry<Double, List<Employee>> entry : sameHighestPaidEmployees.entrySet()) { if (entry.getValue().size() > 1) { System.out.println("Employees with the same highest salary: " + entry.getValue()); } }
I will make separate video for it and also Department wise highest salary employees. Time being you could go trough that code.
Please share the source code link
@@naveenkumarmaddala7830 Naveen, I did not kept in any internet location, the code is there in my system. So you can go through video and code mentioned in comments.. so you can try in your system
Eagerly waiting for these video's sir.
This weekend i will start it.
Thanks for the content sir
Good bro ,, keep more
Any one can blindly go through your channel ....for java ,java 8 content.....hope you do more and more ❤
Hi sir ,what an awesome content ...tons of thanks