Java Interview Questions | Core Java

preview_player
Показать описание
This Java Interview Questions and Answers video contains basic core java features and java interview questions

#javainterviewquestionsandanswers
Рекомендации по теме
Комментарии
Автор

I've watched many of your videos, they are truly amazing and very useful for the people to crack interviews, do you maintain any kind of material to share so that it becomes more helpful!

saikrishnachimakurthi
Автор

Your videos are really helpful. Can you make an informative video that can tell how much package one can expect if he is a spring-boot developer with all range of experiences.

manasdeora
Автор

Hi, your videos are very informative, short and useful. keep up the good work. Thanks!!

shalinijha
Автор

at time 14.17 the Example.java:11: error: no suitable method found for showMsg(Example)
example.showMsg(new Example());
^
method Example.showMsg(String) is not applicable
(argument mismatch; Example cannot be converted to String)
method Example.showMsg(Integer) is not applicable
(argument mismatch; Example cannot be converted to Integer)
1 error

Ravikumar-gjqw
Автор

Sir thank you so much for informative video... Please provide the interview questions on spring and collection and multithreding..

vrushalishinde
Автор

appreciate you efforts but you have covered very less questions. pls make more video on core java interview question and answer as similar this video.

saurabhkailashchandrapuran
Автор

Hi! what is the purpose of making a public set method, dont you break encapsulation by doing so? I think you do. If you agree with me, you should make a pop up banner and correct this. Cheers!

adrianbuzee
Автор

15:36 In your overriding example, in Videos class, your overridden watchOverloadingVideo(int num) is returning int. Wont this cause a compilation error because return type is not the same as parent class method or a covariant type?

vishnugovindan
Автор

I feel there is a small correction.
at 12:50 if you pass null for overloading example then there will not be any compile time error and it will call string method.

azharmobeen
Автор

At 5:44 - Are you sure you achieve encapsulation the way you have told?
At 18:43 - An Abstract class can have constructor also.
At 20:20 - Since Java8, difference of providing the default implementation in Abstract class is no more a difference.
At 21:20 - Map is still not direct part of Collection hierarchy.

nitinagrawal
Автор

it will throw compile-time error, as ByteProgramming is not of type String.
The content was really helpful and clearly presented, please provide interview Question/Preparations set for Collections, Multithreading.

ussharma
Автор

Very Informative, and concepts cleared so well. Thank you so much

neerajrajak
Автор

Inheritance --- small correction its extends keyword not extend

sreeni
Автор

bro overloaing is also possbile in different class in industry everyone mistaking this OCJP question tq for this tuturials

Ravikumar-gjqw
Автор

I tried and found that byte.watchOverloading(null); will not give the compiler error with Java 8. It will call the method of String parameter.

bhimraosudrik
Автор

Thank u so much please make video related to spring n springboot..

yoshitamahajan
Автор

Nice compilation. Could you provide design pattern questions also

MrLuk
Автор

sir plz provide more interview question about collection

bibhuprasadmohanty
Автор

Hi please provide more interview questions on collections and multithreading concepts

simhaitschool
Автор

sir, plz provide more interview about collection

bibhuprasadmohanty