Java Interview Question | Java Mock Interview 2023 | By Kiran Sir

Поделиться
HTML-код
  • Опубликовано: 23 ноя 2024

Комментарии • 47

  • @TheKiranAcademy
    @TheKiranAcademy  Год назад +4

    Why Python? Website | Gamming | AI | Machine Learning: ruclips.net/video/xtah0kJ2OO0/видео.html
    𝐆𝐞𝐭 𝐢𝐧 𝐭𝐨𝐮𝐜𝐡 𝐰𝐢𝐭𝐡 𝐦𝐞 𝐛𝐲 𝐣𝐨𝐢𝐧𝐢𝐧𝐠 𝐭𝐡𝐞 𝐟𝐫𝐞𝐞 𝐝𝐞𝐦𝐨 𝐜𝐥𝐚𝐬𝐬 𝐥𝐢𝐧𝐤 𝐛𝐞𝐥𝐨𝐰
    bit.ly/jbkgshub7

  • @_RutujaDhapatkar
    @_RutujaDhapatkar Год назад +14

    His mock Interview is very good. Also he is by non - It background. His communication is also nice & his concept is also clear. But he pratisce more for English communication for interview. I think he practices to explain shortly ans for interview.

  • @TT-xg7qd
    @TT-xg7qd Год назад +5

    Static keyword is used with variables , methods but we use in the global area only, local variable will accept static variable it will through error. We use static keyword then it it would be a modifier and the class static area will be created and for non static variable are stored inside the object block , if we use new keyword to create a object which will have the reference with class static area because local variable can't directly access the global area so we create object ...

  • @ganeshnarangle2811
    @ganeshnarangle2811 Год назад +8

    Kiran sir's explanation help more during interview.

  • @AxissehSammy
    @AxissehSammy Год назад +2

    When a variable is declared as static, then a single copy of the variable is created and shared among all objects at the class level. Static variables are, essentially, global variables. All instances of the class share the same static variable.

  • @Technical_Garage
    @Technical_Garage Год назад +3

    Sir you are asking so easy question the interviewer asking some get confused questions

  • @akshaybhagwat963
    @akshaybhagwat963 2 месяца назад +3

    Dont expect this kinda interview at top MNC for developer jobs. The process is much much complex, questions will never be theoretical like this. Prepare well guys, learn by actual implementation and play around and focus on DSA as well.

  • @aniketpisal8755
    @aniketpisal8755 11 месяцев назад +3

    he has good knowledge of java🎉

  • @SureshBajeer-j4g
    @SureshBajeer-j4g Год назад +2

    Protected is modifier only when we used that we required to access class within same package and also in other package but in only can be accessed in child class , And Your mock interviews are amazing its is very helpful for beginner and advance level. Thanks For Sharing content like that

  • @andythomson2227
    @andythomson2227 Год назад +7

    I am in love with his marathi accent❤

  • @fazalharoon9354
    @fazalharoon9354 Год назад +1

    Great

  • @poonampardeshi2408
    @poonampardeshi2408 11 месяцев назад +2

    Your videos are very useful for me sir.. I don't judge candidate, I just listen questions and answers

  • @nivartigiram680
    @nivartigiram680 Год назад +1

    good Prepare Shesherao.

  • @janakiramu4250
    @janakiramu4250 Год назад +1

    Helpful video

  • @sachinpawar1647
    @sachinpawar1647 Год назад +1

    Great bro

  • @sushant1951
    @sushant1951 Год назад +3

    Sir How to possible interpreter is platform independent ? I have read in yours book interpreter is platform dependent.

  • @3lpme
    @3lpme 20 дней назад

    4:31 4:31 4:32" that is also correct"😂😂 bro giving feedback to interviewer

  • @statuscorner17
    @statuscorner17 Год назад +2

    🔥🔥🔥

  • @balushinde9500
    @balushinde9500 Год назад +3

    Sir more interview of core Java
    and SQL please

  • @tanvideogade6890
    @tanvideogade6890 Год назад +1

    We want software tester mock interview sur

  • @shubyagaikwad9618
    @shubyagaikwad9618 Год назад +1

    Sir please correct he said that useing delete we can delete the table but we can't. Its only for row, col we can use

    • @TheKiranAcademy
      @TheKiranAcademy  Год назад +1

      Yes you are very correct. Thank you.
      the DROP command is used to remove the whole database or table indexes, data, and more. Whereas the TRUNCATE command is used to remove all the rows from the table.

  • @GautamKumar-qx3rt
    @GautamKumar-qx3rt Год назад +1

    Sir python mock interview bhi leke aao please? Thank you

  • @raghavdabhade6101
    @raghavdabhade6101 Год назад +3

    Can a class implement more than one interface in java?

  • @saketpatil9994
    @saketpatil9994 Год назад +2

    How can I get your book on Java sir .

  • @boysrocky5176
    @boysrocky5176 Год назад

    Do u have syllabus for ur course?

  • @conceptkiduniyamathematics4804
    @conceptkiduniyamathematics4804 Год назад +1

    Sir apne mic ka volume badha lijiye achhe se sound nahi aata h

  • @boysrocky5176
    @boysrocky5176 Год назад

    Kiran sir u also takes batches now?

  • @harishsethiyasethiya3370
    @harishsethiyasethiya3370 Месяц назад

    I think who take interview he is don't know that we should take feedback in last moments 😂😂😂😂😂its not like interview its like preparation thought 😂

  • @anjalikalshetty2477
    @anjalikalshetty2477 10 месяцев назад

    sir mera ty mai backlog hai main place ho sakti hu kya means job mil sakta kya active back log?
    kaise or mujhe chahiye ky karu help me??

    • @3lpme
      @3lpme 20 дней назад

      Job Mila?

  • @AxissehSammy
    @AxissehSammy Год назад +2

    Candidate : Static answer is totally wrong

    • @Itsmeunkown5
      @Itsmeunkown5 Год назад +1

      Static key is used to make any variable or method of class a class variable or method we can access that variable or method without creating object of class my using class_name.variable or class_name.method()

  • @_sarthakmisal
    @_sarthakmisal Год назад

    Sir placement provide karoge kya

  • @shubhamdhanave8926
    @shubhamdhanave8926 Год назад +4

    We can override the static method for method hiding purpose
    Correct me if I am wrong
    class A
    { static void show() {
    System.out.println("I am parent show");
    }
    }
    class B extends A
    { static void show() {
    System.out.println("I am show in child");
    }
    }
    class HelloWorld {
    public static void main(String[] args) {
    A b1 = new B();
    b1.show();
    }
    }
    In case of overriding of non static methods if we create reference of parent class and object of child class ,
    then by default child class logic gets executed.
    But in case of overriding of static methods if we create reference of parent class and object of child class ,
    then by PARENT CLASS logic gets executed.
    So we hide the method in child class