Hibernate Interview Questions and Answers in Java with examples PART -1[ MOST ASKED] Code Decode

Sdílet
Vložit
  • čas přidán 2. 08. 2024
  • In this video of Advanced Java/Hibernate Interview Questions and Answers for Experienced, we have covered some frequently asked hibernate interview questions. Hibernate is a very important topic of Advanced Java.
    Udemy Course of Code Decode on Microservice k8s AWS CICD link:
    openinapp.co/udemycourse
    Course Description Video :
    yt.openinapp.co/dmjvd
    Most of the Advanced Java interview questions for experienced candidates come from Hibernate
    If your Hibernate part is strong then you can easily clear this round of interviews.
    We have covered some unique topics in Advanced Java/Hibernate Interview Questions for Experienced.
    This video covers :
    Q) What is Hibernate and why use it?
    why hibernate: Hibernate eliminates all the boiler-plate code that comes with JDBC.
    It supports HQL which is more Object-oriented.
    It provides transaction management implicitly.
    Hibernate throws JDBCException or HibernateException which are the unchecked exceptions, so we don’t need to worry about handling using try and catch.
    Hibernate supports caching for better performance.
    Q) Important Interfaces - Annotations used in Hibernate
    Q) Mappings in Hibernate
    Q) What are the hibernate configuration file/ Mapping file. Usually asked in advanced java interview questions.
    Q) hibernate caching
    And Many more important Advanced java topics - hibernate interview questions.
    MOST ASKED HIBERNATE INTERVIEW QUESTIONS PART- 2
    • Hibernate Interview Qu...
    -------------------------------------------------------------------------------------------------------------------------------------
    Code Decode Playlists
    Most Asked Core Java Interview Questions and Answers : • Core Java frequently a...
    Advance Java Interview Questions and Answers : • Advance Java Interview...
    Java 8 Interview Questions and Answers : • Java 8 Interview Quest...
    Hibernate Interview Questions and Answers : • Hibernate Interview Qu...
    Spring Boot Interview Questions and Answers : • Advance Java Interview...
    Angular Playlist : • Angular Course Introdu...
    GIT : • GIT
    -------------------------------------------------------------------------------------------------------------------------------------
    Subscriber and Follow Code Decode
    Subscriber Code Decode : czcams.com/users/CodeDecode?...
    Linkedin : / codedecodeyoutube
    Instagram : / codedecode25
    --------------------------------------------------------------------------------------------------------------------------------------
    #HibernateInterviewQuestions #AdvancedJavaInterviewQuestion #JavaInterviewQuestionAndAnswer #codedecode

Komentáře • 221

  • @sachinparmar8406
    @sachinparmar8406 Před rokem +10

    These were These were exactly the questions asked to me for CG.
    the questions asked to me .

    • @CodeDecode
      @CodeDecode  Před rokem

      Thanks for letting others too know Sachin. It will help community to grow and clear rounds 🙏 means a lot

  • @sanskritinannore7209
    @sanskritinannore7209 Před 3 měsíci +2

    Great video, one thing I would like to point out is that we should close the session object first and then close the factory instance. So in the code at 6:45 it should be
    session.close();
    factory.close();
    Closing the Session first ensures that the resources (like connections) it uses are properly released back to the pool managed by the SessionFactory and we don't run into any other issues since session uses the instance of session factory for its operations.

  • @mohammadwaseem8824
    @mohammadwaseem8824 Před 4 měsíci

    Sab se bahtareen video CZcams par for interview preparation 👍

  • @sanjaydhikodi7516
    @sanjaydhikodi7516 Před 2 lety +9

    Thank you so much for explaining everything in brief and detailed way, with springboot and JPA these alll concepts has been abstracted and it is difficult to get this kind of explaination on hibernate.....Everything is perfect......I have watched your java8 video and its amazing,It has boosted my confidence to next level on java 8.......Thank you so much .Plz keep uploading 😊✌

    • @CodeDecode
      @CodeDecode  Před 2 lety +1

      Sure Sanjay. Thanks for the nice words. It motivates us to put more input to the channel 🙂👍

  • @ramkarthik6094
    @ramkarthik6094 Před 2 lety +1

    Thank you, You are doing a great job explaining in simple ways. Please add second part too.

  • @kirtipatil4629
    @kirtipatil4629 Před 3 dny

    Simply u r amazing ma'am.. and way u r teaching is incredible. Great job ur doing.. 👍

  • @niltayade8663
    @niltayade8663 Před 2 lety +2

    Best channel for interview preparation ,no matter how experience u are

    • @CodeDecode
      @CodeDecode  Před 2 lety +1

      Thanks Nil . This means a lot 🙏🙂👍👍

  • @dilseind977
    @dilseind977 Před rokem +3

    Thank you. Now I understand the basic level of hibernate functionality.Great video, THANK YOU A LOT

    • @CodeDecode
      @CodeDecode  Před rokem

      😊👍👍. Glad to be helpful 😊

  • @karthickkumar4150
    @karthickkumar4150 Před 3 lety +9

    Thank you. Now I understand the basic level of hibernate functionality..you are doing a great job...thanks a lot ...

    • @CodeDecode
      @CodeDecode  Před 3 lety +2

      Thanks for the nice words. M glad it's helpful. :)

  • @greeshmaA08
    @greeshmaA08 Před 3 lety

    Please upload a vedio regarding REST web services your explanation is too good and clear. Great job. I got a clear idea of collection's and difference between them from your vedio.

  • @amitabhranjan9024
    @amitabhranjan9024 Před 3 lety +1

    Great video, please provide part 2 also and also explain why different level if cache needed and when. Thank you

    • @CodeDecode
      @CodeDecode  Před 3 lety +1

      This is part 2
      czcams.com/video/b3drcKdA2zg/video.html

  • @spiderweb5747
    @spiderweb5747 Před 3 lety +3

    Thanks for uploading this video, it is very helpful and your explanation made it easy to understand the concepts.

  • @karthickprabhu9387
    @karthickprabhu9387 Před 3 lety +1

    All the concepts explanations were really wonderful. Could learn in-depth about each and every concepts. Really Thanks a lot.
    Only concern is formation of playlist. videos from all the topics were repeated in each playlist. It's quite confusing and difficult to maintain with the flow. Please segregate the videos based on Languages and put it in the playlist for easy flow.

    • @CodeDecode
      @CodeDecode  Před 3 lety

      Yes, we understand the playlist is not at all in place. We will try to arrange it as soon as possible. Thanks for the suggestion, we will let you know once we have arranged them.

  • @AshutoshMohanty07
    @AshutoshMohanty07 Před 3 lety +1

    Thanks for the in-depth analysis. By far the best simplified explaination video on youtube for Hibernate.
    One doubt, If i am using Hibernate configuration java class & using annotations(@Entity, @Table, @id,@Column) for the java POJO class and fileds.
    Do i need to create the Java POJO xml mapping class separately ?

    • @CodeDecode
      @CodeDecode  Před 3 lety +1

      No you don't. Bcz with xml u create bean @entity creates bean only. So no

  • @karthikeyanmuthusamy2098
    @karthikeyanmuthusamy2098 Před 3 lety +3

    Thanks for great video
    Please let us know the Hibernate version you followed for this content.

  • @Spirtual-Motivational-Politics

    excellent video .. thank thank thank you so much...

  • @sharadkaushik79
    @sharadkaushik79 Před 3 lety +2

    It's very helpful. Thank you for making this video.

  • @aninditabiswas2291
    @aninditabiswas2291 Před 3 lety +1

    Dear Code Decode, You are the best !

  • @HaniDaddy
    @HaniDaddy Před 2 lety +5

    Please do a video on most asked SQL interview questions as well it will help people preparing for full stack developer role

  • @snehalwagh007
    @snehalwagh007 Před 2 lety +2

    Best of best.useful..very easy way !

  • @praveengoyal4043
    @praveengoyal4043 Před rokem

    Awsmm content.. Keep up good work!!!!

  • @gyanprakash302
    @gyanprakash302 Před 2 lety +8

    Can you please make a series of SERVLET and JSP interview Questions also? It would be really helpful for us.

    • @user-ph5ek8tg5l
      @user-ph5ek8tg5l Před 20 dny

      Who is asking you servlet jsp in the era of spring boot?

  • @UU237
    @UU237 Před 3 lety +2

    Thanks for the video it was a quick and good brush up of hibernate..but i think some topics are still left like making custom 2nd level cache and criteria and restriction ...so can you please make a part two of this. May be for more experienced level.

    • @CodeDecode
      @CodeDecode  Před 3 lety +1

      Yes I will make part 2 of this video. Time limit was exceeding hence couldn't cover complete hibernate. Will create another part soon

    • @chandakumari-xw7hh
      @chandakumari-xw7hh Před 2 lety

      @@CodeDecode aa

  • @amansheikh1801
    @amansheikh1801 Před rokem +1

    Good work CodeDecode Team. keep it up.

  • @srikanthvhm6362
    @srikanthvhm6362 Před 3 lety +1

    V well explained, great work 👍

  • @maneatersofkumaon9602
    @maneatersofkumaon9602 Před 2 lety +1

    Excellent work. Keep it up.

  • @sreenuenjoyment
    @sreenuenjoyment Před rokem

    Very good explanation 😀👌

  • @saktisamantaray4338
    @saktisamantaray4338 Před rokem +1

    your way of explanation I fell OSM pure bit by bit understanding carry on

  • @blackstallion7680
    @blackstallion7680 Před 3 lety +23

    These were exactly the questions asked to me for CG.

    • @CodeDecode
      @CodeDecode  Před 3 lety +7

      Been there done that :) thanks for sharing your experience Black Stallion 😊

    • @blackstallion7680
      @blackstallion7680 Před 3 lety +2

      @@CodeDecode thank you for explaining with code that is extremely helpful. Please keep making more interview prep videos !!!

    • @CodeDecode
      @CodeDecode  Před 3 lety +1

      Sure 😊 Thanks 👍👍

    • @nab3352
      @nab3352 Před 2 lety

      Did they ask you to implement the architecture with code example?

  • @SachinDabral94
    @SachinDabral94 Před 3 lety +1

    very good stuff thanks Code Decode

  • @lightningcouldstrikee1403

    Please create video for Spring Interview Questions as well ,and for Hibernate & Exceptions as well for intermediate & advanced level.

    • @CodeDecode
      @CodeDecode  Před 3 lety +1

      Sure will make videos on them soon

  • @divinity5250
    @divinity5250 Před rokem +1

    SUPER 💗 AWESOME EXPLANATION ✨✨✨⭐

  • @kshitizkamaljain8233
    @kshitizkamaljain8233 Před 3 lety +3

    We need high level questions and live demo

  • @akashtetme8057
    @akashtetme8057 Před 3 lety +1

    Hello ma'am , tutorials are very good and informative. Step by step instructions and easy to understand. I hope you'll make advance interview questions for hibernate. As well as if you make video's on spring boot, JPA and REST APIs, it'll be much more appreciated.
    Thank you.

    • @CodeDecode
      @CodeDecode  Před 3 lety +1

      Spring boot interview questions are lined up next. You will soon see all these videos. Thanks for the nice words and nice suggestions 😊 👍

    • @CodeDecode
      @CodeDecode  Před 3 lety

      czcams.com/video/b3drcKdA2zg/video.html second part is up now

  • @Priya1_123
    @Priya1_123 Před 2 lety +1

    This is really very very useful video. 🙏

  • @dharmendra2196
    @dharmendra2196 Před 3 lety +2

    Thanks for the video

  • @ithisrinu9593
    @ithisrinu9593 Před 2 lety +2

    What a great video

  • @gopikrishna8120
    @gopikrishna8120 Před rokem +1

    Thanks for video, Able to recall the concepts. Please do a video on cascading concept demo

  • @varsharahangdale9416
    @varsharahangdale9416 Před 2 lety +1

    Please do practicle session on it...it will be more helpful.....u are doing good job ..thanks

    • @CodeDecode
      @CodeDecode  Před 2 lety

      czcams.com/play/PLyHJZXNdCXsdC-p2186C6NO4FpadnCC_q.html

  • @ramprasath4788
    @ramprasath4788 Před rokem +1

    Videos is Too Good.. i am making the notes of your every slides...

  • @VishalPawar-or2dr
    @VishalPawar-or2dr Před 3 lety +1

    Good work!!

  • @crazeeealgorithms3236
    @crazeeealgorithms3236 Před 3 lety +1

    Thank You So much....Please upload live demo on EH Cache usage....Thank You!👌👌👌

  • @shivamjaiswal829
    @shivamjaiswal829 Před 2 lety +2

    You are amazing

  • @chetankhatal716
    @chetankhatal716 Před rokem +3

    Good video thanks

  • @annaporna9644
    @annaporna9644 Před 3 lety +1

    Thank you so much mam.

  • @manoharsitaram3300
    @manoharsitaram3300 Před 3 lety +1

    Nice initiative, would you please make a video on sring-boot and spring.

  • @shubhamshende9995
    @shubhamshende9995 Před 2 lety +1

    amazing lecture

  • @kazaasekhar
    @kazaasekhar Před 3 lety +1

    excellent thank you

  • @mjfanankit
    @mjfanankit Před 3 lety +1

    amazing video

  • @thejavatechnology4163
    @thejavatechnology4163 Před rokem +1

    Great explanation

  • @samiksha7937
    @samiksha7937 Před 3 lety +1

    Nice video.. thanks.. please create another video also.

    • @CodeDecode
      @CodeDecode  Před 3 lety +1

      These are part 1 and 2
      Hibernate Interview Questions Java: czcams.com/play/PLyHJZXNdCXsdC-p2186C6NO4FpadnCC_q.html

  • @akhil7556
    @akhil7556 Před 3 lety +2

    Useful

  • @geethavengala8278
    @geethavengala8278 Před 3 lety +2

    Thank you for the video. Can you please provide higher/experienced level questions too.

    • @CodeDecode
      @CodeDecode  Před 3 lety +2

      Sure will make part 2 soon

    • @CodeDecode
      @CodeDecode  Před 3 lety

      czcams.com/video/b3drcKdA2zg/video.html second part is up now

  • @pragatisawant1724
    @pragatisawant1724 Před 3 lety +1

    Yes it was helpful also give more practical orientations on this

    • @CodeDecode
      @CodeDecode  Před 3 lety

      Sure. It's in parts 2.

    • @CodeDecode
      @CodeDecode  Před 3 lety

      Here you go
      czcams.com/play/PLyHJZXNdCXsdC-p2186C6NO4FpadnCC_q.html

  • @mohdekrama8597
    @mohdekrama8597 Před 2 lety +1

    amazing content

  • @GauravSharma-up9gs
    @GauravSharma-up9gs Před 2 lety +2

    Hi Thanks for this Video.
    Can you also make a project video on Hibernate with every kind of mapping explain to simplify everything ?

    • @CodeDecode
      @CodeDecode  Před 2 lety

      Sure Gaurav, we are planning to put seperatw video on annotations soon 👍

  • @nagireddy1507
    @nagireddy1507 Před 2 lety +1

    Thanks for your efforts...

    • @CodeDecode
      @CodeDecode  Před 2 lety +1

      You're welcome

    • @nagireddy1507
      @nagireddy1507 Před 2 lety

      @@CodeDecode Attended 2 interviews, I got selected... Really it's possible only bcz of you.. very very Thankful to you.

  • @maheshshete7000
    @maheshshete7000 Před 2 lety +1

    Very nice explanation

  • @GauravKawatrakir
    @GauravKawatrakir Před 3 lety +1

    Videos are awesome 👌 Thank you...!!!
    Can you add the same for microservices, mysql, kubernetes and cloud because these are not actually available on CZcams.

    • @CodeDecode
      @CodeDecode  Před 3 lety +1

      Sure we will take our spring boot series to that level soon 👍👍

    • @GauravKawatrakir
      @GauravKawatrakir Před 3 lety

      @@CodeDecode waiting for it and also please add related to mysql which is mainly not found on CZcams.

  • @chary2933
    @chary2933 Před 3 lety +2

    Thank you

  • @ankxy1
    @ankxy1 Před 3 lety +1

    Thanks 👍

  • @anilmdevadiga2394
    @anilmdevadiga2394 Před 2 lety +1

    Thanks a lot ❤

  • @Thakur_Bhupendar_Singh_Khetwal
    @Thakur_Bhupendar_Singh_Khetwal Před 6 měsíci +1

    great content mam🙏

  • @JavaHubGlobal
    @JavaHubGlobal Před 2 lety +2

    Madam jpa is common implementation of most of orm framework

    • @CodeDecode
      @CodeDecode  Před 2 lety

      JPA is not implementation, JPA is specifications Vikas. Hibernate , EclipseLink and Apache OpenJPA are the implementations.

  • @anuhyabolla7891
    @anuhyabolla7891 Před 2 měsíci +1

    Your content is very helpful to us
    Can you please upload live demo video on ehcache

  • @devidasdixit3163
    @devidasdixit3163 Před 2 lety +2

    Hi
    Could you please give live demo hibernate 2nd level cache

    • @CodeDecode
      @CodeDecode  Před 2 lety

      Sure Devidas we will do that soon 👍🙂

  • @premamalar8550
    @premamalar8550 Před 2 lety +2

    Mam... Yes again me in this video😜I know u r familiar with my id... In this context mean what mam??? Please even it may silly question.... 🙏

    • @CodeDecode
      @CodeDecode  Před 2 lety

      Hey Prema. Yes we do remember you. Can u please share the time line in the video from where yourr question arised.

    • @premamalar8550
      @premamalar8550 Před 2 lety

      @@CodeDecode 21.07.. Getcurrentsession

  • @prashant1617
    @prashant1617 Před 3 lety

    Could you please cover N+1 problem in some video

  • @Ravikumar-gj6qw
    @Ravikumar-gj6qw Před 9 měsíci

    part 2 we want

  • @chillbreeze9970
    @chillbreeze9970 Před 3 lety

    Madam what kind of questions the interviewer may ask for fresher?

  • @manoharsitaram3300
    @manoharsitaram3300 Před 3 lety +5

    Hi team Code Decode, may i know these questions are sufficient enough for a person having 3 to 4 years experience

    • @CodeDecode
      @CodeDecode  Před 3 lety +5

      It's part one. These are frequently asked questions that tests your base knowledge. Hibernate is a very indepth topic which I can cover in parts. So it's just the first part and Yes it will help you to answer the questions if interviewer try to know if you have ever worked on it or you have just bookish knowledge.

  • @manindersingh6371
    @manindersingh6371 Před 2 lety +2

    Thanks!

  • @hansirawat9322
    @hansirawat9322 Před 3 lety +2

    Please create video for Spring Interview Questions as well.

  • @chaitutom5789
    @chaitutom5789 Před 2 lety +1

    All are ur playlists are in different places can u make hibernate series as in one play list all things like it if possible .video on restapi angularjs can u upload

    • @CodeDecode
      @CodeDecode  Před 2 lety

      Sure Chaitu, we will rearrange them

  • @jyothsnagangarapu1096
    @jyothsnagangarapu1096 Před 2 lety +1

    hi this video is really good,could you please make a video on JPA

    • @CodeDecode
      @CodeDecode  Před 2 lety

      Sure jona, we will post video on JPA soon 🙂👍

  • @senthilmurugangsm
    @senthilmurugangsm Před 2 lety +1

    Thanks for video. Any videos on annotation based?

    • @CodeDecode
      @CodeDecode  Před 2 lety

      We are planning to upload that soon 👍🙂

  • @kunjooshareesh2474
    @kunjooshareesh2474 Před rokem +2

    Lazy vs eager can u pls explain mam

  • @Preethipree1
    @Preethipree1 Před 3 lety +1

    Hi, Hibernate and JPA differs only in configuration is it? Hibernate uses Hibernate.cfg.xml file for getting credentials to establish a connection to db. But JPA uses application.properties file to achieve the connection establishment right? Could you please also say how both are differing? Hibernate vs JPA.

    • @CodeDecode
      @CodeDecode  Před 3 lety +1

      Hibernate is implementation of jpa.
      Jpa is just a standard, hibernate has orm / jpa implementations

    • @Preethipree1
      @Preethipree1 Před 3 lety +1

      @@CodeDecode Got it! Thanks a lot! You're really doing an amazing thing... All the topics are really very clear and easily understandable! Please keep it up!!!

    • @CodeDecode
      @CodeDecode  Před 3 lety +1

      @@Preethipree1 thanks Preethi 🙂👍. This motivates us to create more videos. Thanks 🙏

  • @bhaskartaneja6293
    @bhaskartaneja6293 Před 3 lety +1

    When using annotations table and pojo mappings are already done ... then is it necessary
    to hibernate mapping file? 17:00

    • @CodeDecode
      @CodeDecode  Před 3 lety

      No it's not Bhaskar. Its interview question series . It's just one question that interviewer may ask you 👍🙃

  • @aartimahadik6924
    @aartimahadik6924 Před 2 lety

    Mam instead of metadata it should be configuration class .metadata is an interface.

  • @arvindpandey8793
    @arvindpandey8793 Před 10 měsíci +1

    Nice

  • @nikhilkk3671
    @nikhilkk3671 Před 3 lety

    Can you share pdf or website also which has all this ?

  • @amarthyaseshu683
    @amarthyaseshu683 Před 3 lety +1

    Can u please upload videos on JSP, Servlets also

  • @venkatb8317
    @venkatb8317 Před 2 lety +1

    HI Team, could you please make a video on 2nd level cache, here i have doubt,data in the cache, if some one update the data from back end what is the happends at cache,could you please explain about it, plz correct me if i was wrong

    • @CodeDecode
      @CodeDecode  Před 2 lety

      Sure Venkat. We will do that👍🙂

  • @atharansari9945
    @atharansari9945 Před 4 měsíci

    3 rd tike watching this videos

  • @megharao9478
    @megharao9478 Před rokem +1

    Hello Mam, Can you please make a video on save, persist, update and merge.

  • @FatimaShaikh-ck3cw
    @FatimaShaikh-ck3cw Před 8 měsíci +1

    Can you please create mapping example with code . likes one to one , many to many

  • @kapilkul3660
    @kapilkul3660 Před 3 lety +1

    Can you please create second level cache complete example video

    • @CodeDecode
      @CodeDecode  Před 3 lety

      Sure Kapil. Wr will do that soon 👍

  • @gokulaher2476
    @gokulaher2476 Před 3 lety +1

    What is hibernate mapping file? (While watching answer to this question I got few questions)
    Well! Do we really still use XML based configuration file in real world application?
    is Hibernate mapping using XML file is outdated?
    Annotation based mapping is mostly preferred in real world application right?
    barring that your way of explaining concept is simple and easy to understand
    I think it would have been better if annotation based mapping is also mentioned along with XML based

    • @CodeDecode
      @CodeDecode  Před 3 lety +1

      czcams.com/play/PLyHJZXNdCXsdXxY8wupiLenux2Yafn1lN.html

    • @CodeDecode
      @CodeDecode  Před 3 lety

      Here we have used annotations based only 👍👍

    • @CodeDecode
      @CodeDecode  Před 3 lety +1

      And in hibernate series, we have covered one question where all annotations are explained

    • @gokulaher2476
      @gokulaher2476 Před 3 lety +1

      @@CodeDecode Thanks! For this link.. you are doing great job

    • @CodeDecode
      @CodeDecode  Před 3 lety

      Thanks Gokul 👍👍🙂🙂

  • @harishsingh2451
    @harishsingh2451 Před 5 měsíci +1

    I am unemployed I don't b have any boss when I get the job then definately some one assign as a boss for me.

    • @tamilthriller
      @tamilthriller Před 4 měsíci

      Okay ... That's the regular thing . 😅

  • @Ravikumar-gj6qw
    @Ravikumar-gj6qw Před 9 měsíci

    Hi, give live demo plz

  • @geekaffairs6475
    @geekaffairs6475 Před 3 lety +1

    The way you pronounce "mapping" is cute ☺️

  • @pritishinde350
    @pritishinde350 Před 3 lety +1

    Please explain with code examples as well.

  • @balajiread
    @balajiread Před 2 lety +1

    Can you create a demo for second level cache

  • @Manish-py3jc
    @Manish-py3jc Před 2 lety +1

    Is these questions are asked in spring boot interview?? I mean in so depth not basic

  • @SsSs-qz7lt
    @SsSs-qz7lt Před 2 lety

    Can u provide pdf of all interview question answer

  • @aawaramusafir5274
    @aawaramusafir5274 Před 2 lety

    how can i get pdf ?

  • @sumit.upadhyay
    @sumit.upadhyay Před 3 lety +2

    Any link for part 2 of video?

    • @CodeDecode
      @CodeDecode  Před 3 lety +1

      Creating soon 👍

    • @sumit.upadhyay
      @sumit.upadhyay Před 3 lety +1

      @@CodeDecode Thanks ❤️, eagerly waiting for it.

    • @CodeDecode
      @CodeDecode  Před 3 lety +2

      czcams.com/video/b3drcKdA2zg/video.html second part is up now

    • @sumit.upadhyay
      @sumit.upadhyay Před 3 lety +2

      @@CodeDecode Thanks much !!!

  • @bhanuprakash2918
    @bhanuprakash2918 Před 4 lety +1

    Please upload more queastions

  • @FatimaShaikh-ck3cw
    @FatimaShaikh-ck3cw Před 8 měsíci

    4 time getting advertised