Infosys C2H Java Interview Questions
4:44
Ellucian Java Interview Questions
2:54
Cognizant Interview Questions
5:36
3 жыл бұрын
Java Multiple Choice Question 4
1:58
Java Multiple Choice Question 3
1:44
Java Multiple Choice Question 2
2:12
Java Multiple Choice Question 1
3:33
Birlasoft Java Interview
9:51
3 жыл бұрын
path vs classpath
14:39
3 жыл бұрын
Пікірлер
@sohamde5265
@sohamde5265 Ай бұрын
👍🏻👍🏻
@SanjayVerma-ki7fp
@SanjayVerma-ki7fp Ай бұрын
Hi Arun , I came across other videos too where solution was comparing the thread name in if condition - very common mistake . But this is the correct solution . Keep it up .
@souravak6982
@souravak6982 2 ай бұрын
thankyou
@sathwikareddy8527
@sathwikareddy8527 3 ай бұрын
Can you please make some more videos of Java programs which will helps us at the time of interviews.Because your explanation was so cool and can be easily understandable.
@shyamprasadr7988
@shyamprasadr7988 4 ай бұрын
Doubt : what if the value we enter for 'a' is small compared to 'b'. eg : we gave a=2; & b=50. How pgm will work? Can anyone explain , Thanks in advance.
@kuntalverma7143
@kuntalverma7143 3 ай бұрын
Then gcd will b 2... because it is biggest common number in both
@rushabhbhurat9112
@rushabhbhurat9112 4 ай бұрын
Thank you Sir!
@vikaskamble7044
@vikaskamble7044 4 ай бұрын
Very well explained
@rajatdubey3636
@rajatdubey3636 5 ай бұрын
this logic is not working . if b is greater than a.
@charismatic2
@charismatic2 5 ай бұрын
Can you please tell me your input values of a and b??
@rajatdubey3636
@rajatdubey3636 5 ай бұрын
@@charismatic2 like a= 5 and b= 15 .so the output is 50. but the correct output is 10. if we take a=15 and b=5. then output is 10. so 10 is the correct output.
@rajatdubey3636
@rajatdubey3636 5 ай бұрын
can you please suggest me . this logic is working or not ??
@kirane5911
@kirane5911 5 ай бұрын
Very useful video. Thank you Brother
@Amarsri19
@Amarsri19 6 ай бұрын
String[] s = string.split(" "); for(String currStr: s) { int sum = 0; if(currStr.contains("t")) { char[] ch = currStr.toCharArray(); for(char c: ch) { if(Character.isDigit(c)) { sum += Integer.parseInt(String.valueOf(c)); } } System.out.println(currStr +"--->"+sum); }else System.out.println("None"); }
@bhaskarverma1422
@bhaskarverma1422 6 ай бұрын
How to convert list of employee object to list of string?
@Sreeni_JavaTechie
@Sreeni_JavaTechie 6 ай бұрын
You should have created each employee with constructor arguments
@charismatic2
@charismatic2 4 ай бұрын
Sure...will do it.
@alitadjedit2942
@alitadjedit2942 7 ай бұрын
int sum=0; String str=Integer.toString(number); int []numbers=new int[str.length()]; for(int j=0;j<numbers.length;j++){ numbers[j]=str.charAt(j)-'0'; if(numbers[j]==0||numbers[j]==4||numbers[j]==6||numbers[j]==9){ sum+=1; } else if(numbers[j]==8){ sum+=2; } } return sum; }
@bhanudevitripura4770
@bhanudevitripura4770 8 ай бұрын
Hi ! Arun, I m tarun and my brother Karun Nice
@charismatic2
@charismatic2 8 ай бұрын
Oh! Nice
@sabrajain6931
@sabrajain6931 9 ай бұрын
Not working for n=14 and if do with long then not working for n= 21.... What should I do?????
@user-fw8xg6vl4e
@user-fw8xg6vl4e 10 ай бұрын
very well explained, helpful
@user-uf6kq9pq2w
@user-uf6kq9pq2w 10 ай бұрын
Thanks for the solution sir
@mr_arun_019
@mr_arun_019 10 ай бұрын
My name is also arun
@gowthamgowdru007
@gowthamgowdru007 11 ай бұрын
Hi Arun sir, Thanks for solving these kind of problems.I never get complete solution to solving problems in both older version of java and new version using 8.only I get from your channel with simple explanation.. Thanks for everything.. Pls make more videos it helps us to learn more.
@niteshpandey8207
@niteshpandey8207 11 ай бұрын
please share this code
@iramkhan4798
@iramkhan4798 Жыл бұрын
Sir if we given 50 and 62 then remainder will be 12 that is not the hcf of these two then condition will be wrong here please clarify
@harshadulshan
@harshadulshan Жыл бұрын
i think first return will be a not b, if i wrong plz remind my mistake
@rafishaik3675
@rafishaik3675 Жыл бұрын
superb chappav anna❤
@buhlehlengi3391
@buhlehlengi3391 Жыл бұрын
Very helpful😊
@joshmalahari3775
@joshmalahari3775 Жыл бұрын
Sir please post the second question aslo
@rachit_mishr
@rachit_mishr Жыл бұрын
How would you solve the same question if Map<String,List<Integer>> using java 8 ? will you please help !
@gayathridhana1000
@gayathridhana1000 Жыл бұрын
Sir could you please provide a video to check whether an array is a subset of another.
@_IT__ArunKumar
@_IT__ArunKumar Жыл бұрын
Thank you so much sir refered so many videos but I'm unable to understand the logic but yours is simply awesome....tq ones again sir.....
@charismatic2
@charismatic2 Жыл бұрын
Thank you so much for your support.
@lalithab369
@lalithab369 Жыл бұрын
If n is even condition is n/2 if n is odd (n+1)/2
@charismatic2
@charismatic2 Жыл бұрын
Yes. Correct
@VISALJCSEUG-
@VISALJCSEUG- Жыл бұрын
It took me 4 hours but after seeing your video clearly understand sir
@eshnadutta
@eshnadutta Жыл бұрын
Gcd of two numbers, can it also be done using recursive function?
@charismatic2
@charismatic2 Жыл бұрын
Yes using recursion also we can do it.
@deaddevil9645
@deaddevil9645 Жыл бұрын
First question ke 71 will be also output??
@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))))); } }
@shortsboi779
@shortsboi779 Жыл бұрын
WHY WE NEED TO USE OF DUMMY VARIABLE g=0;
@venugopal-jq1hf
@venugopal-jq1hf Жыл бұрын
sir if we given a=2000 and b=10000 then
@I3havs
@I3havs Жыл бұрын
Thank you sir..🙌
@SwatisinghDigital_marketer
@SwatisinghDigital_marketer Жыл бұрын
very very useful for me..
@animeW17
@animeW17 Жыл бұрын
Me toooooo
@abhinandans
@abhinandans Жыл бұрын
Sir can u do the video for printing of secondary diagonal elements in Java..
@charismatic2
@charismatic2 Жыл бұрын
Can you please elaborate the Problem?
@sayamkiransaisriram2167
@sayamkiransaisriram2167 Жыл бұрын
Sir in for already declared count value increases know sir i++ then why u give again f count++
@manilkumarchigilipalli2531
@manilkumarchigilipalli2531 Жыл бұрын
How to filter by designation? For example, if you have multiple employees with different designations, need to get output as different employee list for each designation. I don't want to pass hard coded designation to filter. Program should capable enough to traverse the employee list and separate employees based on designation
@kirane5911
@kirane5911 Жыл бұрын
Very useful video
@shivaram3392
@shivaram3392 Жыл бұрын
Great job brother
@mohasinsayyad6877
@mohasinsayyad6877 Жыл бұрын
can you give me this solution in linux
@Yes_ajeed
@Yes_ajeed Жыл бұрын
Bro how to practice SQL online can you suggest me website to do practice
@sindhujasekhar7109
@sindhujasekhar7109 Жыл бұрын
Sir one doubt For wht purpose we r using Import java.util.scanner Scanner sc=new Int n=sc.nextint
@haaris4943
@haaris4943 Жыл бұрын
Scanner function is using for taking a input
@sindhujasekhar7109
@sindhujasekhar7109 Жыл бұрын
@@haaris4943 Okk TQ
@bobjosephclarkfamas4935
@bobjosephclarkfamas4935 Жыл бұрын
Thank you!
@thecoder1694
@thecoder1694 Жыл бұрын
and dont forget to leave the source code
@thecoder1694
@thecoder1694 Жыл бұрын
no word bro you did it so nice im extremely happy with your video but you should show how to print the second diagonal simultaneously i think
@dattabadhe6759
@dattabadhe6759 Жыл бұрын
Why count==2
@dattabadhe6759
@dattabadhe6759 Жыл бұрын
Can you explain program with a one example