Java Interview Questions and Answers | Core Java Interview Questions | Intellipaat

  Рет қаралды 240,193

Intellipaat

Intellipaat

Күн бұрын

Пікірлер: 158
@Intellipaat
@Intellipaat 5 жыл бұрын
👋 Guys everyday we upload high quality in depth tutorial on your requested topic/technology so kindly SUBSCRIBE to our channel👉( bit.ly/Intellipaat ) & also share with your connections on social media to help them grow in their career.🙂
@letsielts5247
@letsielts5247 4 жыл бұрын
Kindly make your channel verified from KZbin , good video anyways
@predatel_rodini
@predatel_rodini Жыл бұрын
Thank God. It's the first video of more than 20 videos search result where I can understand the speaker's accent
@Intellipaat
@Intellipaat Жыл бұрын
@ss Glad you liked it 😊 Do like, share & subscribe to our channel to get updates on upcoming videos.
@Intellipaat
@Intellipaat 5 жыл бұрын
🔥🔥🔥Intellipaat's Java online training course: intellipaat.com/java-training/
@VishalPawar-mt7vv
@VishalPawar-mt7vv 5 жыл бұрын
For 20th question, you have taken variable 'a' and decrementing value of 'x'
@haykmkrtchyan7093
@haykmkrtchyan7093 2 жыл бұрын
Difference between == and equals(). Note that this both are the same thing under the hood. Most of the developers confirm that equals are for content comparison. That's wrong. Both are for reference comparison. String and all other wrapper classes override this method and write their own content comparison logic. That's why for String, equals() returns true.
@nageshchowdary7800
@nageshchowdary7800 2 жыл бұрын
Thank you are supporting
@Intellipaat
@Intellipaat 2 жыл бұрын
Welcome @Nagesh Chowdary Stay connected
@saishankar050
@saishankar050 5 жыл бұрын
Hii... Can you plz explain what is OOPS-concept in Java..? and How it works on it..
@naveendubey4412
@naveendubey4412 4 жыл бұрын
Highly Appreciated. Very beautifully explained all questions
@Intellipaat
@Intellipaat 4 жыл бұрын
Thank you for watching.
@saiganesh3629
@saiganesh3629 4 жыл бұрын
BEST CLEAR SHORT NEAT Explanation. To the Point. With 'Key' Points not getting missed. Thanks for this video. But Note: One needs to watch Java Full explanations for Few of these concepts first to be able to understand concept. Then ALL HERE YOU'VE GOT ARE KEY POINTS> Cheers
@AadityaKavthekar
@AadityaKavthekar 4 жыл бұрын
24:46 Hi Team, thank you for this video. It is really helpful :) One doubt, with Java8, we can also define methods in interface with the help of default keyword (which are non-abstract methods). Please check and let me know.
@abdallahsamir8120
@abdallahsamir8120 2 жыл бұрын
And we can make static methods and private methods also
@sanjaykale1491
@sanjaykale1491 5 жыл бұрын
Thanks!....By taking the concept of wrapper class in consideration can we say that java is 100% object oriented?
@Intellipaat
@Intellipaat 5 жыл бұрын
Hi Sanjay, Java is not fully object oriented because it supports primitive data type like it,byte,long etc.,which are not objects. Because in JAVA we use data types like int, float, double etc which are not object oriented, and of course is what opposite of OOP is. That is why JAVA is not 100% objected oriented.
@gokulr9873
@gokulr9873 4 жыл бұрын
@@Intellipaat Also concepts like Abstract class cannot have objects
@khushijain6322
@khushijain6322 4 жыл бұрын
Please upload a video on interview questions based on advanced Java
@ruchikamugdiya3273
@ruchikamugdiya3273 5 жыл бұрын
I hve been ask a question in java interview Question-a normal file is there in that list of students n there rollno is there Write a code to covert that normal file in ascending order So write a code
@saimanohar6
@saimanohar6 4 жыл бұрын
did you written the code?
@bigtimecoder2588
@bigtimecoder2588 3 жыл бұрын
You are very beautiful and have a nice voice for this video. I'm going to write out your responses and read them aloud as you did a great job explaining.
@Intellipaat
@Intellipaat 3 жыл бұрын
Thank you😊
@aidaichokoeva7168
@aidaichokoeva7168 3 жыл бұрын
Could you share your responses? 🙏🏽🙏🏽
@bigtimecoder2588
@bigtimecoder2588 3 жыл бұрын
@@aidaichokoeva7168 I do have a large Java interview questions document if you would still like it. Contains about 300 questions (concept questions and coding questions) but only half have answers so far.
@sarathkumar-lp6uw
@sarathkumar-lp6uw 5 жыл бұрын
I appreciate u guys lots of stuffs explained clearly in this video... I need about python language with Django. 🤗
@Intellipaat
@Intellipaat 5 жыл бұрын
Hi Sarath, sure will forward the topic to the respective team and will upload the video soon. Please subscribe to Intellipaat channel & press the bell icon so that you don't miss that video from us. :)
@samtech6252
@samtech6252 5 жыл бұрын
42: requied to intialize x variable.
@Intellipaat
@Intellipaat 5 жыл бұрын
cool.
@swarnasukantapradhan
@swarnasukantapradhan 4 жыл бұрын
Great explanation but there is a mistake in question number 20 .You are declaring a as some amount and you are printing the value of x which is not declared in program ,please check it.Thank you
@Intellipaat
@Intellipaat 4 жыл бұрын
Thanks for letting us know. Will check and update. :)
@nandkishor4941
@nandkishor4941 5 жыл бұрын
Hi Intellilaat Team, Big Thanks for making the content like this it is really awesome content, i have 3 yrs of Java Developer and i found it very helpfull in quick revision before going to interview. I would request you to kindly make some content on Data Structure and Algorithm based on java, and Java Design Patterns
@nandkishor4941
@nandkishor4941 5 жыл бұрын
This is my first comment in KZbin community, I can't stop myself to Give U Big Thanks 🙏
@Intellipaat
@Intellipaat 5 жыл бұрын
Hi Nand Kishor, thanks for your comments. Keep learning & upgrading your skills with Intellipaat. Please subscribe to Intellipaat channel & press the bell icon so that you don't miss any videos from us. :)
@snehsaluja
@snehsaluja 4 жыл бұрын
Q19: "if a program takes 60 seconds to execute, then we can use 6 threads which will give us the result in 10 seconds" .. This statement is incorrect. It depends on the number of cores of the processor also. So, you cannot directly divide by 6 and say 6 threads take 10 seconds.
@gangadharreddykotha9198
@gangadharreddykotha9198 5 жыл бұрын
Superb explation guys..........
@Intellipaat
@Intellipaat 5 жыл бұрын
Thanks keep learning with Intellipaat
@Intellipaat
@Intellipaat 5 жыл бұрын
Guys, which technology you want to learn from Intellipaat? Comment down below and let us know so we can create in depth video tutorials for you.:)
@saideepesh6036
@saideepesh6036 5 жыл бұрын
Mobile app development with react Native
@Intellipaat
@Intellipaat 5 жыл бұрын
Hi Sai, sure will forward the topic to the respective team and will upload the video soon. Please subscribe to Intellipaat channel & press the bell icon so that you don't miss that video from us. :)
@Intellipaat
@Intellipaat 5 жыл бұрын
Hi Buvanesh, we have got a lot of requests in last few days and we are working on the videos. Give us some time please and we will upload soon. :)
@Intellipaat
@Intellipaat 5 жыл бұрын
Hi Buvanesh, sure, we will upload the video soon.
@akashguharoy341
@akashguharoy341 5 жыл бұрын
Please make videos on phyton
@praveenkumar-xx2el
@praveenkumar-xx2el 4 жыл бұрын
Good morning maa'm thank u so much very helpful interview questions
@Intellipaat
@Intellipaat 4 жыл бұрын
Welcome. :) Keep learning with Intellipaat. :)
@milosmisic3879
@milosmisic3879 4 жыл бұрын
@@Intellipaat looool XD
@pawansingh1379
@pawansingh1379 5 жыл бұрын
Best teacher
@Intellipaat
@Intellipaat 5 жыл бұрын
Thanks. Stay tuned to Intellipaat to keep learning. :)
@rahulrajsinha5232
@rahulrajsinha5232 5 жыл бұрын
can u make the video for advance java so easily understand JDBC,servlet and Jsp
@Intellipaat
@Intellipaat 5 жыл бұрын
Hi Rahul, we have got a lot of requests in the last few days for this video and we are working it. We will upload this video soon. Keep learning & upgrading your skills with Intellipaat. Please subscribe to Intellipaat channel & press the bell icon so that you don't miss any videos from us. :)
@rahulrajsinha5232
@rahulrajsinha5232 5 жыл бұрын
@@Intellipaat Can you tell me any platform so I connect with ur intellipat and ask for my doubt
@adamdost7573
@adamdost7573 5 жыл бұрын
Upload more DevOps tutorials and practical, from your subscriber
@Intellipaat
@Intellipaat 5 жыл бұрын
Hi Adam, please watch our full devops playlist: kzbin.info/www/bejne/lZ-Xd5uVbdKhfac
@akshaysilgari2097
@akshaysilgari2097 4 жыл бұрын
Great video
@shishuranjan8677
@shishuranjan8677 5 жыл бұрын
Hi team, you have done a really great work, plz make correction in question no:-6, may be Misprinting error
@Intellipaat
@Intellipaat 5 жыл бұрын
Hi Sishu, sure, will rectify that. Thanks for your feedback.
@rajatmishra6939
@rajatmishra6939 4 жыл бұрын
Hello ma'am. I m a mechanical engineering student but want to enter it sector. Nd I don't know basics of any programming language. So can u tell me from which language should I start and which languages are currently most required by it companies to recruit freshers? And how much time will it approximately take for me to learn any of these languages?
@Intellipaat
@Intellipaat 4 жыл бұрын
Hi, please share your contact number so that i can arrange a call with my course advisor and the person will help you in choosing the best course for you based on your experience. You can also visit our website and drop a text on the live chat. Here's the link: intellipaat.com/
@Flow_Tech
@Flow_Tech 4 жыл бұрын
Please update with version. And thanks for video....
@Intellipaat
@Intellipaat 4 жыл бұрын
Sorry what version?
@Flow_Tech
@Flow_Tech 4 жыл бұрын
Means new functions. In updated version... Jdk12, jdk13 .... Shortcuts etc
@RK-jv2ix
@RK-jv2ix 5 жыл бұрын
love u intellipaat .... teamm.... and thanks...
@Intellipaat
@Intellipaat 5 жыл бұрын
Thank you for watching. :)
@adityadolas623
@adityadolas623 5 жыл бұрын
So much information, thank you so much.
@MadanalasaikiranSaikiran
@MadanalasaikiranSaikiran 4 жыл бұрын
Thanks a lot
@Intellipaat
@Intellipaat 4 жыл бұрын
Thank you for watching. :)
@zimmykhumalo6036
@zimmykhumalo6036 3 жыл бұрын
Thank You 🇿🇦
@Intellipaat
@Intellipaat 3 жыл бұрын
Welcome. Keep learning with Intellipaat😊
@PerdidosEnLosJuegos
@PerdidosEnLosJuegos 4 жыл бұрын
Could someone help me out ? I am planning on learning JAVA, but I am interested in developing payment applications or even applications for bank. I have been reading about JAVA EE, but I wanted to know if is Java up to developing this kind of application ??
@saishankar050
@saishankar050 5 жыл бұрын
And can you plz explain Briefly about DataBase, JDBC, Servlets and something related interview queries for these topics...
@The64v
@The64v 5 жыл бұрын
39:00 if you're trying to find out if a number n is prime, you only need to test the factors
@Intellipaat
@Intellipaat 5 жыл бұрын
true.
@iAmAbhijitPatra
@iAmAbhijitPatra 5 жыл бұрын
Here COver Basic Question Please Cover in Depth Some More ...
@HaKazzaz
@HaKazzaz 5 жыл бұрын
1:12 "C hash"....
@Intellipaat
@Intellipaat 5 жыл бұрын
okay
@sabir7788
@sabir7788 3 жыл бұрын
Thanks maam
@Intellipaat
@Intellipaat 3 жыл бұрын
You're Welcome @sksabir uddin Keep learning :- )
@parwejalam6314
@parwejalam6314 5 жыл бұрын
Can u upload advance java interview concept plz.
@Intellipaat
@Intellipaat 5 жыл бұрын
Hi Parwej, sure, we will forward the topic to the respective team and will upload the video soon. Please subscribe to Intellipaat channel & press the bell icon so that you don't miss any videos from us. :)
@rahultelangre594
@rahultelangre594 5 жыл бұрын
Please Correct the ques. No. 13 i.e If 1ST string Object refer to 2nd string then 1st string does'nt exist in string constant pool , it is collected by G.C...!!
@Intellipaat
@Intellipaat 5 жыл бұрын
Ok Rahul, will check and update.
@nikhilbalthi9133
@nikhilbalthi9133 5 жыл бұрын
swift programming from basic to advanced please
@Intellipaat
@Intellipaat 5 жыл бұрын
Hi Nikhil, sure will forward the topic to the respective team and will upload the video soon. Please subscribe to Intellipaat channel & press the bell icon so that you don't miss that video from us. :)
@irfanms9975
@irfanms9975 5 жыл бұрын
I'm have done mechanical engineering can I be good Java developer? If I study
@Intellipaat
@Intellipaat 5 жыл бұрын
Of course please enroll to Java course here: intellipaat.com/core-java-training/
@NaveenAthreya
@NaveenAthreya 5 жыл бұрын
Bro I am too studied mechanical engineering...don't worry if u have lot of interest means it easy for u
@SuperBhavanishankar
@SuperBhavanishankar 4 жыл бұрын
@@NaveenAthreya guys I'm from computer science. I just want to help you. If you hate or afraid of coding but interested in IT field for some reason. Learn tools like RPA of tableau. They are one of the hot techs right now. hope it helps. I'm learning tableau even though I'm a coder myself because tableau is tool for data analysis. there is a friend of mine he is mech he is learning digital marketing. don't worry guys. work hard.
@SuperBhavanishankar
@SuperBhavanishankar 4 жыл бұрын
:)
@pranjalbhimani9968
@pranjalbhimani9968 5 жыл бұрын
Pls make a video related q ask in interview for technical round..
@Intellipaat
@Intellipaat 5 жыл бұрын
Hi, we will upload another video on this topic. Stay tuned!
@samimahmed3822
@samimahmed3822 4 жыл бұрын
awesome
@AA-en5ok
@AA-en5ok 5 жыл бұрын
Super
@Intellipaat
@Intellipaat 5 жыл бұрын
Thanks.
@dgopalsuri
@dgopalsuri 5 жыл бұрын
Web development with advanced level
@Intellipaat
@Intellipaat 5 жыл бұрын
Hi Gopal, the team is working on this video. It will be uploaded this week for sure. Please subscribe to Intellipaat channel & press the bell icon so that you don't miss that video from us. :)
@cdaveeeez
@cdaveeeez 4 жыл бұрын
Is there a pdf? It's hard to concentrate with your voice 😭😭
@ivanh9567
@ivanh9567 4 жыл бұрын
Yeah WTF Indian decided that they should creates videos and lectures in english. Their pronunciation so terrible
@richwasek2307
@richwasek2307 4 жыл бұрын
@@ivanh9567 Ehh sehh racist.
@himanjlijain3726
@himanjlijain3726 4 жыл бұрын
@@ivanh9567 yet here you are on an Indian's channel trying to gain knowledge from "Indians". Because yes, her voice is sure as hell high pitched and accent not clear, but we excel.
@ivanh9567
@ivanh9567 4 жыл бұрын
Himanjli Jain I’m here because I expected to hear normal voice. Indian’s accent videos I close immediately. But here I left comment before closing it.
@praffulagrawal8899
@praffulagrawal8899 4 жыл бұрын
@@ivanh9567 and what about your grammar and basic english? "They should CREATES" Chutiya
@ChandraReddy-bl9jc
@ChandraReddy-bl9jc 5 жыл бұрын
I have Done In B.Com Computers in Application(CA) I have a Quastion for you Can I do This Java Course and java jobs please tell me
@Intellipaat
@Intellipaat 5 жыл бұрын
Hi, please share your contact number so that i can arrange a call with my course advisor and the person will help you in choosing the best course for you based on your experience. You can also visit our website and drop a text on the live chat. Here's the link: intellipaat.com/
@coderopes2983
@coderopes2983 4 жыл бұрын
Nope
@ChandraReddy-bl9jc
@ChandraReddy-bl9jc 4 жыл бұрын
@@Intellipaat My Mobile Num 6304735343
@ChandraReddy-bl9jc
@ChandraReddy-bl9jc 4 жыл бұрын
@@coderopes2983 You said nope do the java course but my colleague was done B.Com Computers and also he was doing job in java developer .then let tell me please why should i not do java cource
@ashiibansal1725
@ashiibansal1725 4 жыл бұрын
@@Intellipaat sr it is important for tgt
@mohd.imranulhoquelimon1094
@mohd.imranulhoquelimon1094 4 жыл бұрын
For palindrome you don't have to loop through all the characters you can loop through half of the length of the given string and check left corner and right corner
@mravindranaik6744
@mravindranaik6744 5 жыл бұрын
Super👌
@Intellipaat
@Intellipaat 5 жыл бұрын
Thanks. Stay tuned to Intellipaat to keep learning. :)
@agamurat3019
@agamurat3019 4 жыл бұрын
such an annoying voice but good explanation:)). thanks for sharing. keep it up a good work
@zimmykhumalo6036
@zimmykhumalo6036 3 жыл бұрын
😂😂😂😂😂
@aakashkumrawat3509
@aakashkumrawat3509 5 жыл бұрын
Any one here from s/w company. With education dipolma on cs&engg
@rohitsharma-xt8qe
@rohitsharma-xt8qe 4 жыл бұрын
You should take a breath between each question 😃
@Intellipaat
@Intellipaat 4 жыл бұрын
okay.
@shivamtyagi3554
@shivamtyagi3554 4 жыл бұрын
anyOne....tell mee....how to take input from user in array untill user cannot press the enter in console...in java...
@ahmedchemkhi5020
@ahmedchemkhi5020 4 жыл бұрын
abstract classes cannot be instanciated
@skillmonksintern1524
@skillmonksintern1524 4 жыл бұрын
Career in full stack java, read full blog article blog.skillmonks.com/it-careers/career-in-full-stack-java-developer-skill-monks/
@hkfactinhindi2753
@hkfactinhindi2753 3 жыл бұрын
Nic mam
@Intellipaat
@Intellipaat 3 жыл бұрын
Thankyou @hirdesh moarya music world Keep learning with Intellipaat:- )
@chengzeyu7416
@chengzeyu7416 Жыл бұрын
I am a Chinese child I want to study java thinks
@Intellipaat
@Intellipaat Жыл бұрын
If you wish to learn from top experts and get a certification, then kindly call our course advisors on IND: +91-7022374614 US: 1-800-216-8930 (Toll-Free).
@senualagertha2887
@senualagertha2887 5 жыл бұрын
22:33
@Intellipaat
@Intellipaat 5 жыл бұрын
Cool. :)
@leomonz
@leomonz 4 жыл бұрын
LOL,@ top 10 features of Java?
@jaikishangupta7276
@jaikishangupta7276 5 жыл бұрын
Please explain Hindi mam
@Intellipaat
@Intellipaat 5 жыл бұрын
Hi, we will start uploading videos in hindi soon. Stay tuned to Intellipaat :)
@abhiatYT
@abhiatYT 4 жыл бұрын
Almost all answers are not up to mark.
@monumoon5515
@monumoon5515 3 жыл бұрын
bahena acchi ho tum
@QiWng-p9t
@QiWng-p9t 5 жыл бұрын
哇靠 这姐姐口音让我闻到咖喱味了啊
@Intellipaat
@Intellipaat 5 жыл бұрын
Thank you for watching. :)
@SuperBhavanishankar
@SuperBhavanishankar 4 жыл бұрын
你闻到电晕 :)
@divinastrain1286
@divinastrain1286 5 жыл бұрын
????
@Intellipaat
@Intellipaat 5 жыл бұрын
sorry?
@milosmisic3879
@milosmisic3879 4 жыл бұрын
wtf who can listen to this/?????!!111
@Intellipaat
@Intellipaat 4 жыл бұрын
why?
Java Interview Question | Java Mock Interview On Core Java | Inheritance in Java | By Kiran Sir
19:38
Lazy days…
00:24
Anwar Jibawi
Рет қаралды 8 МЛН
TOP 20 JAVA 8 Interview Questions & Answers | Ashok IT
15:23
Ashok IT
Рет қаралды 34 М.
Top 30 JAVA Interview Questions and Answers for Beginners
1:25:45
Interview Happy
Рет қаралды 35 М.
Top 25 Microservice Interview Questions Answered - Java Brains
39:54