Skip to content
Advance Computing
Advance Computing
Explore | Learn | Discuss ...

Author: Vikash Kumar

Method References in Java 8: Types

May 16, 2020 Vikash Kumar Leave a comment

In Java 8 method references has introduced, which will refer to methods or constructors without invoking them. These syntactic shortcuts…

Continue Reading →

Posted in: Advance Computing Filed under: java 8, lambda, method reference, method reference types

Concurrency in Java 8

May 10, 2020 Vikash Kumar 1 Comment

In programming language terminology Concurrency term refers to Multithreading. Basically, multithreading is a type of execution model which will allow…

Continue Reading →

Posted in: Advance Computing Filed under: concurrency, java, java 8, java concurrency, java features, thread

Method Reference in Java 8

Vikash Kumar Leave a comment

In the place of an anonymous class we can use Lambda expression but Sometimes, the lambda expression does nothing but…

Continue Reading →

Posted in: Advance Computing Filed under: java, java 8, java features, lambda expression, method reference

Why Java 8 ?

May 9, 2020 Vikash Kumar Leave a comment

With this new release, Java 8 in 2014, java community has introduced a completely new JVM with full packed of…

Continue Reading →

Posted in: Advance Computing Filed under: functional programming, java, java 8, java features, lambda, object oriented programming, oops, programming

Annotations in Java

September 15, 2019 Vikash Kumar Leave a comment

Annotations introduced in jdk 1.5 version. Basically, this feature is introduced for the replacement of XML configurations file which we…

Continue Reading →

Posted in: Advance Computing, Development, JAVA, Programming Filed under: annotation, interface, java, override, serializable

Search

Recent Posts

  • Method References in Java 8: Types
  • Concurrency in Java 8
  • Method Reference in Java 8
  • Why Java 8 ?
  • TsLint Custom rules creation and configuration

Recent Comments

  • hydraulic on Concurrency in Java 8

Social

hit counter
March 2023
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
2728293031  
« May    
Copyright © 2018-2022 Advance Computing