Тёмный

Core Java Interview Questions & Answers | Top FAQs Explained! |  

Java Techie
Подписаться 171 тыс.
Просмотров 119 тыс.
50% 1

#JavaTechie #SpringBoot #InterviewTips #CoreJava
👉 In this comprehensive video, we dive deep into the world of Core Java by addressing some of the most commonly asked questions and providing clear and concise answers
⏰ Timestamps
---------------------------
00:06 The pillar of OOPs concept includes encapsulation, inheritance, polymorphism, and abstraction.
02:53 This subpart explains encapsulation, inheritance, and polymorphism in Java.
07:51 Dynamic polymorphism allows multiple implementations of the inventory service
10:25 Overriding static and private methods is not allowed
15:33 Using default methods in Java interfaces for flexible implementation
17:51 Accessing parent property and overriding default methods
22:25 The finalize method is not called if the system GC is done.
24:35 Proper implementation of equals and hashCode methods is necessary to avoid duplicates in collections.
29:25 Compile time exceptions can be handled at compile time
31:51 FileNotFound exception is a checked exception and not a compile time exception.
36:30 Delegating exception handling to next method caller
38:29 Understanding the order of exception hierarchy is important while handling exceptions in Java.
42:48 finally block can be stopped from executing
45:10 String objects can be created using the new keyword or string literal
49:54 String is immutable
52:13 String class is immutable in Java
56:16 String buffer and StringBuilder are mutable, while String is immutable.
58:38 Creating an immutable class: Setter method write only getter method
1:03:23 Demonstrating how to avoid modifying a Date object in Java
1:05:48 Handling mutability in Java objects
1:10:42 Using the clone method to create a separate copy of an object.
1:12:58 It is recommended to use char array instead of String for storing passwords.
1:17:21 Writing custom marker interfaces in Java
1:19:18 The difference between AR list and linked list
1:23:23 Using generics with lists helps in avoiding type cast issues.
1:25:33 Creating a custom AR list to disallow duplicates
1:30:36 Set implementation allows duplicate objects if equals and hashCode methods are not overridden for custom objects.
1:32:58 The contract between equals and hashCode methods determines if duplicate objects are allowed
1:37:42 Sorting objects based on ID and name using Comparable and Comparator
1:40:22 Creating Comparators in Java for sorting objects based on different attributes.
1:45:56 Explanation of custom sorting using comparator
1:48:16 Fail-fast and fail-safe iterators in Java
1:52:42 ConcurrentHashMap is used when parallel thread access and modification is required.
1:54:42 ConcurrentHashMap does not allow adding null keys or values and throws a null pointer exception immediately.
1:58:58 ConcurrentHashMap uses segment locking or bucket locking
2:01:14 ConcurrentHashMap is preferred over Hashtable due to its locking mechanism.
2:05:46 Hing Collision
2:07:54 Hash map internally uses linked list nodes.
2:12:03 Understanding TreeMap in Java
2:14:50 The compareTo() method compares two objects and returns -1, 0, or 1 based on the comparison result.
Spring boot microservice Premium course lunched with 70% off 🚀 🚀
Hurry-up & Register today itself!
COURSE LINK : javatechie5246.ongraphy.com/
PROMO CODE : JAVATECHIE50
OR use Javatechie APP
Download the JavaTechie app on your iOS or Android device from the App Store or Google Play Store.
Find the links below :
Android 🌐 :
play.google.com/store/apps/de...
IOS 🌐 :
apps.apple.com/in/app/javatec...
GitHub:
github.com/Java-Techie-jt
Blogs:
/ javatechie4u
Facebook:
/ javatechie
Join this channel to get access to perks:
ru-vid.comjoin
🔔 Guys, if you like this video, please do subscribe now and press the bell icon to not miss any update from Java Techie.
Disclaimer/Policy:
📄 Note: All uploaded content in this channel is mine and it's not copied from any community, you are free to use source code from the above-mentioned GitHub account.

Наука

Опубликовано:

 

19 окт 2023

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 184   
@s49243
@s49243 7 месяцев назад
00:06 The pillar of OOPs concept includes encapsulation, inheritance, polymorphism, and abstraction. 02:53 This subpart explains encapsulation, inheritance, and polymorphism in Java. 07:51 Dynamic polymorphism allows multiple implementations of the inventory service 10:25 Overriding static and private methods is not allowed 15:33 Using default methods in Java interfaces for flexible implementation 17:51 Accessing parent property and overriding default methods 22:25 The finalize method is not called if the system GC is done. 24:35 Proper implementation of equals and hashCode methods is necessary to avoid duplicates in collections. 29:25 Compile time exceptions can be handled at compile time 31:51 FileNotFound exception is a checked exception and not a compile time exception. 36:30 Delegating exception handling to next method caller 38:29 Understanding the order of exception hierarchy is important while handling exceptions in Java. 42:48 finally block can be stopped from executing 45:10 String objects can be created using the new keyword or string literal 49:54 String is immutable 52:13 String class is immutable in Java 56:16 String buffer and StringBuilder are mutable, while String is immutable. 58:38 Creating an immutable class: Setter method write only getter method 1:03:23 Demonstrating how to avoid modifying a Date object in Java 1:05:48 Handling mutability in Java objects 1:10:42 Using the clone method to create a separate copy of an object. 1:12:58 It is recommended to use char array instead of String for storing passwords. 1:17:21 Writing custom marker interfaces in Java 1:19:18 The difference between AR list and linked list 1:23:23 Using generics with lists helps in avoiding type cast issues. 1:25:33 Creating a custom AR list to disallow duplicates 1:30:36 Set implementation allows duplicate objects if equals and hashCode methods are not overridden for custom objects. 1:32:58 The contract between equals and hashCode methods determines if duplicate objects are allowed 1:37:42 Sorting objects based on ID and name using Comparable and Comparator 1:40:22 Creating Comparators in Java for sorting objects based on different attributes. 1:45:56 Explanation of custom sorting using comparator 1:48:16 Fail-fast and fail-safe iterators in Java 1:52:42 ConcurrentHashMap is used when parallel thread access and modification is required. 1:54:42 ConcurrentHashMap does not allow adding null keys or values and throws a null pointer exception immediately. 1:58:58 ConcurrentHashMap uses segment locking or bucket locking 2:01:14 ConcurrentHashMap is preferred over Hashtable due to its locking mechanism. 2:05:46 Hing Collision 2:07:54 Hash map internally uses linked list nodes. 2:12:03 Understanding TreeMap in Java 2:14:50 The compareTo() method compares two objects and returns -1, 0, or 1 based on the comparison result.
@jagrutipatil1020
@jagrutipatil1020 7 месяцев назад
Hats off to you buddy 👍
@Srikanth-kq5be
@Srikanth-kq5be 6 месяцев назад
Hats off
@ezhilarasikrishnan5408
@ezhilarasikrishnan5408 6 месяцев назад
@sanjay26031983
@sanjay26031983 5 месяцев назад
@s49243 Any tool used for this or manually typed😮
@freakintruder
@freakintruder 4 месяца назад
​@@sanjay26031983chatgpt probably
@neonew339
@neonew339 7 месяцев назад
Thank you for great video. 99% teacher would cover these questions in 20 mins and most of us wouldn't understand anything and end up memorizing the answers. but you have properly explained each and every answer in great detail in 2 hours.
@user-oz9if9wg3w
@user-oz9if9wg3w 4 месяца назад
Must watch interview questions video for java developers. Everything is explained practically. Thanks a lot.
@faixan13
@faixan13 8 месяцев назад
Such an awesome content and perfect timing. I was about to revise all the java basic to advance concept and here you go with the comprehensive and nice explanation of each n every concept. 🎉🎉
@vishnuvardhan632
@vishnuvardhan632 4 месяца назад
This is very much needed video. Thankyou very much sir!!
@kumargagare6154
@kumargagare6154 8 месяцев назад
What a timing man! This will really help me i. Preparation, thanks! Your content is very deep and practical!!
@mayankmanral4894
@mayankmanral4894 8 месяцев назад
Most informative practical video of core java interviews
@Vithal_Nivargi
@Vithal_Nivargi 8 месяцев назад
Waw, awaited video. Thank you so much 🙏❤
@sreerekhamenon1164
@sreerekhamenon1164 7 месяцев назад
Excellent content, thanks for providing them. Really helpful for interview preparation 🙂
@kraw-vo4oy
@kraw-vo4oy 4 месяца назад
really helpful and in depth :)
@user-nz5ur6ye1d
@user-nz5ur6ye1d 4 месяца назад
No words to thank you sir.!! 🙏
@kamleshpatil1959
@kamleshpatil1959 4 месяца назад
Thank you for covering most of the topics...
@user-pb5sb1vf1h
@user-pb5sb1vf1h 5 месяцев назад
Thank you so much for this content before interview, i go though this video mostly 90% are the same questions great work
@gautamfitnesslook295
@gautamfitnesslook295 8 месяцев назад
Thank you sir it's very helpful for beginner to experience person.
@user-rc9mm5uj1g
@user-rc9mm5uj1g Месяц назад
Great Tutorial thanks Java Techie
@udayagiriveeru1366
@udayagiriveeru1366 8 месяцев назад
Thanks a lot... I really appreciate your videos. Your lectures are useful for experienced candidates. Can help to share the questions PPT that would be very helpful.
@kralns2868
@kralns2868 3 месяца назад
Wonderful explained
@rohanchowdary8511
@rohanchowdary8511 8 месяцев назад
these are the best interview questions on java
@Suraj-dj5rk
@Suraj-dj5rk 8 месяцев назад
Really very helpful bhaii.. thank you so much❤
@user-fq3xv1fr5l
@user-fq3xv1fr5l 5 месяцев назад
Hi Sir i really like the way you get into the topic in depth, can you please make videos on Data Structures with Java now every company is expecting to know in deep about this topic. I live in USA and this is one more nice video from you.. i generally wont write reviews for any videos but after watching yours couldn't able stop myself appreciating your hard work.. Keep up the great work Sir..
@patrisrikanth
@patrisrikanth 5 месяцев назад
Such a wonderful content....
@piyushsharma5947
@piyushsharma5947 7 месяцев назад
Thanks alot for the wonderful video! I know you have provided alot of effor t in making this video. It is really helpful. Can I request for a separate pdf notes as well ? It will help us in going through just before an interview. BTW keep bringing more such videos and with notes if possible :)
@shubhampatidar6116
@shubhampatidar6116 8 месяцев назад
Again great video , Thanks a lot
@naleenyadav
@naleenyadav 8 месяцев назад
Boss is Back.
@krushnnabaviskar4131
@krushnnabaviskar4131 Месяц назад
Thanks for detailed expalnation.
@punyabikash3624
@punyabikash3624 2 месяца назад
After long time happy to see sir❤
@ravimane5508
@ravimane5508 8 месяцев назад
I really appreciate your videos. Your lectures are useful for experienced candidates. They are explained very deeply and well. Please add more videos. There are multiple people who have channels on RU-vid, but yours stands out. You will be the next Javabrains
@Javatechie
@Javatechie 8 месяцев назад
Thank you so much for appreciating it buddy 🤗. Keep learning 👍
@orangefield2308
@orangefield2308 8 месяцев назад
great video ! it would be helpful if these videos have time or question markers, to get to certain clips, or at least write the questions in the description, awesome channel@@Javatechie
@yatendra__singh
@yatendra__singh 8 месяцев назад
Rockstar is making some noice in the market ❤
@Javatechie
@Javatechie 8 месяцев назад
😜😜
@karthickgunasekaran3220
@karthickgunasekaran3220 7 месяцев назад
Yes rockstar making nice video
@devarajk6858
@devarajk6858 7 месяцев назад
@@Javatechie I have 3.5 years of experience as Java developer. Is it applicable for me?
@Javatechie
@Javatechie 7 месяцев назад
Yes buddy
@devarajk6858
@devarajk6858 7 месяцев назад
@@Javatechie thanks 🙏 brother and is this enough or is there a continuation videos?
@harshadathakare5563
@harshadathakare5563 3 месяца назад
Excellent
@vishwaranjansingh6111
@vishwaranjansingh6111 4 месяца назад
Simple I would say superb explanation
@ashimasingh5031
@ashimasingh5031 3 месяца назад
Amazing tutorial
@AdityaSharma-tt7yg
@AdityaSharma-tt7yg 5 дней назад
You are a gem , Sir . Hope to meet you .
@user-bq5uv9vb1p
@user-bq5uv9vb1p 8 месяцев назад
Yes Basant. Cover With Scenario all topic
@Pradeep-jh7jc
@Pradeep-jh7jc 8 месяцев назад
Appreciate this man's efforts. I regularly follow his videos and he makes everything so simple and easy to understand. Thankyou JavaTechie. :D
@jean-paulboga8189
@jean-paulboga8189 7 месяцев назад
Great job 👏
@jagrutipatil1020
@jagrutipatil1020 7 месяцев назад
As usual the bestest content we can found here☺️
@d4devotion
@d4devotion 6 месяцев назад
You earned my subscription because of this video.
@harishgupta1392
@harishgupta1392 8 месяцев назад
God of Java. Wish I had this in previous month before my Mastercard interview, I would definitely cracked it.
@Javatechie
@Javatechie 8 месяцев назад
No problem it happens i wish good luck for your upcoming interview
@rashmiranjanswain601
@rashmiranjanswain601 8 месяцев назад
It's incredible.Loved your videos.Please implement Fusion auth in Spring Boot.
@Javatechie
@Javatechie 8 месяцев назад
Not aware about fusion auth will definitely check and update
@KD-fc3vq
@KD-fc3vq 8 месяцев назад
Hi Sir, Please create video on java LTS latest features as well. Since lot of interviewers expect nowadays.
@debbh274
@debbh274 7 месяцев назад
Very nice
@priyagade8788
@priyagade8788 8 месяцев назад
Thank you
@nikitaparmar1190
@nikitaparmar1190 7 месяцев назад
Your technique is excellent and easy to understand. Can you create a series on design patterns in Java? It is an important topic for practice and interviews. I couldn't find any design pattern series on your channel.
@Javatechie
@Javatechie 7 месяцев назад
Sure will plan it
@varungudisena9463
@varungudisena9463 8 месяцев назад
very good video
@divyavegoti4609
@divyavegoti4609 7 месяцев назад
Please make interview series on microservices and thank you for all the great work🎉
@Javatechie
@Javatechie 7 месяцев назад
Yes buddy as part of spring boot interview Q&A only i will continue.
@hanumanthram6754
@hanumanthram6754 8 месяцев назад
Could you also please create a video on ThreadLocal?
@sarojgupta8181
@sarojgupta8181 8 месяцев назад
finally!!
@VaibhavYaramwar-rc7kl
@VaibhavYaramwar-rc7kl 7 месяцев назад
I think using ListIterator as well , We can able to modify List Object while iterating it as well. But only catch with ListIterator, Origin List should be created like List listObj = new ArrayList(). Meaning Origine List should not be fixed size List. For Example, For below mentioned Example, We will get java.lang.UnsupportedOperationException public class FailSafeIterationDemo { public static void main(String[] args) { List list = Arrays.asList("1","2"); ListIterator listIterator = list.listIterator(); while (listIterator.hasNext()) { String element = (String) listIterator.next(); listIterator.add("Z"); System.out.println(element); } System.out.println(list); } } But for another similar example, Mentioned as below , It will run perfectly fine without any Exception. public class FailSafeIterationDemo { public static void main(String[] args) { List list = new ArrayList(); list.add("1"); list.add("2"); ListIterator listIterator = list.listIterator(); while (listIterator.hasNext()) { String element = (String) listIterator.next(); listIterator.add("Z"); System.out.println(element); } System.out.println(list); } }
@satyabatigoswami1735
@satyabatigoswami1735 4 месяца назад
I am 7 years experienced and find your videos very very useful. Your videos are really cutting edge. Please create some videos on latest features added in new releases of java after version 8. That will really help
@Javatechie
@Javatechie 4 месяца назад
Sure buddy will do that
@karthikeyanrm3446
@karthikeyanrm3446 8 месяцев назад
Awesome video.. please continue this java questions series as well as Spring-Microservices questions series. Is it possible to give questions in the description?
@Javatechie
@Javatechie 8 месяцев назад
Yes definitely i can but i was thinking to share these questions as a separate medium Blog
@karthikeyanrm3446
@karthikeyanrm3446 8 месяцев назад
@@Javatechie thank you so much Basant. Please share the link because it will be easy to revise - both java and spring boot - Microservices questions. Kindly do complex Microservices scenario based questions.
@localhero1938
@localhero1938 8 месяцев назад
Thanks for the video brother it helps lot
@Javatechie
@Javatechie 8 месяцев назад
Thank you so much brother keep learning 😃
@kukuusah
@kukuusah 8 месяцев назад
Please make a Vedio on SQL interview questions and answers for 2 years of experience
@pavanik6863
@pavanik6863 22 дня назад
Because of break i don't have confidence but after watching this vedio slowly recovering 😊,thank you so much Basanth .
@gaganverma7304
@gaganverma7304 8 месяцев назад
Osm
@norulshahlamjohn1140
@norulshahlamjohn1140 8 месяцев назад
giving an answer by coding it makes understanding better and deeply engrained by just watching. you sir are a diamond. but when i saw the boilerplate codes in your pojo i know you are an old-fashioned guy lol. also, comparator() is considered 'deprecated' since we are using streams api. do people still use that?
@Javatechie
@Javatechie 8 месяцев назад
First of all thank you for your words and BTW I am not an old fashion guy 🤪. It's just interview questions where they will check your basic understanding that's why I have explained the comparator
@shariefrana
@shariefrana 8 месяцев назад
Great videos and excellent presentation, it would be great if the video is split into parts based on questions, so that viewers can skip to the question to which they don't know the answer.
@Javatechie
@Javatechie 8 месяцев назад
People suggest for long videos buddy that's why I uploaded it
@orangefield2308
@orangefield2308 8 месяцев назад
he's talking about splicing in clickable segments, so you can click a certain topic in the video time mark, overall the video is good thanks@@Javatechie
@Javatechie
@Javatechie 8 месяцев назад
@@orangefield2308 yeah thanks buddy 👍 got it sure i will add timestamps so that it will be segment wise clickable
@saranthoughts9826
@saranthoughts9826 Месяц назад
30:38 Compile time exceptions is compiler forcing to developer to handle the exceptions so its called compile time exceptions.
@Javatechie
@Javatechie Месяц назад
Yes exactly
@yoshitamahajan353
@yoshitamahajan353 26 дней назад
Thank u
@mericet39
@mericet39 8 месяцев назад
If you've been developing in Java so many years, it is possible to know all of this and still flunk the interview questions. For example, I was wondering "Pillar of oops? WTF does THAT mean?" Then when you started to explain, I realised I knew all those concepts but just not the label "pillar of oops"
@Javatechie
@Javatechie 8 месяцев назад
Pillars of oops or key component of oops this kind of word usually interviewer used
@gopisambasivarao5282
@gopisambasivarao5282 8 месяцев назад
Hi Basant, waiting for your new videous.Last week we have not seen any new video. Hope this week.😊Appreciate your efforts
@Javatechie
@Javatechie 7 месяцев назад
Hello buddy thanks for your interest 😊. Actually I was on vacation and returned today so hopefully next weekend i will start uploading content
@gopisambasivarao5282
@gopisambasivarao5282 7 месяцев назад
Thanks Basant. Appreciate your time. God bless you. 🙂👍🙏
@saumyajoshi-ym2os
@saumyajoshi-ym2os 8 месяцев назад
Sir how many weeks/months it takes to master java8 and array/string questions to clear written test of service based companies
@Javatechie
@Javatechie 8 месяцев назад
One or 2 weeks is enough, i have a few questions already shared in the group just have a look in my channel
@subba18
@subba18 8 месяцев назад
String is Thread-safe inherently.. In your picture it says not thread-safe @55:29
@yoshitamahajan353
@yoshitamahajan353 12 дней назад
Can u also create aws related questions in similar way that would be very helful....
@hkk4782
@hkk4782 4 месяца назад
please add on concurrency interview questions in java
@Srikanth-kq5be
@Srikanth-kq5be 6 месяцев назад
Hi basant, if possible can your please make notes of it and please share ppt
@gs8589
@gs8589 3 месяца назад
56:00 Immutable objects are by default thread-safe
@d4devotion
@d4devotion 6 месяцев назад
One correction, when you explained String vs StringBuffer vs StringBuilder, mistakenly String was mentioned as Not-Thread-Safe, but it is.
@Javatechie
@Javatechie 6 месяцев назад
Yes my bad 😔
@d4devotion
@d4devotion 6 месяцев назад
@@Javatechie nvm, you are going great, loved the way you structured the overall content, the best thing I liked is going through actual example at the same time.
@purushothamachowdary6340
@purushothamachowdary6340 6 месяцев назад
what is the difference between the below 2 statements? both are printing same results.. System.out.println(s1.intern().hashCode() == s2.hashCode()); System.out.println(s1.hashCode() == s2.hashCode());
@Javatechie
@Javatechie 6 месяцев назад
Could you please first try to understand what the intern method does ?
@spvg3280
@spvg3280 7 месяцев назад
Bro make tutorial to push two project in same github repo
@itsnarahari
@itsnarahari 7 месяцев назад
@Java Techie Why can't you create questions for unit testing
@patnalajahnavi1680
@patnalajahnavi1680 4 месяца назад
String is threadsafe right as it's immutable but the slide shows it's not threadsafe 55:08
@Javatechie
@Javatechie 4 месяца назад
Yes agree it's my mistake
@biswajitsaha6773
@biswajitsaha6773 8 месяцев назад
Hi Basant, where is the link of github repo? i cant find it in description, could you please share it?
@Javatechie
@Javatechie 8 месяцев назад
I might have missed the update . will update and notify
@biswajitsaha6773
@biswajitsaha6773 8 месяцев назад
@@Javatechie Thank you Sir. Your contents are very helpful
@amananand3100
@amananand3100 6 месяцев назад
After preparing from this lecture, will I be able to clear my tech round?????
@Kashi_Lover
@Kashi_Lover 4 месяца назад
55:34 - As strings are immutable, It is Thread safe. In the comparison table, String is mentioned as Not Thread Safe. Please correct me if I am wrong.
@Javatechie
@Javatechie 4 месяца назад
You are correct and it's my mistake.
@Kashi_Lover
@Kashi_Lover 4 месяца назад
@@Javatechie Thanks. Overall, This playlist is amazing. Even with 5 years of exp in java, such videos are needed to brush-up. Thanks a lot.
@rohitd9952
@rohitd9952 8 месяцев назад
Can you please make a video on role based authentication and authorisation and also jwt authentication and authorisation using spring boot and spring security 6 latest update
@Javatechie
@Javatechie 8 месяцев назад
Please be updated with channel your requested video already available ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-NcLtLZqGu2M.html
@rohitd9952
@rohitd9952 8 месяцев назад
In role based authentication and authorisation I found some are deprecated like csrf(), AuthorizeHttpRequests(),and(),formLogin() in current update it is showing me for removal
@rohitd9952
@rohitd9952 8 месяцев назад
I filtered RU-vid according to this month on role based authentication and authorisation i didn't find appropriate video on it, kindly help me
@Javatechie
@Javatechie 8 месяцев назад
Here is the update change log ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-YnhbTlCCVLc.html
@niveditamirjikar409
@niveditamirjikar409 5 дней назад
Why can't we provide constructor for abstraction? Only by creating objects we can call getter and setter methods of item class why is this best approach?
@chanduyagnesh5501
@chanduyagnesh5501 6 месяцев назад
when catch block is not executing when exception is raised and return 3 only why sir
@VivekSharma-zb6no
@VivekSharma-zb6no 3 месяца назад
Strings are safe for multithreading, in your video at 55:45, it is shown that they are not thread safe, please correct it
@niteshpandey8218
@niteshpandey8218 Месяц назад
you are wrong ,Concurrent Hashmap also contain ,null key value .first he checks and apply method putIfAbsent ,this method not throw nullPointerException. by the way nice Interview questions♥
@Javatechie
@Javatechie Месяц назад
Thanks buddy 😊. I will check and update you
@Harish5896
@Harish5896 8 месяцев назад
There is so many videos in your RU-vid.. Please put one video that how to watch orderly for a fresher..
@Javatechie
@Javatechie 8 месяцев назад
Thank you for your interest in learning, buddy. It's a bit challenging for me to arrange my videos in a specific sequence since I've uploaded numerous videos covering different technologies. However, I can offer a workaround. Simply use the search bar to filter for videos that match your requirements, and you'll certainly find the results you need.
@Harish5896
@Harish5896 8 месяцев назад
Please put core java interview questions for fresher level only..
@nitinbhattacharyya8784
@nitinbhattacharyya8784 8 месяцев назад
Hey I have a question. How do you stay updated with various changes in SpringBoot over the years?For example in Spring Security we used to use WebSecurityConfigurerAdapter but now we just create a SecurityFilterChain bean. How do do you learn about these changes and then update your knowledge?
@Javatechie
@Javatechie 8 месяцев назад
I do follow different blogs and spring official page in telegram and other official resources to keep myself updated
@jasminpadaniya8199
@jasminpadaniya8199 8 месяцев назад
Hi@@Javatechie, Can you please share links to these resources like telegram channels and blogs? Thanks in advance
@Javatechie
@Javatechie 8 месяцев назад
Telegram: t.me/SpringFrameworkZone Blogs do follow to different blogs in medium or just search over Google and follow other resources
@TheTravellerVlogs99
@TheTravellerVlogs99 8 месяцев назад
One more- We can overload static method. Right.
@Javatechie
@Javatechie 8 месяцев назад
Yes we can
@SaurabhKumar-dj5vq
@SaurabhKumar-dj5vq 6 месяцев назад
Sir try block execute like if else
@Javatechie
@Javatechie 6 месяцев назад
No purpose is completely different
@SaurabhKumar-dj5vq
@SaurabhKumar-dj5vq 6 месяцев назад
Ok sir
@giridharreddy4278
@giridharreddy4278 Месяц назад
Are these questions enough for core Java in interviews
@uvanana.
@uvanana. 8 месяцев назад
Is your playlist is enough for Capgemini interview sir
@Javatechie
@Javatechie 8 месяцев назад
Yes it's more than enough for any company irrespective of service or product base only for core Java Q&A
@uvanana.
@uvanana. 8 месяцев назад
@@Javatechie Thank you sir , and for Java interview coding do you have a playlist
@Javatechie
@Javatechie 8 месяцев назад
Yes please filter with keyword " programming " you will get a couple of videos in my channel
@parwezalam7242
@parwezalam7242 7 месяцев назад
Guys I couldn't able to find this code on github anyone please help me
@shantohossain1372
@shantohossain1372 7 месяцев назад
55:59 isn't string is also thread safe? on the slide u r showing string is not thread safe!
@Javatechie
@Javatechie 7 месяцев назад
It’s my mistake buddy please ignore
@kamranbagirzade1942
@kamranbagirzade1942 2 месяца назад
Thanks, helped a lot!
@abhranilbhattacharjee1488
@abhranilbhattacharjee1488 2 месяца назад
String class is immutable and thus thread safe!
@harshsrivastav2197
@harshsrivastav2197 7 месяцев назад
Strings are thread safe, right?
@Javatechie
@Javatechie 7 месяцев назад
Yes you are correct please ignore my word
@bhargavi4557
@bhargavi4557 8 месяцев назад
I have asked a question to get employee namesand age>30 ,emp id between 50 and 70 I was able to answer first two conditions. Can you help me witg empid between 50and 70 elist. Stream().map( Employee::getnames).filter(x->x.getAge>30) Can you help with id condition
@praticksharma4820
@praticksharma4820 8 месяцев назад
First filter it then map it filter (x->x.salary>30 && x.salaryy.name)
@bhargavi4557
@bhargavi4557 8 месяцев назад
@@praticksharma4820 condition between 50 and 70 is for emp ida
@bhargavi4557
@bhargavi4557 8 месяцев назад
@@praticksharma4820 How to find the emi ids from 50 to 100 I have tried Elist.stream(). filter (x->x getId()>50 && getId()>100).forEach(s->syso(s)); Its not working can you help me
@Coders_World
@Coders_World Месяц назад
2:03:45 does Hashmap Internally uses Array of LinkedList ?
@Javatechie
@Javatechie Месяц назад
It’s linked list
@Coders_World
@Coders_World Месяц назад
I mean those 16 memory buckets is Array ? Or Different DS ?
@Javatechie
@Javatechie Месяц назад
@@Coders_World each bucket 🪣 point to a singley linked list
@Jeetu_24
@Jeetu_24 4 месяца назад
String is a thread...right but in screen(55:16 mnts) it is sowing not thread safe ?
@Javatechie
@Javatechie 4 месяца назад
My bad it was my mistake
@bhargavi4557
@bhargavi4557 8 месяцев назад
How to get employee ids from 50 to 70 using streams
@Javatechie
@Javatechie 8 месяцев назад
Use filter
@bhargavi4557
@bhargavi4557 8 месяцев назад
@@Javatechie How to find the emi ids from 50 to 100 I have tried Elist.stream(). filter (x->x getId()>50 && getId()>100).forEach(s->syso(s)); Its not working can you help me
@maddipatlamadhura1500
@maddipatlamadhura1500 Месяц назад
is there PDF available ?
@Javatechie
@Javatechie Месяц назад
No pdf , even didn't remember whether it's there in my machine or not
@narendragupta6114
@narendragupta6114 5 месяцев назад
you have not explain Static method hiding in good way, because message was same in both class
@Javatechie
@Javatechie 5 месяцев назад
You can change the sopln statement. I will be happy if viewers understand the concept rather than the example statement
@animesh2411
@animesh2411 3 месяца назад
Say --> Compilation error ❌ Crying ✅
@RealSlimShady-um6gf
@RealSlimShady-um6gf 7 месяцев назад
Basant : which company are you working in?
@JavaWedsPython
@JavaWedsPython 6 месяцев назад
For such more videos: youtube.com/@JavaWedsPython?si=0I6KI7AaWX7S0Ltz
@otoS97
@otoS97 Месяц назад
1:01:14 DET 🗣
Далее
Как выжить на 1000 рублей?
13:01
Просмотров 685 тыс.
Coding Interviews Be Like
5:31
Просмотров 6 млн
Core Java FAQs : A Must-Watch for Java Developers
1:00:52
Mac Studio из Китая 😈
0:34
Просмотров 159 тыс.
XIAOMI для настоящих МУЖИКОВ!
0:34
Просмотров 310 тыс.
Asus  VivoBook Винда за 8 часов!
1:00
Просмотров 1,1 млн