Most Asked Tricky Core Java Interview Questions and Answers for Fresher and Experienced |Code Decode

Most Asked Tricky Core Java Interview Questions and Answers for Fresher and Experienced |Code Decode

Code Decode

3 года назад

78,502 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@MrMikomi
@MrMikomi - 13.07.2023 02:19

You can use any class as a hashmap key. Primitives of course are not a class. Key just needs to implement equals and hashmap, even if it's in a bad or illogical way.

Ответить
@shanedetsch
@shanedetsch - 09.02.2023 06:13

Nice tutorial, consider using the eclipse vim plugin.

Ответить
@rushikeshgodase8498
@rushikeshgodase8498 - 27.12.2022 08:23

if we are making instance as private in singleton class how can we access that in main class to change it's reference?

Ответить
@raghavendrac1053
@raghavendrac1053 - 21.08.2022 20:46

Please do make more vedios on Java 8 coding questions

Ответить
@amhar5677
@amhar5677 - 13.06.2022 09:15

I need more interview questions on Java 8 such as flat map,map,optional etc

Ответить
@coincidentIndia
@coincidentIndia - 23.04.2022 23:10

We can use minus (-) in front of compareTo
employeeList.stream().map(Employee::getSalary).sorted((e1,e2)->-e1.compareTo(e2)).collect(Collectors.toList());
and if we want the list in Ascending order with unique element use TreeSet while collecting. ie collect(Collection.toCollection(TreeSet::new));

Ответить
@jean-paulboga8189
@jean-paulboga8189 - 08.04.2022 07:27

Thanks

Ответить
@riteshranjan5221
@riteshranjan5221 - 19.03.2022 07:57

Please add more question on java 8 stream programing that mainly asked during interviews.....

Ответить
@SaiTeja-ym2er
@SaiTeja-ym2er - 02.03.2022 12:10

Thanks for sharing knowledge. Could you please make more videos on collections program. one of interviewer asked me, fetch the employees who located at Mumbai city. please explain this one. if possible.

Ответить
@lakshmaiahyannagiri291
@lakshmaiahyannagiri291 - 27.02.2022 10:49

Hi it's was very nice
where we can find your code .
please share me the link java 8 program interview part questions

Ответить
@shamilraj322
@shamilraj322 - 20.01.2022 22:02

Very clear explanation. Nowadays I became an addict of your videos, it really helping to brush up old things and learn so many new things. Can you please do more videos on Java 8 stream programs.

Ответить
@parthibankalimuthu2584
@parthibankalimuthu2584 - 25.10.2021 16:32

Pls share all the interview questions and answers in notes..it will helpful to others

Ответить
@rampatil1261
@rampatil1261 - 19.09.2021 20:20

Very useful
thank you so much

Ответить
@rajyalakshmitammineedi8662
@rajyalakshmitammineedi8662 - 06.09.2021 22:43

Please make a vedio on how to break single ton using executor

Ответить
@rajyalakshmitammineedi8662
@rajyalakshmitammineedi8662 - 06.09.2021 22:42

Please

Ответить
@sreerekhamenon1164
@sreerekhamenon1164 - 02.09.2021 06:09

Excellent explanation.. Keep going..

Ответить
@shraddhawagh5150
@shraddhawagh5150 - 15.08.2021 16:08

Great explained ... Appreciate u r all efforts..kindly make videos on frequently ask questions on java8

Ответить
@gokulaher2476
@gokulaher2476 - 01.08.2021 20:42

Hi! thank you for this video and pl.make more such videos

Ответить
@TheITEngineer
@TheITEngineer - 25.07.2021 19:56

Mam, you are doing a great job.. it's helping a lot to quickly prepare for interviews..

Ответить
@sweetibharati3260
@sweetibharati3260 - 22.07.2021 11:36

I would like to know more about Java 8 interview questions ,it will be nice if u cover them

Ответить
@vndprasadgrandhi7024
@vndprasadgrandhi7024 - 20.07.2021 13:37

Hi very helpful video. Thanks for creating for us. Recently, I faced interview. Interviewer asked get the 2nd highest salary of employee using streams. Please let me know

Ответить
@shubhisharma3790
@shubhisharma3790 - 18.07.2021 21:52

Very clearly explained. Please add more such scenario based videos.

Ответить
@greeshmaA08
@greeshmaA08 - 16.07.2021 13:39

Nice explanation. Please make a video on all the remaining operations like forEach, reverse etc.

Ответить
@priyanka0112
@priyanka0112 - 15.07.2021 13:53

Please include More Java 8 coding questions like this

Ответить
@debpriyasaha4804
@debpriyasaha4804 - 13.07.2021 09:37

I was asked what is the difference between singleton design pattern of java and that of spring?

Ответить
@sreejak6776
@sreejak6776 - 12.07.2021 13:10

We need more of these and demo too

Ответить
@vijayakalgudi9895
@vijayakalgudi9895 - 12.07.2021 06:38

Thank you code decode for these videos.. Would like to see more on Multithreading and synchronization, also sql related interview questions. Thanks again :)

Ответить
@SN-cl2ct
@SN-cl2ct - 11.07.2021 10:55

Nice questions, should add interveiw questions more frequently, very helpful. 👍🏼

Ответить
@ramshah6733
@ramshah6733 - 10.07.2021 15:00

sir, does selectorshub certification helps in interview and what are the selectorshub interview questions?

Ответить
@koppulanaveenraddy4822
@koppulanaveenraddy4822 - 10.07.2021 07:54

Not able view code clearly.please zoom in more

Ответить
@shyamsanghvi4410
@shyamsanghvi4410 - 08.07.2021 08:45

Want every interview questions related to java 8

Ответить
@saurabhmantri8573
@saurabhmantri8573 - 07.07.2021 21:19

In Java 8 example, can we use first map with salary and then Comparator.reverseorder() method directly instead of expression ?
Btw thanks for the video :)

Ответить
@muralikommuru5992
@muralikommuru5992 - 07.07.2021 21:04

Great, always there is something new to learn in your videos....! And please prepare video on executor service breaking Singleton. @Code Decode. Also would like to highlight as @shankar did that class not found is compile time because compiler forces us to handle that exception. It’s not like any other nullpointer exception which our compiler doesn’t, force to handle. That’s the key I think, but as you said we have to decide by seeing that whether compiler is checking DRIVER class or not, then I think no exception can be called as compile time exception. PLEASE CORRECT ME IF MY UNDERSTANDING IS WRONG.

Ответить
@tulasiramsunkara
@tulasiramsunkara - 07.07.2021 20:05

Excellent explanation. Appreciated your efforts

Ответить
@Avinashkumar-re8zh
@Avinashkumar-re8zh - 07.07.2021 19:57

Nicely explained.
We need more videos like this to crack the interview.

Ответить
@gautamsnegi27
@gautamsnegi27 - 07.07.2021 15:17

Great video. The password question was mind boggling. How about a real time example of accessing the memory dump and fetching the sensitive data.

Ответить
@StudentTechnique
@StudentTechnique - 07.07.2021 08:34

Very well explained that classnotfoundexception and noclassdeferror

Ответить
@sushmakolli1119
@sushmakolli1119 - 07.07.2021 05:50

Please provide the complete demonstration of how to break singleton design pattern with code it will be helpful.

Ответить
@hemapriyaammu7365
@hemapriyaammu7365 - 06.07.2021 20:57

Can please make a video on junit testcases

Ответить
@hemapriyaammu7365
@hemapriyaammu7365 - 06.07.2021 20:53

In what scenario we will use singleton? What’s the use of it ?

Ответить
@yaminin6487
@yaminin6487 - 06.07.2021 16:50

Java 8 interview questions with map and flatmap and intermediate streams and parallel streams

Ответить
@phanimadhuri4087
@phanimadhuri4087 - 06.07.2021 16:47

Good Info.

Ответить
@arkaroy1257
@arkaroy1257 - 06.07.2021 16:29

Nicely explained. Ofcourse, we need more detailed interview trending questions.

Ответить
@devopsexpedition4867
@devopsexpedition4867 - 06.07.2021 15:03

Hi dear. Your videos are very helpful. I shared you videos to my friends. I am experienced in java. But refreshing java theory concepts by your videos. Now am looking for job change and I cleared several technical rounds.

Ответить
@tataapparao7935
@tataapparao7935 - 06.07.2021 10:04

Clear create the demo session for break singleton pattern

Ответить
@Akki31
@Akki31 - 06.07.2021 06:11

Please upload video on java stream api example for all the methods

Ответить
@venkatasaikrishnak6984
@venkatasaikrishnak6984 - 06.07.2021 04:19

Could you please create more and more videos...all possible questions of Java8

Ответить
@shankardayal6928
@shankardayal6928 - 06.07.2021 03:27

ClassNotFoundException is a checked exception and occurs when the Java Virtual Machine (JVM) tries to load a particular class and the specified class cannot be found in the classpath.

Ответить
@sureshgarine
@sureshgarine - 06.07.2021 02:50

Thank you Madam! can you please create a video on each topic reflection, serialization and cloning breaking the sinlgeton design pattern as well

Ответить
@sanketh768
@sanketh768 - 05.07.2021 22:29

Would love to see a detailed video on different ways of breaking singleton pattern. Please make a video on it.

It would be helpful for many people

Ответить