Top Core Java Interview Questions || Core Java Interview Questions and Answers [MOST ASKED]

  Рет қаралды 1,856,463

Code Decode

Code Decode

4 жыл бұрын

In Top Core Java Interview Questions and Answers video you will get top 10 tricky core interview question asked in an interview. Also this video is for both Freshers and Experienced canditates.
Udemy Course of Code Decode on Microservice k8s AWS CICD link:
openinapp.co/udemycourse
Course Description Video :
yt.openinapp.co/dmjvd
This video covers Top Java interview Questions And Answers asked in MNCs from both Freshers and Laterals,
Which May include some Questions of java interview questions and Answers like :
Q) Why Java is not 100% Object-oriented?
Because of Primitive data types namely:
boolean, byte, char, int, float, double, long, short
we have wrapper classes which actually “wrap” the primitive data type into an object of that class.
Q) Why pointers are not used in Java? Mostly asked in java interview questions and Answers in MNC to check you basic knowledge of java and programming languages and logics behind them.
Because :
1) They are unsafe.
2) Increases the complexity of the program and since Java is known for its simplicity of code, adding the concept of pointers will be contradicting.
3) Since JVM is responsible for implicit memory allocation, thus in order to avoid direct access to memory by the user, pointers are discouraged in Java
Q) What is JIT compiler in Java?
Q) Why String is immutable in java?
1) String pool requires string to be immutable otherwise shared reference can be changed from anywhere.
2) security because string is shared on different area like file system, networking connection, database connection , having immutable string allows you to be secure and safe because no one can change reference of string once it gets created.
Q) What is a marker interface?
A Marker interface can be defined as the interface having no data member and member functions. In simpler terms, an empty interface is called the Marker interface.
Q) Can you override a private or static method in Java?
As I have told you in previous videos : method overriding is a good topic to ask trick questions in Java.
1) you can not override a private or static method in Java.
2) you cannot override a private method in sub class because it's not accessible there, what you do is create another private method with the same name in the child class.
3) For static methods if you create a similar method with same return type and same method arguments in child class then it will hide the superclass method, this is known as method hiding.
Q) Does “finally” always execute in Java?
Not in following cases
“System.exit()” function
system crash
Q) What Methods Does the Object Class Have?
Java.lang.Object class, parent of all has following methods :
protected Object clone() throws CloneNotSupportedException
Creates and returns a copy of this object.
public boolean equals(Object obj)
Indicates whether some other object is “equal to” this one.
protected void finalize() throws Throwable
Called by the garbage collector on an object when garbagecollection determines that there are no more references to the object.
public final Class getClass() : Returns the runtime class of an object.
public int hashCode(): Returns a hash code value for the object.
Q) How Can You Make a Class Immutable?
Q) What is singleton class in Java and how can we make a class singleton?
This is always been a part of core java interview question :
Equals and Hash code Contract
Its working and many such interview questions and answers will be covered in this video,
we will create more such videos on java interview questions and Answers on our channel.
Udemy Course by Code Decode(Free)
www.udemy.com/share/1060RM3@k...
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...
GIT : • GIT
Subscriber and Follow Code Decode
Subscriber Code Decode : kzbin.info?...
Linkedin : / codedecodeyoutube
Instagram : / codedecode25
#JavaInterviewQuestionsandAnswers #JavaInterviewQuestions #Intellipaat #JavaInterview #CoreJavaInterviewQuestions #JavaInterviewQuestionsandAnswersForExperienced #JavaTutorial #JavaProgramming #JavaTutorialForBeginners

Пікірлер: 752
@theSDE2
@theSDE2 3 жыл бұрын
Thanks for making such informative videos. I am preparing for interviews and your channel is helping me alot. I will let you know after I crack my interview 😊
@CodeDecode
@CodeDecode 3 жыл бұрын
i will be waiting for that :) hope to hear from you soon 👍Alll the very best 👍👍
@theSDE2
@theSDE2 3 жыл бұрын
@@CodeDecode thanks
@ajitkuranevlogs4981
@ajitkuranevlogs4981 3 жыл бұрын
All the best
@usamaansari7903
@usamaansari7903 3 жыл бұрын
what happen have u selected or not?
@CodeDecode
@CodeDecode 3 жыл бұрын
That's a great news Manish... We really wish you all the best for your future....
@consistentlearners
@consistentlearners Жыл бұрын
Thanks for making such videos. These videos are very helpful for interview preparation. I would like to correct you on one question mentioned in the above video related to JIT compiler. The probable accurate answer to it would be below answer. When a Java program is executed, the JVM interprets the bytecode one instruction at a time. This process is relatively slow, because each bytecode instruction must be interpreted by the JVM. However, when the JVM encounters a loop or frequently executed code, the JIT compiler compiles that bytecode to native machine code and caches the result, so that subsequent executions of the same code can be executed more quickly.
@priyankachougule4334
@priyankachougule4334 3 жыл бұрын
Great Content & precise explanation! These are all the questions I faced in the interviews. It really helps me & boosting my confidence! Thanks a ton!
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks priyanka 👍👍. M glad it's useful . Keep learning keep growing 👍👍
@JP-uv2nh
@JP-uv2nh 3 жыл бұрын
Straight to the point. Clearly explained. Thank you so much.
@CodeDecode
@CodeDecode 3 жыл бұрын
M glad you liked it
@java.interview.preperation
@java.interview.preperation 10 ай бұрын
www.youtube.com/@onlyinterviewquestions/shorts I am creating some nice content for Java interviews. Could you please review. Appreciate your feedback
@MrAsgar123
@MrAsgar123 2 жыл бұрын
Awesome Explanation, Thank you so much for sharing this useful knowledge for interview purposes.
@sidrakhan5857
@sidrakhan5857 2 жыл бұрын
Like seriously these are concept making questions that work like blueprints to learn and differencing any language to other one.. hats off mam ❤️
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks Sidra 🙂👍
@java.interview.preperation
@java.interview.preperation 10 ай бұрын
www.youtube.com/@onlyinterviewquestions/shorts I am creating some nice content for Java interviews. Could you please review. Appreciate your feedback
@priyankachougule4334
@priyankachougule4334 3 жыл бұрын
Thank you @CodeDecode..I just recently got opportunity in company for lead role in just a month and I am having 5 years experience only..it's kind of achievement in my organization..please keep post videos with same enthusiasm. Thank you 🙂🙏
@CodeDecode
@CodeDecode 3 жыл бұрын
That's awesome Priyanka. Congratulations 🎉🎉🎉🎉🎉. Keep working hard , you will reach all the heights very soon 🙃
@dipaksahane2120
@dipaksahane2120 2 жыл бұрын
Madam plz give me some tips.. Plz
@rohith1976
@rohith1976 3 жыл бұрын
Omg I watched your video today morning before my interview I got exact same questions from this thank you ❤️
@CodeDecode
@CodeDecode 3 жыл бұрын
Been there on the candidate seat many a times Rohith 🙂. That's why we know what will be asked mostly 😁👍, hope u got cleared and got the job. All the best Rohith keep learning keep rocking man 👍👍
@sumeght1878
@sumeght1878 2 жыл бұрын
Had been workin in an IT firm for over 2 years, made an attempt to switch for better prospect and hike. Cleared th coding round but failed the interview miserably. Had I came here before, things could have been different 💔. Thanks for making such videos. I have a better understanding now. Thank you
@abhishekseth8008
@abhishekseth8008 2 жыл бұрын
may be interviewer also watched the same video so to decide which questions to ask in interview 😂😂
@DharoorVinayKumar
@DharoorVinayKumar 2 жыл бұрын
@@abhishekseth8008 😂😂may be.
@engineersfunda4594
@engineersfunda4594 Жыл бұрын
@@abhishekseth8008 😁😁😁😅😅😆
@durgamadhabajena320
@durgamadhabajena320 3 жыл бұрын
This is some top class teaching. One of the best java explainers that I have came across.
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks Durga 👍👍
@SaiTeja-ym2er
@SaiTeja-ym2er 2 жыл бұрын
Thanks to whole team. Because of your tutorial and important guidelines. I had cracked the 3 companies with satisfied package.
@CodeDecode
@CodeDecode 2 жыл бұрын
Many congratulations Sai. 👏👏👏👏well deserved Man. You really worked hard to achieve this milestone. 👍👍🙂🙂👏👏👏👏👏
@java.interview.preperation
@java.interview.preperation 10 ай бұрын
www.youtube.com/@onlyinterviewquestions/shorts I am creating some nice content for Java interviews. Could you please review. Appreciate your feedback
@Priya1_123
@Priya1_123 3 жыл бұрын
Straight to the point, lot of information covered and it's quite useful for interviews.👍
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks Priya 👍
@priyasujitsalunke5274
@priyasujitsalunke5274 2 жыл бұрын
Thank you so much ma'am. I am referring all your Videos since last one month and I have cracked interviews of TCS, LTI, HCL, Wipro, HSBC. Received a much better offer than I expected. Thank you so much ☺️ god bless you ❤️
@iampacific352
@iampacific352 2 жыл бұрын
how u prepare to crack it can u tell me plz..
@CodeDecode
@CodeDecode 2 жыл бұрын
Many congratulations Priya. Well deserved Girl. 🎊🎊🎉🎉🎉keep learning keep growing . So proud of you🎊🎊🎊🎊
@priyasujitsalunke5274
@priyasujitsalunke5274 2 жыл бұрын
@@CodeDecode Thank you so much ma'am for such a love ❤️ keep motivating us ☺️☺️
@priyasujitsalunke5274
@priyasujitsalunke5274 2 жыл бұрын
@@iampacific352 I was very afraid at the beginning but then I started giving interviews... Almost every call... Then made a question bank of all questions.. and now after one month I already knew what the interviewer is going to ask ... ☺️☺️ It's fun.. just start and make a question bank.. and at the you can crack any interview. All the best 👍
@CodeDecode
@CodeDecode 2 жыл бұрын
Nice suggestion Priya! M glad you are not just focusing on shining alone, but pulling others too with you. Glad to see this ❤❤🙂🙂👍👍👏👏🎉🎉🎉🎉
@coolyaaro
@coolyaaro Жыл бұрын
Thank you so much team Code Decode , your videos were a huge help to prepare for interviews ,truly grateful for your videos ,wishing you all the success you aspire
@CodeDecode
@CodeDecode Жыл бұрын
Thanks a lot 🙂🙂👍👍. Keep learning keep shining 🌟🌟🌟🌟
@wolverine87833
@wolverine87833 Ай бұрын
A wonderful collection of videos. I did watch your videos which of course has contributed around 70% to cracking interviews if not 100%. A contribution from your videos made me land a job at one of the BIG 4s. Thank you, great job!
@spooja4549
@spooja4549 2 жыл бұрын
1.why java is not 100% object oriented? 2.why pointers are not used in java ? 3.what is jit compiler in java? 4.why string is immutable in java? 5.what is a marker interface? 6.can you override a private Or static method in java? 7.Does finally always execute in java? 8.what methods does the object class have? 9. How can you make a class immutable? 10.what is singleton class in java and how can we make a class singleton?
@iyyappanvenkat3635
@iyyappanvenkat3635 6 ай бұрын
😊
@harmanmax
@harmanmax 3 жыл бұрын
nice explanation mam , am background from php from last 6 year now just started learning Java . this is good start for helping me and others , thank you.
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks 😊
@thecodingknowledge5565
@thecodingknowledge5565 3 жыл бұрын
very simply explained thank you ma'am
@NehaSingh-yv2jn
@NehaSingh-yv2jn 3 жыл бұрын
Totally insightful. Thank you for making this amazing video.
@CodeDecode
@CodeDecode 3 жыл бұрын
M glad you liked it
@java.interview.preperation
@java.interview.preperation 10 ай бұрын
www.youtube.com/@onlyinterviewquestions/shorts I am creating some nice content for Java interviews. Could you please review. Appreciate your feedback
@shameemahamad2617
@shameemahamad2617 2 жыл бұрын
surely the questions you have selected in this video are all very important, thanks for making such an informative video.
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks Shameem 🙂👍
@java.interview.preperation
@java.interview.preperation 10 ай бұрын
www.youtube.com/@onlyinterviewquestions/shorts I am creating some nice content for Java interviews. Could you please review. Appreciate your feedback
@sumeetsapla
@sumeetsapla 2 жыл бұрын
Singleton explained very nicely. Thanks for video👍
@musicblogvikasrockzeditz
@musicblogvikasrockzeditz Жыл бұрын
Most imp questions collected thanku for the exlanation
@CodeDecode
@CodeDecode Жыл бұрын
Thanks 🙂🙂
@anushavepuri4152
@anushavepuri4152 3 ай бұрын
Really helpful.... I never seen these kind of vedios earlier.... Really appreciate your great work mam..... Please keep on gng.... Thank you so much .......
@srirajpandey593
@srirajpandey593 2 жыл бұрын
Valuable information and very important questions. Thanks for making such a lovely video....
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks Sriraj 👍👍🙂🙂
@ashishpal5446
@ashishpal5446 3 жыл бұрын
Very smooth explanation... Thank you so much for these kind of videos... This helps very much while looking for job change... Keep doing it ✌️
@CodeDecode
@CodeDecode 3 жыл бұрын
Birds of a feather flock together. I have been through this phase where I needed to switch quickly but couldn't find a place to find all questions at one place. Hence took the initiative to do it myself :) hope it helps others too. Great to have viewers like you. All the best for you future 🙂 👍
@TanmayaGuru
@TanmayaGuru 3 жыл бұрын
@@CodeDecode wonderful initiative
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks 👍
@java.interview.preperation
@java.interview.preperation 10 ай бұрын
www.youtube.com/@onlyinterviewquestions/shorts I am creating some nice content for Java interviews. Could you please review. Appreciate your feedback
@utsavmodh9698
@utsavmodh9698 16 сағат бұрын
You have fabulous speech🎉 of course great content as well. Outstanding.. Keep uploading ❤
@utsavkaushal9063
@utsavkaushal9063 6 ай бұрын
This video was too good. One of my friends was asked how to make a class immutable in an interview. He was also asked how to make a singleton class. This video has both!
@CodeDecode
@CodeDecode 6 ай бұрын
Thanks for helping others by contributing your experience 🙂👍
@sagar1691
@sagar1691 3 жыл бұрын
Very well explained...looking forward to watch and learn more on java
@CodeDecode
@CodeDecode 3 жыл бұрын
Sure 👍
@jeejavrajan165
@jeejavrajan165 2 жыл бұрын
Thank you so much for these videos. Helped me crack 2 of the 3 interviews I attended. I'm joining next week. Thanks a lot ❤️
@reshmacr8088
@reshmacr8088 2 жыл бұрын
congrats
@CodeDecode
@CodeDecode 2 жыл бұрын
That's such a great news Jeeja. Many congratulations to you. Keep Shining ⭐✨⭐✨⭐✨ girl
@sathishraja2406
@sathishraja2406 2 жыл бұрын
Congratulations
@naveenkumarkandregula2959
@naveenkumarkandregula2959 2 жыл бұрын
Great. Nicely explained without any kind of nonsense
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks Naveen 🙂👍
@charushilaj6363
@charushilaj6363 3 жыл бұрын
Yes, please more interview questions for java and JavaScript. Thank you.
@CodeDecode
@CodeDecode 3 жыл бұрын
Sure 👍
@ashishtiwari3770
@ashishtiwari3770 3 жыл бұрын
Most helpful video for interview as well as personal learning purpose.Voice is as clear as the explanation. Sabse Pehle at 14:29 😄
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks...
@java.interview.preperation
@java.interview.preperation 10 ай бұрын
www.youtube.com/@onlyinterviewquestions/shorts I am creating some nice content for Java interviews. Could you please review. Appreciate your feedback
@santhoshivempati9757
@santhoshivempati9757 3 жыл бұрын
Very nice and informative...which i have never seen anywhere. Thank you so much. Its very helpful to me
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks 👍👍
@santhoshivempati9757
@santhoshivempati9757 2 жыл бұрын
@@CodeDecode Such a Nice explanation . Ma'am can you plz do a complete tutorial on Core Java. It would be very helpful..
@backbenchersclassbbc5089
@backbenchersclassbbc5089 2 жыл бұрын
I hope this video will help me to get placed in MNC which I am going to attend interview 😁 and your voice is very nice, helping to learn more 😁😁
@techcomedy0455
@techcomedy0455 2 жыл бұрын
Hi Karthik, did you get offer?
@srinivash292
@srinivash292 3 жыл бұрын
Thanks a lot. Is there a way you can share you ppt slides that you are using? That would be really helpful in going back revising after watching you videos
@AyeshaKhan-lb8vq
@AyeshaKhan-lb8vq 3 жыл бұрын
Great video with amazing explanation.. 👍👍
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks Ayesha 😀
@venkateshk3725
@venkateshk3725 3 жыл бұрын
Thank you so much 'Code Decode' team for these awesome videos. For few months, I'm struggling to switch from manual testing to Java developer. Not able to crack interviews. But now I got confidence after watching these channel videos. Suddenly 5 days back I came across this channel, all videos are insightful. I will watch all videos and share video links to the needy. Can you please add a video on the multi-threading detail tutorial?
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks for writing back Venkatesh 👍much appreciated. Yes will upload that soon 👍👍
@JamesRodriguez-ql9vp
@JamesRodriguez-ql9vp 2 жыл бұрын
Any luck switching to Java Development? I'm also a manual tester and would need your guidance on how to switch career paths
@shivamrathod5059
@shivamrathod5059 2 жыл бұрын
I had an interview 2 days ago and Immutable class, singleton, Finally, Method Hiding, Java is pure object oriented or not? This questions were asked, I came here just to check different questions for my upcoming TCS Interview 🤗, Wish me Luck, BTW Thanks For this video 💙
@CodeDecode
@CodeDecode 2 жыл бұрын
kzbin.info/aero/PLyHJZXNdCXsfqAkteaQ6JfZ_IHvxX-Hj3
@CodeDecode
@CodeDecode 2 жыл бұрын
This is almost all what u need Shivam👍. All the very best 👍👍 Prepare well 👍👍
@shivamrathod5059
@shivamrathod5059 2 жыл бұрын
Thanks, I'll cover all the videos that present in this playlist, i already completed 6 video from it, it's kind of quick revision of Java as well as some Boosters that will help to crack the interview for sure 💙😊
@CodeDecode
@CodeDecode 2 жыл бұрын
All the very best Shivam 🙂🙂👍👍.
@kuntalchaudhari5928
@kuntalchaudhari5928 2 жыл бұрын
Thank you so much for making very informative videos. I am able to crack interviews and got 3 offers in hand.. thank you so much
@CodeDecode
@CodeDecode 2 жыл бұрын
Many congratulations Kuntal 🎊🎊keep learning keep shining Girl ⭐✨⭐✨
@jeevansaimanikanta782
@jeevansaimanikanta782 3 жыл бұрын
Could you please elaborate about Hit compiler. Based on what you said the jit compiler takes bunch of byte code and convert or compile to machine code to boost up the performance. So the doubt is does the interpreter has no role in the JRE
@nidhipatil7187
@nidhipatil7187 Жыл бұрын
JIT is nothing but interpreter
@sanalsz
@sanalsz 11 ай бұрын
@@nidhipatil7187 JIT is a complier right? not an interpreter.
@ManojDhaware
@ManojDhaware 3 жыл бұрын
Nicely Explained !! Please upload some more videos with memory management,thread,exception and basics OOps concept !! It'd we very nice if only interview questions & answers provided.
@CodeDecode
@CodeDecode 3 жыл бұрын
Sure. We are planning to put series of videos on interview questions soon.
@java.interview.preperation
@java.interview.preperation 10 ай бұрын
www.youtube.com/@onlyinterviewquestions/shorts I am creating some nice content for Java interviews. Could you please review. Appreciate your feedback
@shubhamtagalpallewar7125
@shubhamtagalpallewar7125 3 жыл бұрын
Thank you ma'am, these are real time interview questions, which I had faced too, getting more clarity with your videos now.. also if possible please make videos on exception handling interview questions...
@CodeDecode
@CodeDecode 3 жыл бұрын
I am glad you liked it. Will upload the video in exception handling soon.
@SantoshKumar-do3ec
@SantoshKumar-do3ec 3 жыл бұрын
You faced these questions as fresher ???
@shubhamtagalpallewar7125
@shubhamtagalpallewar7125 3 жыл бұрын
@@SantoshKumar-do3ec no, as a experienced
@shubhamtagalpallewar7125
@shubhamtagalpallewar7125 3 жыл бұрын
@@ankita6113 Previosly @Amdocs,now in CSG
@vinodsingh-zs7pb
@vinodsingh-zs7pb 3 жыл бұрын
@@CodeDecode) let ll) l
@gajananraut9863
@gajananraut9863 2 жыл бұрын
thanks a lot for explaining all the Questions in such a great way ..
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks gajanan 🙂👍
@soumikbanerjee3059
@soumikbanerjee3059 3 жыл бұрын
This is top-drawer stuff. Thanks a ton.
@CodeDecode
@CodeDecode 3 жыл бұрын
You are Welcome...
@rams6227
@rams6227 3 жыл бұрын
Perfect explanation..thanks for all your videos which is really helpful...can you post something on Java threads please.
@CodeDecode
@CodeDecode 3 жыл бұрын
Sure. Will create a video on threads too 👍👍
@priyay
@priyay Жыл бұрын
Wow ... Wednesday Eve i am having an interview.. thanks a lot fr this clarity ❤
@CodeDecode
@CodeDecode 11 ай бұрын
All the very best 👍👍👍👍 do well.
@VibhaHande
@VibhaHande 2 жыл бұрын
Hi Your videos are great and they really help to refresh and learn and prepare for interviews quickly, thank you :) Can you make videos on types of memory, threads, and multithreading (concepts)? (Your current multithreading video is for very deep understanding and for hands-on working - would like to have a quick refresher and basic tricky questions on threads and multi-threading. All the best :) Thank you!
@CodeDecode
@CodeDecode 2 жыл бұрын
Very nice topics Vibha🙂👍we will surely put videos on them
@Husseni7866
@Husseni7866 Жыл бұрын
kzbin.infol1cLJnC41x8?feature=share
@shivanipawar1414
@shivanipawar1414 2 жыл бұрын
I started watching before some days only but i like the way you describe. Please if there is any session on ejb , it will help to understand
@CodeDecode
@CodeDecode 2 жыл бұрын
Sure Shivani, we will do that 👍🙂
@shivanikulkarni9192
@shivanikulkarni9192 Жыл бұрын
Thank you so much for this series.. It helped to get me job at CITI
@CodeDecode
@CodeDecode Жыл бұрын
You're welcome Shivani and all the very best for your future endeavours
@akashlathiya2725
@akashlathiya2725 6 ай бұрын
Thanks buddy, i got 7L package
@CodeDecode
@CodeDecode 6 ай бұрын
Great all the best for your future 😊😊
@akashlathiya2725
@akashlathiya2725 6 ай бұрын
@@CodeDecode 🫶🙏
@vijay4747
@vijay4747 2 ай бұрын
What company bro ? Any interview questions please share
@wtfun5465
@wtfun5465 Жыл бұрын
Thank u mam for covering these all questions .. one of the best video on java 👏..
@CodeDecode
@CodeDecode Жыл бұрын
Thanks a lot 😇😇👍
@nisargpatel2958
@nisargpatel2958 3 жыл бұрын
Great Videos, Thank you
@CodeDecode
@CodeDecode 3 жыл бұрын
you are Welcome...
@bhavanamahajan3657
@bhavanamahajan3657 2 жыл бұрын
Hi, thank you for this video. Just one question- can we even call static variables with the class object?
@satyaprasad2046
@satyaprasad2046 2 жыл бұрын
Yes we can call static variable with object reference
@bhavanamahajan3657
@bhavanamahajan3657 2 жыл бұрын
@@satyaprasad2046 Thank you.
@java.interview.preperation
@java.interview.preperation 10 ай бұрын
www.youtube.com/@onlyinterviewquestions/shorts I am creating some nice content for Java interviews. Could you please review. Appreciate your feedback
@busipavankumarreddy5013
@busipavankumarreddy5013 2 жыл бұрын
Maam,very good explanation with basics , thank you so much maam
@CodeDecode
@CodeDecode 2 жыл бұрын
You are welcome pavan....
@okaberintarou5020
@okaberintarou5020 Жыл бұрын
This was beautiful! Keep up the good work.
@CodeDecode
@CodeDecode Жыл бұрын
Thanks 🙂🙂
@kausalyasathi8480
@kausalyasathi8480 2 жыл бұрын
Hi I have a doubt, if Jit compiler converts byte code into machine executable code efficiently then why again interpreter should be there in the JRE. please clarify.
@dipaliyadav-koli1060
@dipaliyadav-koli1060 2 жыл бұрын
Thank you dear for such a great video.. Very helpful to brush up your skills.. ❤
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks Dipali 🙂👍
@mayankshahabadeeoneeightze2529
@mayankshahabadeeoneeightze2529 3 жыл бұрын
love your playlist. questions were of good level.
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks 👍
@independentboi8499
@independentboi8499 Жыл бұрын
Thank you so much for this amazing informative video.... We need more content....
@CodeDecode
@CodeDecode Жыл бұрын
sure we will create more
@NaveenSMaRK
@NaveenSMaRK 3 жыл бұрын
Tanks for ur Video.. its very helpful to prepare For interview so do more interviews videos
@CodeDecode
@CodeDecode 3 жыл бұрын
Sure 👍 thanks 👍👍
@NehaSharma-ds3ur
@NehaSharma-ds3ur 3 жыл бұрын
well explained. please make a video for other common java question asked in an interview
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks for watching. Do check our video on collection interview questions : kzbin.info/www/bejne/gZfSf4yli7p1gKs
@mikedelta658
@mikedelta658 Жыл бұрын
Wonderful! It will help me for my upcoming Java developer interview .
@CodeDecode
@CodeDecode Жыл бұрын
Glad to be helpful Mike 🙂👍
@mohammedsardar3779
@mohammedsardar3779 3 жыл бұрын
Thanks for explaining diligently.
@CodeDecode
@CodeDecode 3 жыл бұрын
M glad it helps
@tejabhadhurgama9060
@tejabhadhurgama9060 3 жыл бұрын
Thank you..Very nice explanantion.. Please prepare interview questions on threads as well
@CodeDecode
@CodeDecode 3 жыл бұрын
Sure
@jayakrishna-xx4io
@jayakrishna-xx4io 3 жыл бұрын
its so nice of you mam your videos are helping in right time and we want more in java and as well as DBMS interview questions.....✌✌☺☺☺
@CodeDecode
@CodeDecode 3 жыл бұрын
Sure will upload more videos.
@CodeDecode
@CodeDecode 3 жыл бұрын
We do have a playlist for all Java questions. Please do check that.
@jayakrishna-xx4io
@jayakrishna-xx4io 3 жыл бұрын
@@CodeDecode Thank you
@utkarshvishwakarma8871
@utkarshvishwakarma8871 23 сағат бұрын
Great video!! It would be helpful if you provide those ppts for recap
@kamalnayan5331
@kamalnayan5331 3 жыл бұрын
Thanks a lot mam ..😁, keep making such videos
@CodeDecode
@CodeDecode 3 жыл бұрын
You're Welcome..
@lizzyshen233
@lizzyshen233 Жыл бұрын
Thank you very much! This video gives very clear ideas about these questions, helps a lot! Do you have similar videos for other languages? Thanks!
@CodeDecode
@CodeDecode Жыл бұрын
Thanks a lot Eliza Kashima 😇. We have some videos on angular I believe. What are you looking for exactly?
@java.interview.preperation
@java.interview.preperation 10 ай бұрын
www.youtube.com/@onlyinterviewquestions/shorts I am creating some nice content for Java interviews. Could you please review. Appreciate your feedback
@UU237
@UU237 3 жыл бұрын
Thanks you videos are really helping me to brish up quickly especially when i am not getting time to read i hear you videos even while cooking :) ...please make a detailed one on mulyi threading and files...these have been always my week points
@CodeDecode
@CodeDecode 3 жыл бұрын
M glad that it's helpful . Sure will cover them with part 2 of core Java
@UU237
@UU237 3 жыл бұрын
Thanks for replying, hope to see the part 2 soon
@kirankumarmothukuri7660
@kirankumarmothukuri7660 Жыл бұрын
Your videos are amazing. it is helping me a lot for interview preparation. I liked subscribed your channel.
@CodeDecode
@CodeDecode Жыл бұрын
Thanks a lot Kiran 🙂👍👍
@akash89ful
@akash89ful 2 жыл бұрын
Learnt so many new things today....a big thank you !!
@CodeDecode
@CodeDecode 2 жыл бұрын
Any time Akash 🙂👍
@banothmanjula5746
@banothmanjula5746 Жыл бұрын
Thank you for given this information
@pbbodino5818
@pbbodino5818 2 жыл бұрын
I'll have interview on Saturday and I've been to many as well but they all have different questions for this role. These questions were never been asked but I'll try to study this still.
@CodeDecode
@CodeDecode 2 жыл бұрын
kzbin.info/aero/PLyHJZXNdCXsfqAkteaQ6JfZ_IHvxX-Hj3
@CodeDecode
@CodeDecode 2 жыл бұрын
Just one video will not cover all possible java questions Pb Bodino. Please prepare well 👍👍
@777megapixel
@777megapixel 3 жыл бұрын
It's very useful, thank you!
@CodeDecode
@CodeDecode 3 жыл бұрын
👍👍
@themahendra001
@themahendra001 2 жыл бұрын
Thanks for sharing the knowledge!
@CodeDecode
@CodeDecode 2 жыл бұрын
You're welcome Mahendra
@deeptiranjanparida390
@deeptiranjanparida390 2 жыл бұрын
Much appreciated... Bang on target...
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks deeptiranjan
@akankshasharma9369
@akankshasharma9369 Ай бұрын
thanks for such important video i cracked my interview and urs video helped alot ty so much for such efforts and making it free for us
@CodeDecode
@CodeDecode Ай бұрын
Thanks Akanksha. Many congratulations on clearing your interviews🎉🎉 keep learning keep shining 🌟🌟
@ankushborkar9902
@ankushborkar9902 2 жыл бұрын
Very good questions and answers covered
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks Ankush
@techcomedy0455
@techcomedy0455 2 жыл бұрын
Hi Ankush, did you get offer?
@dumbbo123
@dumbbo123 11 ай бұрын
Thank you jee for your video, bohot acha hai aur kaafi useful thi! subscribed!!
@CodeDecode
@CodeDecode 11 ай бұрын
You're welcome
@shubhamshukla2385
@shubhamshukla2385 3 жыл бұрын
soo much to learn from this video.. thank u mam
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks Shubham 👍👍👍👍
@shubhamtyagi8029
@shubhamtyagi8029 3 жыл бұрын
Very helpful, clear, to the point and nice content. Please try to make video on Serialization and Multithreading concepts also.
@CodeDecode
@CodeDecode 3 жыл бұрын
Sure we will create video on that soon 👍👍
@christokawuma6962
@christokawuma6962 Жыл бұрын
YOU PRECISE TO THE POINT, LOVE YOUR CONTENT!!!!POSSIBLE TO HAVE PRACTICAL SPRINBOOT AND ANGULAR PROJECTS...wouldnt mind having subcription
@kcinbhardwaj
@kcinbhardwaj 3 жыл бұрын
Thanks lots, you are doing real social services..
@CodeDecode
@CodeDecode 3 жыл бұрын
That's a very nice thing to say. It keeps me motivated to keep moving forward. Thanks
@pooranik5342
@pooranik5342 3 жыл бұрын
Very very useful video.do more videos on spring boot and other topic
@CodeDecode
@CodeDecode 3 жыл бұрын
Sure. Will upload them soon
@sauravsengupta1544
@sauravsengupta1544 3 жыл бұрын
Hello Ma'am, could you kindly create a tutorial on Thread Executor Framework? Thanks in advance and thank you so much for providing such useful content through your channel.
@CodeDecode
@CodeDecode 3 жыл бұрын
Sure will create video on this topic too
@java.interview.preperation
@java.interview.preperation 10 ай бұрын
www.youtube.com/@onlyinterviewquestions/shorts I am creating some nice content for Java interviews. Could you please review. Appreciate your feedback
@nitupandey7520
@nitupandey7520 3 жыл бұрын
Very helpful video thanks a lot 👍
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks nitu. Keep learning keep growing. All the very best from team code decode 👍👍
@prathambante15
@prathambante15 2 жыл бұрын
Thank you so much maam. You teach very well🙏🙏
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks Pratham 🙂👍
@itsmesaquib
@itsmesaquib Жыл бұрын
Nice set of questions. Thanks ❤
@CodeDecode
@CodeDecode Жыл бұрын
Thanks
@sagarhari
@sagarhari Жыл бұрын
Just wow content 😀 Thank you!
@CodeDecode
@CodeDecode Жыл бұрын
Thanks Sagar 🙂👍
@chandrasheker3887
@chandrasheker3887 3 жыл бұрын
Thanks for enlightening us 👍🙏
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks chandra....
@hakobhn
@hakobhn 9 ай бұрын
Hi. Method hiding - "If a subclass (child class) defines a static method with the same signature as a static method in the superclass (parent class), the subclass method conceals the one in the superclass". Method hiding occurs because static methods are resolved at compile time. Please, replace "same return type" with "same signature".
@CodeDecode
@CodeDecode 9 ай бұрын
👍👍
@OG-ek2kw
@OG-ek2kw Жыл бұрын
A great great video thank you very much
@CodeDecode
@CodeDecode Жыл бұрын
You're welcome
@pallavi5284
@pallavi5284 2 ай бұрын
Di you are the best, hardly there are people who can explain the way you can explain I have learnt so many things because of u. Di but I have one request if u start DSA related series there is no one other than you have the ability to make us understand those hard algorithms in simple way on whole KZbin world. It will really help everyone if u too enter into DSA training
@CodeDecode
@CodeDecode 2 ай бұрын
Thanks Pallavi. Sure will take that in count👍
@AkanshaGrowArts
@AkanshaGrowArts 2 жыл бұрын
loved it !! you are too good !! Mam where do you work? I am super curious :D
@Shashwat_Tiwari
@Shashwat_Tiwari 2 жыл бұрын
Very helpful video , thank you
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks Shashwat...
@rakeshmallick9479
@rakeshmallick9479 3 жыл бұрын
All of your videos I have seen it is super
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks 🙂
@MalaysiaLoManiGaadu
@MalaysiaLoManiGaadu 3 жыл бұрын
yes most of the questions above were asked by me in the java developer interview.
@CodeDecode
@CodeDecode 3 жыл бұрын
Been there. Done that 🙂🙂🙃🙃👍👍thanks for writing back to us sai 👍👍👍👍
@gauravsrivastava17
@gauravsrivastava17 Ай бұрын
Good video with great questions
@CodeDecode
@CodeDecode Ай бұрын
Thanks
@arpitsohar174
@arpitsohar174 3 жыл бұрын
Nice video but can be improvised. The answer for singleton was not completed, you can add the impact of multithreading on getInstance method.
@CodeDecode
@CodeDecode 3 жыл бұрын
This is the part 1 of Core Java. Many more are yet to come. We will cover that in those parts. Please stay tuned.
@rohitgomkar1095
@rohitgomkar1095 Жыл бұрын
Your imformative videos helping me alot
@CodeDecode
@CodeDecode Жыл бұрын
🙂🙂Thanks Rohit 👍🙂
@jaggyjack1005
@jaggyjack1005 Жыл бұрын
Wow very informative thank you mam
@CodeDecode
@CodeDecode Жыл бұрын
Thanks 🙂
Кәріс өшін алды...| Synyptas 3 | 10 серия
24:51
kak budto
Рет қаралды 1,3 МЛН
When Steve And His Dog Don'T Give Away To Each Other 😂️
00:21
BigSchool
Рет қаралды 17 МЛН
WHY THROW CHIPS IN THE TRASH?🤪
00:18
JULI_PROETO
Рет қаралды 9 МЛН
Countries Treat the Heart of Palestine #countryballs
00:13
CountryZ
Рет қаралды 24 МЛН
Java Mock Interview | Fresher Java Technical Round | OOP Concept | Core Java Interview Questions
22:44
Java Interview Question | One Of The Best Mock Interview For Freshers & Beginners | Kiran Sir
35:19
The Kiran Academy - Java By Kiran
Рет қаралды 323 М.
AI от Apple - ОБЪЯСНЯЕМ
24:19
Droider
Рет қаралды 111 М.
#miniphone
0:16
Miniphone
Рет қаралды 3 МЛН
Мечта Каждого Геймера
0:59
ЖЕЛЕЗНЫЙ КОРОЛЬ
Рет қаралды 1,2 МЛН
Mem VPN - в Apple Store
0:30
AndroHack
Рет қаралды 95 М.
Will the battery emit smoke if it rotates rapidly?
0:11
Meaningful Cartoons 183
Рет қаралды 12 МЛН
КОПИМ НА АЙФОН В ТГК АРСЕНИЙ СЭДГАПП🛒
0:59