No video

20 Basic Core Java Interview Questions & Answers- TCS, Accenture, Cognizant, Infosys, Wipro, HCL

  Рет қаралды 563,301

CareerRide

CareerRide

Күн бұрын

Пікірлер: 105
@ig_haxie
@ig_haxie Жыл бұрын
Default is only within package, Not from anywhere like public. Protected can be accessed within own package and also in different package but the class must be inheriting the class where it is defined as protected
@naveenm6604
@naveenm6604 Жыл бұрын
Pp0
@naveenm6604
@naveenm6604 Жыл бұрын
...
@kiranshetty5011
@kiranshetty5011 Жыл бұрын
I guess outside the package also we can but only by creating instance of the class not by inheriting
@sourjadhar9332
@sourjadhar9332 Жыл бұрын
If we use different package then public and protected helps.only....and protected helps only if we use sub class....creating instance would not help in protected ..as well as default when it comes to different package
@ambikeya_tech
@ambikeya_tech 4 ай бұрын
Thanks for sharing valuable insights! Great resource for preparing interviews in top IT companies. Appreciate the comprehensive list of core Java questions and answers.
@syedtanzeelHCAD
@syedtanzeelHCAD Ай бұрын
question no. 16 a file should have only one public class but here you mentioned two "public class Arithmatic and public class Main "
@status__world...9038
@status__world...9038 Жыл бұрын
What a explanation bro well done Keep in extra 20 or 30 Questions and answers please I humble request ❤❤❤❤
@vamsikrishnachekka85
@vamsikrishnachekka85 8 ай бұрын
Sir,you are helping freshers and we all thankful to you.😊😊😊
@shraddhahulle
@shraddhahulle Жыл бұрын
Thanks for such a amazing explanation😊🙏👏
@priyambadapreeti1621
@priyambadapreeti1621 Күн бұрын
Thank u so much sir for this valuable video 😊
@jakubdudek4133
@jakubdudek4133 2 жыл бұрын
Maybe I'm picking on, but why so many people that are explaining basic Java's stuff used to give confused explanation about "final" keyword? Value of final variable can be change if it references to an object! Object itself does not become inmutable because of that keyword. The whole point of "final" is that you cannot change the reference itself that was once initialized/pointed! Apart from that little ambiguity I really like this video. :)
@jonathanjohn-wp4hd
@jonathanjohn-wp4hd 8 күн бұрын
tbf he did say variable and not object
@asha4355
@asha4355 Ай бұрын
Watching this video 1hr before my interview..and regretting y i dint get this video before n early....😢...super explanation sir... 🙏👌
@CareerRideOfficial
@CareerRideOfficial Ай бұрын
Hope it helped. All the best!
@le226younuskhan8
@le226younuskhan8 6 ай бұрын
thank you for great explaination sir 😇
@shaikdilshath8955
@shaikdilshath8955 Жыл бұрын
Thanks for you clear Explantion
@yashupadhyay1023
@yashupadhyay1023 3 ай бұрын
sir, in question 9 example of method overloading you gave example of myMethod function which has different return data type, one has int and one has double! so can method overloading can happen if there is different return data type of method??
@manasikamble4943
@manasikamble4943 Ай бұрын
Great explanations !
@gundashanthi7250
@gundashanthi7250 3 ай бұрын
Thank you so much It is so helpful 😊
@divyaagarwal3091
@divyaagarwal3091 Жыл бұрын
Thankyou so much sir
@kishorebabu2077
@kishorebabu2077 Жыл бұрын
what is diff between No arg constructor & default constructor?
@SanhNguyen-cw7ry
@SanhNguyen-cw7ry Жыл бұрын
Same question
@divyabalakrishnan7253
@divyabalakrishnan7253 Жыл бұрын
Class test { Int a ; test (){ //no argument constructor Sout (“a”+a); } test (int b) { this.a=b; //parameterized constructor } } Main class { Psvm (String args[]) { test obj=new test (5); }}// while creating obj we mentioned the class name that one is called default constructer 😅iam not sure about this but i tried my level best thank you
@surabhisahu1231
@surabhisahu1231 Жыл бұрын
Only difference is if you're going to write your code without any constructor then jvm(compiler) will automatically create a default constructor and no argument constructor means you have to define a constructor without any parameters.
@aslam-kg4xo
@aslam-kg4xo Жыл бұрын
If you do not declare a constructor explicitly, the compiler automatically assigns a default constructor to the class. And that constructor is a no args constructor. That is why you are able to create a class with empty brackets even if the class doesn't have any constructor. Simply put, if you don't declare a constructor in a class, there will be a default no arg constructor.
@jayyptll
@jayyptll Жыл бұрын
default constructor apne app bnta he means vo declare kro na kro ban jata he , aur tumhe agar no arg constructor means agr without arg new koi object bane to tum kya krvana chahte ho tab , uske liye vo tum no arg const me likh skte ho ki- Ex, koi new object bane jisme koi arg nhi dale the to fir bhi tum kuch msg print krvana chahte ho ki u created new object , to vo tum no arg constructor me likh skte ho , or ye kam tum default constructor me nhi kr skte kyuki vo to apne aaap create hoga usme tum kuch changes nhi kr skte abbhi hmne kiya ki new object bne tab new object creatd msg pass ho to vo default const se tum asa nhi kr paoge.
@milindpendkar3294
@milindpendkar3294 Жыл бұрын
Nice for core interviewer ask questions me on platform independent .
@pratikshakadam4234
@pratikshakadam4234 Жыл бұрын
2nd and 3rd question making confusion.... In JVM and Compiler
@sumitkumarbarik3919
@sumitkumarbarik3919 28 күн бұрын
Thank You Sir 🙏🏼🙏🏼🙏🏼🙏🏼🙏🏼
@user-pk8uu4nq3z
@user-pk8uu4nq3z Жыл бұрын
Explanation is nice,Thank you sir
@CareerRideOfficial
@CareerRideOfficial Жыл бұрын
Thank you. Stay connected
@charu1611
@charu1611 Жыл бұрын
Perfect explanation....
@RajaReddy-ob2wk
@RajaReddy-ob2wk Жыл бұрын
Nice presentation Thanks
@pratikshashinde1200
@pratikshashinde1200 6 ай бұрын
Sir very help full video
@JaiganeshP-wl1ns
@JaiganeshP-wl1ns 2 ай бұрын
Thanks brother
@mallikarjunpujari1905
@mallikarjunpujari1905 Жыл бұрын
Can you tell mee some programming languages which deals ECE
@suriya2023
@suriya2023 Жыл бұрын
Sir I go for interview so I need the question and answer for freshers
@bhagyashreebehera6163
@bhagyashreebehera6163 4 ай бұрын
Hii I m also now applying for jobs..So can u help what kind of questions they ask
@bandreddijayanth2456
@bandreddijayanth2456 6 ай бұрын
Bro numpy and panda packages raakapote dsa ki python choose cheyyochha
@uttkarshkumar1241
@uttkarshkumar1241 11 ай бұрын
Great content ❤
@akki-xz2li
@akki-xz2li 6 ай бұрын
Is this questions are enought for tcs nqt interview? Can you plz reply
@masterikrav
@masterikrav 2 жыл бұрын
A 30mL of alcohol solution is made of 60% water. How much of this solution must be replaced with a 90% alcohol solution so that the resulting solution has an alcohol content of 60%?​ Sir please help with this Q
@viseshbentula715
@viseshbentula715 Жыл бұрын
The solution for "x" is 0 mL. This means that no amount of the original solution needs to be replaced with the 90% alcohol solution to achieve a resulting solution with 60% alcohol content. The original solution already contains the desired alcohol content of 60%, and adding any amount of the 90% alcohol solution would only alter the original composition. i still have no idea y i ansd this q
@sumanghoraiofficial
@sumanghoraiofficial 2 жыл бұрын
Thank you sir
@CareerRideOfficial
@CareerRideOfficial 2 жыл бұрын
All the best
@asharmehmood301
@asharmehmood301 Жыл бұрын
Thanks
@shraddhapotdar1122
@shraddhapotdar1122 Жыл бұрын
Sir please help in the programs also
@prasadjoshi4009
@prasadjoshi4009 2 жыл бұрын
Thanks for this amazing video... 👍
@CareerRideOfficial
@CareerRideOfficial 2 жыл бұрын
Glad you liked it
@mohamedrasheeds
@mohamedrasheeds 2 жыл бұрын
Can we use calculator in aptitude test in IT
@CareerRideOfficial
@CareerRideOfficial 2 жыл бұрын
No, you won't be allowed
@naveen_arush444
@naveen_arush444 Жыл бұрын
Yes, not only calculator now days u can also use mobile 🤭😝
@RohanSingh-my3nl
@RohanSingh-my3nl Жыл бұрын
Nice ❤
@abhishek.bansal05
@abhishek.bansal05 Жыл бұрын
Very nice videos
@CareerRideOfficial
@CareerRideOfficial Жыл бұрын
Thank you so much 😀
@ramjan2Khan321
@ramjan2Khan321 Жыл бұрын
Where are copy constructor
@pallavigaikwad8313
@pallavigaikwad8313 Жыл бұрын
Copy constructors are nothhing but object created by using another object
@kanishkamahalakshmi7791
@kanishkamahalakshmi7791 3 ай бұрын
Hi sir i need a coding round questions. pls
@jayyptll
@jayyptll Жыл бұрын
There's no array que , for loop que , comparator comparable and many things are not in this video
@ganagani1041
@ganagani1041 Жыл бұрын
Hi sir, I'm diploma student I'm writing wipro exam after that I'll have interview this video is use for me...
@CareerRideOfficial
@CareerRideOfficial Жыл бұрын
Great!
@ganagani1041
@ganagani1041 Жыл бұрын
@@CareerRideOfficial is this video uses for me sir ??
@ozcankucuk9008
@ozcankucuk9008 9 ай бұрын
Hello, how can I listen to these videos in Turkish?
@rampraveen7002
@rampraveen7002 Жыл бұрын
Sir I am fresher I need tha questions and answers
@CareerRideOfficial
@CareerRideOfficial Жыл бұрын
Sure, please stay connected
@Vijaykushwahaarmy
@Vijaykushwahaarmy Жыл бұрын
A package in java is used to group related class are it is a collection of related interface
@4DoorsMoreHoes.
@4DoorsMoreHoes. Жыл бұрын
Method overriding?
@ashutoshrai2717
@ashutoshrai2717 Жыл бұрын
Sir is these questions are enough for freshers interview?
@NorwayAbbai
@NorwayAbbai Жыл бұрын
and some 5-6 basic codes
@ashutoshrai2717
@ashutoshrai2717 Жыл бұрын
@@NorwayAbbai nahi bhai ye bhi kaafi nahi hai
@NorwayAbbai
@NorwayAbbai Жыл бұрын
@@ashutoshrai2717 I have gone through 7 interviews the same questions are asked in a confusing manner in my opinion these are enough
@NorwayAbbai
@NorwayAbbai Жыл бұрын
@@ashutoshrai2717 did you go through any interviews recently?
@ashutoshrai2717
@ashutoshrai2717 Жыл бұрын
@@NorwayAbbai yes
@ram5877
@ram5877 2 жыл бұрын
Thank you sir ❤
@mallikarjunpujari1905
@mallikarjunpujari1905 Жыл бұрын
Iam studying in BTech 1St year ECE group
@tarunteja4127
@tarunteja4127 Жыл бұрын
Enjoy your btech and after never judge the career with non sense package.experience your zeal to work in your dream job.
@sureshampavilli3941
@sureshampavilli3941 Жыл бұрын
😂😂😂😂
@defenceloverupadhyay9659
@defenceloverupadhyay9659 11 ай бұрын
Bro any one Can tell me constructor returns any value
@SagayaJeswanth
@SagayaJeswanth 9 ай бұрын
Sir what java operator
@Mahi095
@Mahi095 Жыл бұрын
Please provide us PDF sir
@ravindrakumartanwar2617
@ravindrakumartanwar2617 Жыл бұрын
in.question 2 what is difference between.bite code n machine code
@virendrabareliya4323
@virendrabareliya4323 Жыл бұрын
Byte code ko sirf java hi samjh sakta h
@sigmagang
@sigmagang Жыл бұрын
4:01
@anshrajpoot5063
@anshrajpoot5063 2 жыл бұрын
Thank u sir
@CareerRideOfficial
@CareerRideOfficial 2 жыл бұрын
All the best
@dhanashri777vlog
@dhanashri777vlog Жыл бұрын
👍
@Reddyfitnes
@Reddyfitnes 6 ай бұрын
Hii i am a bcom student can get java developer
@vojjamahender9060
@vojjamahender9060 5 ай бұрын
Same bro
@hameedhameedemahameed
@hameedhameedemahameed 5 ай бұрын
Why not bro
@sujitkumarsahoo2945
@sujitkumarsahoo2945 11 ай бұрын
can static method override?
@chikki7135
@chikki7135 9 ай бұрын
No
@mallikarjunpujari1905
@mallikarjunpujari1905 Жыл бұрын
Hello sir
@k.rajasekhark.rajasekhar3404
@k.rajasekhark.rajasekhar3404 3 ай бұрын
@duedares
@duedares Жыл бұрын
10:49: A method must have a return type. Funniest shit I have read today :xD
@CareerRideOfficial
@CareerRideOfficial Жыл бұрын
Java requires that a method declare the data type of the value that it returns. If a method does not return a value, it must be declared to return void.
@chetanmaskara8565
@chetanmaskara8565 Жыл бұрын
What's so funny? It is mandatory to specify return type of a method in Java.
@kaushik4571
@kaushik4571 4 ай бұрын
Ohh​@@chetanmaskara8565
@Accidental_Engineer
@Accidental_Engineer Жыл бұрын
.
@bandreddijayanth2456
@bandreddijayanth2456 6 ай бұрын
Bro numpy and panda packages raakapote dsa ki python choose cheyyochha
@akshaypatidar6904
@akshaypatidar6904 Жыл бұрын
thank you sir
@vaibhavmalokar524
@vaibhavmalokar524 Жыл бұрын
Thanks for this amazing video sir 😊
Java Interview Questions | Java Program Solving | Core & Advance Java | Part 1
39:46
The Kiran Academy - Java By Kiran
Рет қаралды 245 М.
Magic trick 🪄😁
00:13
Andrey Grechka
Рет қаралды 55 МЛН
Gli occhiali da sole non mi hanno coperto! 😎
00:13
Senza Limiti
Рет қаралды 22 МЛН
Schoolboy Runaway в реальной жизни🤣@onLI_gAmeS
00:31
МишАня
Рет қаралды 4 МЛН
Java Interview Question | One Of The Best Mock Interview For Freshers | Kiran Sir
33:08
The Kiran Academy - Java By Kiran
Рет қаралды 75 М.
Magic trick 🪄😁
00:13
Andrey Grechka
Рет қаралды 55 МЛН