Tricky java 8 interview questions on Functional Interface | Can we Override a Object class method ?

preview_player
Показать описание
In this video we will discuss about some tricky java 8 interview questions on Functional interface. We will discuss some use-cases based on method overloading and method overriding with respect to object class methods.

Timestamp:
-----
00:00 - Marker Interface vs functional Interface
02:52 - Can we override a Object class Method inside functional Interface?

#javainterview #javainterviewquestions

For more free/paid courses visit

LINKS AND FREE LEARNING RESOURCES
========
Watch my new mock interview series for java developers

Watch my new Hello spring boot series

Watch Spring boot Hot topics

Java Interview / Question and Answer series

Explain spring Bean Lifecycle

spring core

spring mvc

spring mvc intermediate

Spring JDBC

spring live project

SPRING SECURITY COURSE[NEW]

For more courses visit

Any time you are getting stuck with issues, Feel free to ask for support.

you can ping me on my Facebook page

Make sure to join my private Facebook page (Ask me here)
“SeleniumExpress - Support"

you can ask for support in my website forum

Subscribe to my youtube channel

Follow me on Insta
Рекомендации по теме
Комментарии
Автор

Any functional interface that you have used from Spring? 🤔

SeleniumExpress
Автор

Q1.I have used Predicate, Consumer, Function functional interfaces.

Q2. Yes, we can have static and default methods in the functional interface. But only one abstract method.

Q3.why functional interface ignores
Object class method ?
If a Class implements the interface having same method signature as in Object class, then by default every class extends Object class and it leads to conflict between the same methods defined in the object class and in the interface

Please correct me if I'm wrong.

jayakumarsivasankar
Автор

Runnable interface, Consumer interface, Supplier interface is used in Functional interface but serializable interface, cloneable interface is used in Marker interface

rupeshswain
Автор

Please do more content like these. These are really helpful. Thank you for your videos

durgakothapalli
Автор

Hi Abhilash sir
Can you please make videos on Java8 new features

yespavan
Автор

Thank you for uploading helpful and interestin video like this

AnhNguyen-zuo
Автор

As the definition of functional interface no issue with default and static methods, and also pls make another vedio for this. Thanks abhilash

rajeswarijajam
Автор

Please upload more core java videos (to learn more solid foundations like your other videos)

suseesenthil
Автор

Looking for more videos on java8 features with details explanation like this

sivateja-ewgo
Автор

Please upload full series of java8 thank you!

nikitamungane
Автор

Boss great video.Thani you guruji . provide more insight s on this topic guruji ..

srinivasperuri
Автор

I had used
Runnable for threads
Serializable for cilent-server comminution

moeezahmed
Автор

Please explain more topics like this .

abhishekverma
Автор

Comparable and Runnable interfaces, Equals method was ignored, plz make another video with more questions and answers

devakichaitanya
Автор

amazing content, please make video for why was the object class methods were ignored by @functionalInterface annotation

DurgaShiva
Автор

Please make a interview video on Java 8 features

sidharthamishra
Автор

bro can you give brief about predefined functional interfaces

akhilachary
Автор

Hi, In your website there are no live batch. I want to join your spring boot with microservice batch

Anupam_Biswas
Автор

The methods present in object class cannot be used in any functional interface, because they are already present in each class by default.... if you wish to use them then the only solution is providing a new implementation that is by changing the name of the method or by adding some arguments (method overloading).

shubhammanecr
Автор

Hi anna i want to watch all spring and spring boot related videos on your chaneel so how to acesss all your videos by paying the money.

donthamsettisai