Тёмный
codeWithVenky
codeWithVenky
codeWithVenky
Подписаться
How to control your mind
0:26
Год назад
how to Control  Mind  shorts
0:23
Год назад
Optional Class In Java8
10:58
2 года назад
NthHighestSalaryInJava8
9:13
2 года назад
JAVA8 09 STREAM  IN JAVA8
13:22
2 года назад
JAVA8  Abstract Vs Interface
5:41
2 года назад
JAVA8 #05 Method Refrences
12:46
2 года назад
Java8 06 BuiltIn Functional Interface
17:50
2 года назад
What is CSS Flex
15:35
2 года назад
OOPS in javascript
13:36
3 года назад
CSS PSEUDO ELEMENT
8:48
3 года назад
Комментарии
@Rahulkumar-s5v5q
@Rahulkumar-s5v5q 8 дней назад
thank you sir 😎
@priyamdutta3840
@priyamdutta3840 Месяц назад
Thanks bro
@poonampardeshi2408
@poonampardeshi2408 2 месяца назад
Such Great help I'm wasting 2 days because of this issue,🙏lot of thanks
@avinashkumargond3291
@avinashkumargond3291 4 месяца назад
Good Explanation sir, I got the exact difference berween them.
@shashikantnipanikar860
@shashikantnipanikar860 5 месяцев назад
I suggest you get a better mic
@ranachan5555
@ranachan5555 5 месяцев назад
Please need little bit detail and please add to this video
@akashsarkar-y9u
@akashsarkar-y9u 8 месяцев назад
N1=n2 N2=n3 Fibonacci (count -1) Please describe these 3 lines here in comment section sir kindly..
@Rajshivambhardwaj
@Rajshivambhardwaj 8 месяцев назад
Nice malik ❤
@savvragofficial
@savvragofficial 9 месяцев назад
Your font is very small
@GauravSharma-sj9yx
@GauravSharma-sj9yx 10 месяцев назад
Thank you so much for the solution.
@siddharthsawant8986
@siddharthsawant8986 10 месяцев назад
Sir ji sbhi jitne annotations use hote spring boot project bnane me uska ek video bna dijiye👍🙏
@hariommishra4547
@hariommishra4547 Год назад
Thanks
@poonampandey4961
@poonampandey4961 Год назад
Nice
@syedmahaboobhussain4432
@syedmahaboobhussain4432 Год назад
Only 5 is missing...😢😢but thanks for letting us know ❤
@hackstreet781
@hackstreet781 Год назад
They have created streams so that we don't have to use our brains to think on the logic and simply learn the infinite number of functions and try to find a way to use them. Streams api is completely useless, I can't think complex logic in streams. Streams are not made for humans , they are made for machines.
@akshatkaushal861
@akshatkaushal861 Год назад
thanks man you are a saviour
@ANANDKUMAR-0807
@ANANDKUMAR-0807 Год назад
I am using oracle 19c and i am getting this error. Can you please tell what dialect i should use
@jeetdaswani4042
@jeetdaswani4042 Год назад
If i directly save record in my db then hazelcast don't look record in db, i always restart to sync data with hazelcast
@MonuB-vn2hp
@MonuB-vn2hp Год назад
Handwriting is very bad..can make some slides instead
@thebaseofpcmbclasses8028
@thebaseofpcmbclasses8028 Год назад
Nice explanation sir
@NeelimaJonnavada
@NeelimaJonnavada Год назад
thank you sir for solving this problem can u please explain resolution for hibernate mapping problem1 .properties not found 2.mapping file not found etc or else please do hibernate tutorial for us
@abthakur3709
@abthakur3709 Год назад
Nicely explanation, sir microservices saga par video banaiye
@vishnu_mopuri
@vishnu_mopuri Год назад
Thank you sooo much❤
@ratankhandekar5581
@ratankhandekar5581 Год назад
hi i am having error please check\\ public interface Animal { public void speak(String words); } public class Main { public static void main(String[] args) { Animal a=(p)-> {System.out.println(p); a.speak("this is me"); //here is error }; } }
@rajesh1998
@rajesh1998 Год назад
Hi thanks for this informative vdo, but can you please make vdo for if two different application running in different port. How to run and stop the server???
@tiktokEduteria5248
@tiktokEduteria5248 Год назад
Nice
@rohinikulkarni8097
@rohinikulkarni8097 Год назад
Superb
@jayasrisekar2705
@jayasrisekar2705 Год назад
Thankyou,This really helps
@dhirajkumarlll
@dhirajkumarlll Год назад
Superb explanation, full clear concept ❤
@lakhanagrawal6889
@lakhanagrawal6889 Год назад
This Logic won't work if we have max consecutive chars in the end of string. Pls check.
@dieraven
@dieraven 7 месяцев назад
Nice catch, I just made the small fix changed to: if (c1 == c2){ Meta.temp++; } else { Meta.temp = 1; // reset counter } if (Meta.temp > Meta.total){ Meta.total = Meta.temp; Meta.aChar = c1; } return c2;
@PrateevaPolai
@PrateevaPolai Год назад
I tried this code and it only fetches a single employee getting highest salary from each department. Even though there are multiple employees getting same highest salary. Can you write a code to fetch all the employees from each department getting highest salary. for example 2 employees from HR department gets the same highest salary 10000. So in output I want both the employee details.
@freebusdoctor
@freebusdoctor Год назад
Thanks bro
@mh2333
@mh2333 Год назад
Very nicely explained. thankyou
@bitaligners
@bitaligners Год назад
IMO, the best metaphor which fits the problem is to make a cake and to go to the grocery N times for buying each ingredient one by one. Would we really do that so? LOL Better to learn a pattern to write entities and queries to prevent performance issue right now ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-mJrrJEIQxOQ.html
@sujitgaikwad9511
@sujitgaikwad9511 Год назад
Thank you soooo much !
@alok7485
@alok7485 Год назад
Can you write a program to get top 5 salaries and Employees name given they have Employee ID , Employee NAme , Employee Department , Employee Salary , Employee isActive boolean true property. Please explain in easy words and execute and write program using java 8 functional programming features and streams to Pick only the TOP 5 salary and top 5 Employee Name only. I tried with this following approach but interviewer rejected me and i am not able to solve. Please explain how to write the solution because i am crying so much. public class Employee { //id,name,department,salary,isActive; //Find out top 5 IT department, <50 K, isActive='true' public static void main(String[] args) { // TODO Auto-generated method stub // topEmployeeList = allEmployeeList.stream() .filter(department=='IT') .filter(salary<50000) .filter(isActive==true) .collect(groupingBy(e->e.department, collectingAndThen(maxBy(comparingInt(e->e.salary))))); } }
@hackstreet781
@hackstreet781 Год назад
Streams are waste of time. For interviews, I have to byheart the code for different programs and I can't simply think in terms of streams. I want to personally punch the java creators for creating streams.
@alok7485
@alok7485 Год назад
@@hackstreet781 please gimme ur email id and lets by heart together different interview questions
@Krishnadevaraya1
@Krishnadevaraya1 5 месяцев назад
max by gives only one value
@sandeepsharma6709
@sandeepsharma6709 Год назад
Thanks to clear our doubt ☺️
@kiranmore1844
@kiranmore1844 2 года назад
Nice explanations... Your videos are Really very helpful 🙏🙏
@sourabhrajput1572
@sourabhrajput1572 2 года назад
Nice video 👍👍👍
@josephfifstones
@josephfifstones 2 года назад
sort and high quality
@collinsflaize3165
@collinsflaize3165 2 года назад
I hate when youtubers talk like they have hot yam in their mouth.
@codewithvenky8631
@codewithvenky8631 2 года назад
I will take care and improve on it
@yatri6329
@yatri6329 2 года назад
Nice explanation. If will be better if u have shown the configuration class for Hazalcast
@UrsTrueBuddy
@UrsTrueBuddy 2 года назад
How to populate vectors records which has no data inside with default value. I have a vector description . So times this array is no populated or has no data inside . This case the root level ID values are not being extracted
@krishnad9936
@krishnad9936 2 года назад
Bro no words superb
@akshaysingh2722
@akshaysingh2722 2 года назад
👏👏👏
@kumarabhishek7877
@kumarabhishek7877 2 года назад
Very well explained, Awesome, Sir you start making system design video, They way you explain is awesome.
@shubhamsatpathy6489
@shubhamsatpathy6489 2 года назад
Inki microservices ki class bhi hoti hai?
@murali90901
@murali90901 2 года назад
HI bro. what's your number?
@murali90901
@murali90901 2 года назад
I bro. This is murali. I would like to talk to to you, what's you number?