Byte Padding

Eyegasm for geeks

  • Home
  • Java
    • Java Core
    • Java Date
    • Java JSON
    • JDBC
  • Spring
  • Big Data
    • Apache Kafka
    • Spark
    • Hbase
    • Map Reduce
    • Aerospike
    • Apache Flink
    • Security
  • Linux
  • About
  • Contacts

Java object initialization and instantiation order

  • By
  • on Mar 15, 2017
  • in Java, Java Core

Java object initialization and instantiation order

Continue Reading

final in Java

  • By
  • on Mar 15, 2017
  • in Java, Java Core

Understanding significance of final in Java

Continue Reading

Static in Java

  • By
  • on Mar 15, 2017
  • in Java, Java Core

Understanding significance of static in Java

Continue Reading

Spring CORS mappings

  • By Konstantin Lalafaryan
  • on Mar 14, 2017
  • in Spring

Configure CORS (Cross-origin resource sharing) for Spring Boot application

Continue Reading

Java 8 – flatmap to find a pair of elements from two List

  • By
  • on Mar 14, 2017
  • in Java Core

Today we will see how using java 8 stream flatmap method we can wind all the pairs from two Lists.

Continue Reading

Java 8 – get all unique characters from List of string using flatmap

  • By
  • on Mar 14, 2017
  • in Java Core

Let’s see how we can get all the unique characters from List of Strings.

Continue Reading

Java 8 Default Method Example

  • By Konstantin Lalafaryan
  • on Mar 14, 2017
  • in Java, Java Core

Let’s understand why we need default methods which have been added in Java 8. Assume that we have an Interface with some abstract methods  and it has many implementation classes. Now if we want to add new method in the Interface it means we need to change all implementations. Continue Reading

Spring Boot monitoring (Actuator endpoints)

  • By Konstantin Lalafaryan
  • on Mar 12, 2017
  • in Spring

One of the important thing is the monitoring of the production environment. And the Actuator endpoints will give us some capability to monitor the spring boot application. So for this we need to include the Actuator dependency in the pom.xml:

Continue Reading

Java InstanceOf

  • By
  • on Mar 12, 2017
  • in Java, Java Core

Understanding instanceOf working in Java

Continue Reading

Inheritance Internal mechanism in java

  • By
  • on Mar 12, 2017
  • in Java, Java Core

Internal Mechanism to support inheritance in java

Continue Reading

  • 1
  • …
  • 3
  • 4
  • 5
  • 6
  • 7
  • …
  • 14

Copyright © 2016 bytepadding.com, all rights reserved. Privacy Policy