Skip to content

Java

121 Posts
Java is both a programming language and a platform — and today it's sleeker, faster, and more powerful than ever. Statically-typed and JVM-based, its legendary write-once-run-anywhere portability remains a core strength, backed by a vast ecosystem (Spring, Kafka, Flink) for production-grade systems. Strong compile-time safety meets mature tooling for concurrency and distributed processing, making Java the backbone of large-scale, real-time, enterprise-critical apps in banking and cloud.

Reference To An Instance method Of a Class (Method References)

In this lesson, you will learn about the third kind of method reference, "a reference to an instance method of an arbitrary object of a particular type". You will be introduced to a couple of simple examples and detailed explanations to understand this topic.

Reference To Instance Method Of An Object (Method References)

In this lesson, you will learn about the second kind of method reference, "a reference to an instance method of an object". You will be introduced to complex object method references with example snippets and explanations.

Reference to Static Method (Method References)

In this lesson, you will learn about the first kind of method reference, "a reference to static methods". You will be introduced to a complex object method reference with example snippets and explanations.

Kinds Of Method References

In this lesson, you will be introduced to different kinds of method references and their syntaxes.