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

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ก.ย. 2024
  • #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...
    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.co...
    IOS 🌐 :
    apps.apple.com...
    GitHub:
    github.com/Jav...
    Blogs:
    / javatechie4u
    Facebook:
    / javatechie
    Join this channel to get access to perks:
    www.youtube.co...
    🔔 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.

ความคิดเห็น • 194

  • @s49243
    @s49243 10 หลายเดือนก่อน +81

    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 10 หลายเดือนก่อน +1

      Hats off to you buddy 👍

    • @Srikanth-kq5be
      @Srikanth-kq5be 9 หลายเดือนก่อน +1

      Hats off

    • @ezhilarasikrishnan5408
      @ezhilarasikrishnan5408 9 หลายเดือนก่อน +1

    • @sanjay26031983
      @sanjay26031983 8 หลายเดือนก่อน

      @s49243 Any tool used for this or manually typed😮

    • @freakintruder
      @freakintruder 7 หลายเดือนก่อน

      ​@@sanjay26031983chatgpt probably

  • @yatendra__singh
    @yatendra__singh 11 หลายเดือนก่อน +30

    Rockstar is making some noice in the market ❤

    • @Javatechie
      @Javatechie  11 หลายเดือนก่อน +4

      😜😜

    • @karthickgunasekaran3220
      @karthickgunasekaran3220 10 หลายเดือนก่อน +2

      Yes rockstar making nice video

    • @devarajk6858
      @devarajk6858 10 หลายเดือนก่อน +1

      @@Javatechie I have 3.5 years of experience as Java developer. Is it applicable for me?

    • @Javatechie
      @Javatechie  10 หลายเดือนก่อน

      Yes buddy

    • @devarajk6858
      @devarajk6858 10 หลายเดือนก่อน

      @@Javatechie thanks 🙏 brother and is this enough or is there a continuation videos?

  • @neonew339
    @neonew339 11 หลายเดือนก่อน +9

    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.

  • @naleenyadav
    @naleenyadav 11 หลายเดือนก่อน +8

    Boss is Back.

  • @faixan13
    @faixan13 11 หลายเดือนก่อน +6

    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. 🎉🎉

  • @saumyajoshi-ym2os
    @saumyajoshi-ym2os 11 หลายเดือนก่อน +4

    Sir how many weeks/months it takes to master java8 and array/string questions to clear written test of service based companies

    • @Javatechie
      @Javatechie  11 หลายเดือนก่อน

      One or 2 weeks is enough, i have a few questions already shared in the group just have a look in my channel

  • @mkSlayer9
    @mkSlayer9 4 วันที่ผ่านมา

    Can you also create a multithreading Interview QnA video ? Please. Also eagerly waiting for Spring Boot Part 7. Thank you so much for all your efforts !

  • @PranjaliSuryavanshi-t2o
    @PranjaliSuryavanshi-t2o 7 หลายเดือนก่อน +4

    Must watch interview questions video for java developers. Everything is explained practically. Thanks a lot.

  • @farhaankazi7134
    @farhaankazi7134 หลายเดือนก่อน +1

    My Finding for overriding.
    /*
    * 1. You can replace return type of super method with sub-type of returned type.
    *
    * 2. Exception hierarchy: Exception Declaration are of overriding can have sub type or same time
    *
    * 3. Method parameter of overriding should be same type even sub types are not allowed.
    *
    * 4. You can omit the exception declaration in overriding method but it is not allowed
    * define different or super type for exception area of method header.
    *
    * 5. You cannot override the static or private method. If you attempt override static method
    * then it is called overer-hiding. The scope of the private method is limited to the class
    * where you define it is not available to any of sub-class hence we you attempt to override
    * this super class private method in sub class, then subclass consider it's own new method
    * there is no relation between these duplicate method definition.
    *
    * 6. Overriding method in subclass access specifier can be broader or same. Meaning if Super class
    * Overridden method has protected access specifier then sub-class overriding method
    * can have public specifier but cannot have private or default one.
    *
    * 7. Super class method which has default access specifier cannot be overriden by the subclasses in
    * Other package. Only subclass in same or sub package of super class can inherit it and can override
    * it.
    *
    * 8. You can use modifier in parameter list of overriding method even if those modifier is not used in
    * the parameter list of overridden method in super class
    *
    * 9. Order, Type and count of parameter list of overriding method in super class must strictly match with
    * parameter list of overridden method in sub class.
    */

  • @ravimane5508
    @ravimane5508 11 หลายเดือนก่อน +5

    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 TH-cam, but yours stands out. You will be the next Javabrains

    • @Javatechie
      @Javatechie  11 หลายเดือนก่อน

      Thank you so much for appreciating it buddy 🤗. Keep learning 👍

    • @orangefield2308
      @orangefield2308 11 หลายเดือนก่อน

      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

  • @SagarBisen-kt8ex
    @SagarBisen-kt8ex 2 หลายเดือนก่อน +2

    Definitely a must watch video, thanks a lot.

  • @subba18
    @subba18 11 หลายเดือนก่อน +2

    String is Thread-safe inherently.. In your picture it says not thread-safe @55:29

    • @fiorini_mochachino
      @fiorini_mochachino หลายเดือนก่อน

      Yup, was about to write that but you beat me to it. By 10 months... 😊

  • @pavanik6863
    @pavanik6863 3 หลายเดือนก่อน +1

    Because of break i don't have confidence but after watching this vedio slowly recovering 😊,thank you so much Basanth .

  • @d4devotion
    @d4devotion 9 หลายเดือนก่อน +2

    One correction, when you explained String vs StringBuffer vs StringBuilder, mistakenly String was mentioned as Not-Thread-Safe, but it is.

    • @Javatechie
      @Javatechie  9 หลายเดือนก่อน

      Yes my bad 😔

    • @d4devotion
      @d4devotion 9 หลายเดือนก่อน +1

      @@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.

  • @harishgupta1392
    @harishgupta1392 11 หลายเดือนก่อน +2

    God of Java. Wish I had this in previous month before my Mastercard interview, I would definitely cracked it.

    • @Javatechie
      @Javatechie  11 หลายเดือนก่อน

      No problem it happens i wish good luck for your upcoming interview

  • @purushothamachowdary6340
    @purushothamachowdary6340 9 หลายเดือนก่อน +1

    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  9 หลายเดือนก่อน

      Could you please first try to understand what the intern method does ?

  • @kraw-vo4oy
    @kraw-vo4oy 7 หลายเดือนก่อน +3

    really helpful and in depth :)

  • @Harithakoritala
    @Harithakoritala 9 หลายเดือนก่อน +1

    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..

  • @kukuusah
    @kukuusah 11 หลายเดือนก่อน +1

    Please make a Vedio on SQL interview questions and answers for 2 years of experience

  • @divyavegoti4609
    @divyavegoti4609 10 หลายเดือนก่อน +2

    Please make interview series on microservices and thank you for all the great work🎉

    • @Javatechie
      @Javatechie  10 หลายเดือนก่อน +1

      Yes buddy as part of spring boot interview Q&A only i will continue.

  • @uvanana.
    @uvanana. 11 หลายเดือนก่อน +2

    Is your playlist is enough for Capgemini interview sir

    • @Javatechie
      @Javatechie  11 หลายเดือนก่อน +1

      Yes it's more than enough for any company irrespective of service or product base only for core Java Q&A

    • @uvanana.
      @uvanana. 11 หลายเดือนก่อน +1

      @@Javatechie Thank you sir , and for Java interview coding do you have a playlist

    • @Javatechie
      @Javatechie  11 หลายเดือนก่อน +1

      Yes please filter with keyword " programming " you will get a couple of videos in my channel

  • @somnathlatthe1173
    @somnathlatthe1173 20 วันที่ผ่านมา +1

    Very helpful, thank you sir

  • @Krishna-iu4zp
    @Krishna-iu4zp 6 หลายเดือนก่อน +1

    You have answered wrongly to question 20, in question 19 you mentioned String is thread safe but in question 20 you said it is thread not safety

    • @Javatechie
      @Javatechie  6 หลายเดือนก่อน

      Yes it's my mistake and I apologize for it in previous many comments 😜

  • @norulshahlamjohn1140
    @norulshahlamjohn1140 11 หลายเดือนก่อน +1

    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  11 หลายเดือนก่อน

      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

  • @saranthoughts9826
    @saranthoughts9826 4 หลายเดือนก่อน +1

    30:38 Compile time exceptions is compiler forcing to developer to handle the exceptions so its called compile time exceptions.

    • @Javatechie
      @Javatechie  4 หลายเดือนก่อน +2

      Yes exactly

  • @animesh2411
    @animesh2411 6 หลายเดือนก่อน +1

    Say --> Compilation error ❌ Crying ✅

  • @gs8589
    @gs8589 6 หลายเดือนก่อน +1

    56:00 Immutable objects are by default thread-safe

  • @udayagiriveeru1366
    @udayagiriveeru1366 11 หลายเดือนก่อน +1

    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.

  • @d4devotion
    @d4devotion 9 หลายเดือนก่อน +1

    You earned my subscription because of this video.

  • @narendragupta6114
    @narendragupta6114 8 หลายเดือนก่อน +1

    you have not explain Static method hiding in good way, because message was same in both class

    • @Javatechie
      @Javatechie  8 หลายเดือนก่อน

      You can change the sopln statement. I will be happy if viewers understand the concept rather than the example statement

  • @DheerajReddy-p6u
    @DheerajReddy-p6u 8 หลายเดือนก่อน +1

    Thank you so much for this content before interview, i go though this video mostly 90% are the same questions great work

  • @Suraj-dj5rk
    @Suraj-dj5rk 11 หลายเดือนก่อน +1

    Really very helpful bhaii.. thank you so much❤

  • @hariprasad1727
    @hariprasad1727 2 หลายเดือนก่อน

    In Immutable class I tried for PhoneNumbers List.of("1234", "4567"); (or) Arrays.asList("1234", "4567"); also it's not allowed to modify.
    Thank You @Basant

  • @hanumanthram6754
    @hanumanthram6754 11 หลายเดือนก่อน +1

    Could you also please create a video on ThreadLocal?

  • @mericet39
    @mericet39 11 หลายเดือนก่อน +1

    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  11 หลายเดือนก่อน

      Pillars of oops or key component of oops this kind of word usually interviewer used

  • @rohanchowdary8511
    @rohanchowdary8511 11 หลายเดือนก่อน +2

    these are the best interview questions on java

  • @niteshpandey8218
    @niteshpandey8218 5 หลายเดือนก่อน +1

    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  5 หลายเดือนก่อน

      Thanks buddy 😊. I will check and update you

  • @AdityaSharma-tt7yg
    @AdityaSharma-tt7yg 3 หลายเดือนก่อน +1

    You are a gem , Sir . Hope to meet you .

  • @yoshitamahajan353
    @yoshitamahajan353 3 หลายเดือนก่อน +2

    Thank u

  • @hariprasad1727
    @hariprasad1727 2 หลายเดือนก่อน

    String s1 = "Hello";
    s1.concat(" World!");
    It will print "Hello" if we assign s1 = s1.concat(" World!"); ---> Hello World! similarly s1 = s1 + " World!"; it will print ---> Hello World! untill we assign variable after concatenarion it will not concatenate.

  • @satyabatigoswami1735
    @satyabatigoswami1735 7 หลายเดือนก่อน +1

    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  7 หลายเดือนก่อน +1

      Sure buddy will do that

  • @sreerekhamenon1164
    @sreerekhamenon1164 10 หลายเดือนก่อน +1

    Excellent content, thanks for providing them. Really helpful for interview preparation 🙂

  • @patnalajahnavi1680
    @patnalajahnavi1680 8 หลายเดือนก่อน +1

    String is threadsafe right as it's immutable but the slide shows it's not threadsafe 55:08

    • @Javatechie
      @Javatechie  8 หลายเดือนก่อน +1

      Yes agree it's my mistake

  • @rashmiranjanswain601
    @rashmiranjanswain601 11 หลายเดือนก่อน +1

    It's incredible.Loved your videos.Please implement Fusion auth in Spring Boot.

    • @Javatechie
      @Javatechie  11 หลายเดือนก่อน +1

      Not aware about fusion auth will definitely check and update

  • @jagrutipatil1020
    @jagrutipatil1020 10 หลายเดือนก่อน +1

    As usual the bestest content we can found here☺️

  • @praveenkrmehta4035
    @praveenkrmehta4035 11 หลายเดือนก่อน +1

    How can I contact you....in your manytomany bidirectional implementation.....there is flaws in it.....with the same code try to save the data again ...not happening because of @JsonmanagedReference..... kindly check and update

    • @Javatechie
      @Javatechie  11 หลายเดือนก่อน

      javatechie4u@gmail.com please connect to this email. Sure i will check and update you

  • @shantohossain1372
    @shantohossain1372 10 หลายเดือนก่อน +1

    55:59 isn't string is also thread safe? on the slide u r showing string is not thread safe!

    • @Javatechie
      @Javatechie  10 หลายเดือนก่อน

      It’s my mistake buddy please ignore

  • @punyabikash3624
    @punyabikash3624 6 หลายเดือนก่อน +1

    After long time happy to see sir❤

  • @RockyRani-c2j
    @RockyRani-c2j 4 หลายเดือนก่อน +1

    Great Tutorial thanks Java Techie

  • @kamleshpatil1959
    @kamleshpatil1959 7 หลายเดือนก่อน +1

    Thank you for covering most of the topics...

  • @gopisambasivarao5282
    @gopisambasivarao5282 11 หลายเดือนก่อน +1

    Hi Basant, waiting for your new videous.Last week we have not seen any new video. Hope this week.😊Appreciate your efforts

    • @Javatechie
      @Javatechie  11 หลายเดือนก่อน

      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 10 หลายเดือนก่อน

      Thanks Basant. Appreciate your time. God bless you. 🙂👍🙏

  • @niveditamirjikar409
    @niveditamirjikar409 3 หลายเดือนก่อน

    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?

  • @biswajitsaha6773
    @biswajitsaha6773 11 หลายเดือนก่อน +1

    Hi Basant, where is the link of github repo? i cant find it in description, could you please share it?

    • @Javatechie
      @Javatechie  11 หลายเดือนก่อน

      I might have missed the update . will update and notify

    • @biswajitsaha6773
      @biswajitsaha6773 11 หลายเดือนก่อน

      @@Javatechie Thank you Sir. Your contents are very helpful

  • @gautamfitnesslook295
    @gautamfitnesslook295 11 หลายเดือนก่อน +1

    Thank you sir it's very helpful for beginner to experience person.

  • @abishasherlin5896
    @abishasherlin5896 11 หลายเดือนก่อน +1

    There is so many videos in your TH-cam.. Please put one video that how to watch orderly for a fresher..

    • @Javatechie
      @Javatechie  11 หลายเดือนก่อน +1

      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.

    • @abishasherlin5896
      @abishasherlin5896 11 หลายเดือนก่อน +1

      Please put core java interview questions for fresher level only..

  • @TheTravellerVlogs99
    @TheTravellerVlogs99 11 หลายเดือนก่อน +1

    One more- We can overload static method. Right.

    • @Javatechie
      @Javatechie  11 หลายเดือนก่อน

      Yes we can

  • @vishnuvardhan632
    @vishnuvardhan632 7 หลายเดือนก่อน +1

    This is very much needed video. Thankyou very much sir!!

  • @kumargagare6154
    @kumargagare6154 11 หลายเดือนก่อน +1

    What a timing man! This will really help me i. Preparation, thanks! Your content is very deep and practical!!

  • @kidsfun381
    @kidsfun381 2 หลายเดือนก่อน

    really helpful and in depth :)

  • @yoshitamahajan353
    @yoshitamahajan353 3 หลายเดือนก่อน

    Can u also create aws related questions in similar way that would be very helful....

  • @Vithal_Nivargi
    @Vithal_Nivargi 11 หลายเดือนก่อน +1

    Waw, awaited video.
    Thank you so much 🙏❤

  • @SandhyaMadire
    @SandhyaMadire 2 หลายเดือนก่อน

    One thing to notice here, as string having immutability nature makes it Thread safe.

  • @amananand3100
    @amananand3100 9 หลายเดือนก่อน

    After preparing from this lecture, will I be able to clear my tech round?????

  • @karthikeyanrm3446
    @karthikeyanrm3446 11 หลายเดือนก่อน +1

    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  11 หลายเดือนก่อน

      Yes definitely i can but i was thinking to share these questions as a separate medium Blog

    • @karthikeyanrm3446
      @karthikeyanrm3446 11 หลายเดือนก่อน +1

      @@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.

  • @VivekSharma-zb6no
    @VivekSharma-zb6no 6 หลายเดือนก่อน

    Strings are safe for multithreading, in your video at 55:45, it is shown that they are not thread safe, please correct it

  • @nikitaparmar1190
    @nikitaparmar1190 10 หลายเดือนก่อน +1

    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  10 หลายเดือนก่อน

      Sure will plan it

  • @chanduyagnesh5501
    @chanduyagnesh5501 9 หลายเดือนก่อน

    when catch block is not executing when exception is raised and return 3 only why sir

  • @VaibhavYaramwar-rc7kl
    @VaibhavYaramwar-rc7kl 10 หลายเดือนก่อน

    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);
    }
    }

  • @rohitd9952
    @rohitd9952 11 หลายเดือนก่อน +1

    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  11 หลายเดือนก่อน

      Please be updated with channel your requested video already available th-cam.com/video/NcLtLZqGu2M/w-d-xo.html

    • @rohitd9952
      @rohitd9952 11 หลายเดือนก่อน

      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 11 หลายเดือนก่อน

      I filtered TH-cam according to this month on role based authentication and authorisation i didn't find appropriate video on it, kindly help me

    • @Javatechie
      @Javatechie  11 หลายเดือนก่อน

      Here is the update change log th-cam.com/video/YnhbTlCCVLc/w-d-xo.html

  • @parwezalam7242
    @parwezalam7242 10 หลายเดือนก่อน

    Guys I couldn't able to find this code on github anyone please help me

  • @shariefrana
    @shariefrana 11 หลายเดือนก่อน +1

    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  11 หลายเดือนก่อน +1

      People suggest for long videos buddy that's why I uploaded it

    • @orangefield2308
      @orangefield2308 11 หลายเดือนก่อน +1

      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  11 หลายเดือนก่อน +1

      @@orangefield2308 yeah thanks buddy 👍 got it sure i will add timestamps so that it will be segment wise clickable

  • @itsnarahari
    @itsnarahari 10 หลายเดือนก่อน

    @Java Techie Why can't you create questions for unit testing

  • @ashimasingh5031
    @ashimasingh5031 6 หลายเดือนก่อน +1

    Amazing tutorial

  • @bhargavi4557
    @bhargavi4557 11 หลายเดือนก่อน +1

    How to get employee ids from 50 to 70 using streams

    • @Javatechie
      @Javatechie  11 หลายเดือนก่อน +1

      Use filter

    • @bhargavi4557
      @bhargavi4557 11 หลายเดือนก่อน

      @@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

  • @KapilSoni-e5m
    @KapilSoni-e5m 7 หลายเดือนก่อน +1

    No words to thank you sir.!! 🙏

  • @localhero1938
    @localhero1938 11 หลายเดือนก่อน +1

    Thanks for the video brother it helps lot

    • @Javatechie
      @Javatechie  11 หลายเดือนก่อน

      Thank you so much brother keep learning 😃

  • @Srikanth-kq5be
    @Srikanth-kq5be 9 หลายเดือนก่อน

    Hi basant, if possible can your please make notes of it and please share ppt

  • @giridharreddy4278
    @giridharreddy4278 4 หลายเดือนก่อน

    Are these questions enough for core Java in interviews

  • @JavaWedsPython
    @JavaWedsPython 9 หลายเดือนก่อน

    For such more videos: youtube.com/@JavaWedsPython?si=0I6KI7AaWX7S0Ltz

  • @Coders_World
    @Coders_World 4 หลายเดือนก่อน

    2:03:45 does Hashmap Internally uses Array of LinkedList ?

    • @Javatechie
      @Javatechie  4 หลายเดือนก่อน

      It’s linked list

    • @Coders_World
      @Coders_World 4 หลายเดือนก่อน +1

      I mean those 16 memory buckets is Array ? Or Different DS ?

    • @Javatechie
      @Javatechie  4 หลายเดือนก่อน

      @@Coders_World each bucket 🪣 point to a singley linked list

  • @RealSlimShady-um6gf
    @RealSlimShady-um6gf 10 หลายเดือนก่อน

    Basant : which company are you working in?

  • @abhranilbhattacharjee1488
    @abhranilbhattacharjee1488 5 หลายเดือนก่อน

    String class is immutable and thus thread safe!

  • @hkk4782
    @hkk4782 7 หลายเดือนก่อน

    please add on concurrency interview questions in java

  • @spvg3280
    @spvg3280 11 หลายเดือนก่อน

    Bro make tutorial to push two project in same github repo

  • @mayankmanral4894
    @mayankmanral4894 11 หลายเดือนก่อน +1

    Most informative practical video of core java interviews

  • @harshsrivastav2197
    @harshsrivastav2197 10 หลายเดือนก่อน +1

    Strings are thread safe, right?

    • @Javatechie
      @Javatechie  10 หลายเดือนก่อน

      Yes you are correct please ignore my word

  • @Pradeep-jh7jc
    @Pradeep-jh7jc 11 หลายเดือนก่อน

    Appreciate this man's efforts. I regularly follow his videos and he makes everything so simple and easy to understand. Thankyou JavaTechie. :D

  • @piyushsharma5947
    @piyushsharma5947 10 หลายเดือนก่อน

    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 :)

  • @KD-fc3vq
    @KD-fc3vq 11 หลายเดือนก่อน

    Hi Sir,
    Please create video on java LTS latest features as well. Since lot of interviewers expect nowadays.

  • @bhargavi4557
    @bhargavi4557 11 หลายเดือนก่อน

    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 11 หลายเดือนก่อน +2

      First filter it then map it
      filter (x->x.salary>30 && x.salaryy.name)

    • @bhargavi4557
      @bhargavi4557 11 หลายเดือนก่อน

      @@praticksharma4820 condition between 50 and 70 is for emp ida

    • @bhargavi4557
      @bhargavi4557 11 หลายเดือนก่อน

      @@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

  • @sarojgupta8181
    @sarojgupta8181 11 หลายเดือนก่อน +1

    finally!!

  • @krushnnabaviskar4131
    @krushnnabaviskar4131 4 หลายเดือนก่อน

    Thanks for detailed expalnation.

  • @priyagade8788
    @priyagade8788 11 หลายเดือนก่อน +1

    Thank you

  • @sachinchougule9117
    @sachinchougule9117 หลายเดือนก่อน

    It's Very helpful content

  • @SaurabhKumar-dj5vq
    @SaurabhKumar-dj5vq 9 หลายเดือนก่อน +1

    Sir try block execute like if else

    • @Javatechie
      @Javatechie  9 หลายเดือนก่อน

      No purpose is completely different

    • @SaurabhKumar-dj5vq
      @SaurabhKumar-dj5vq 9 หลายเดือนก่อน

      Ok sir

  • @vishwaranjansingh6111
    @vishwaranjansingh6111 7 หลายเดือนก่อน

    Simple I would say superb explanation

  • @Kashi_निवाशी
    @Kashi_निवाशी 7 หลายเดือนก่อน

    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  7 หลายเดือนก่อน +1

      You are correct and it's my mistake.

    • @Kashi_निवाशी
      @Kashi_निवाशी 7 หลายเดือนก่อน +1

      @@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.

  • @test-nature
    @test-nature 4 หลายเดือนก่อน +1

    is there PDF available ?

    • @Javatechie
      @Javatechie  4 หลายเดือนก่อน

      No pdf , even didn't remember whether it's there in my machine or not

  • @Abu-k4t2n
    @Abu-k4t2n 11 หลายเดือนก่อน

    Yes Basant. Cover With Scenario all topic

  • @sangramnayak6694
    @sangramnayak6694 11 หลายเดือนก่อน

    Map map = new ConcurrentHashMap();

    map.put(123, "Test");
    map.put(322, "Fest");

    Iterator it = map.keySet().iterator();
    while (it.hasNext()) {
    Integer id = (Integer) it.next();
    String name = map.get(id);
    System.out.println(id + " : " + name);
    map.put(122, "Zest");
    }
    o/p please = ?
    I am getting below as output:-
    322 : Fest
    123 : Test
    What about 122 : Zest ???