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 9 Diamond Operator with Anonymous Inner Classes

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

Diamond operator ‘<>’ was introduced in Java 7 to make instantiation of generic classes easier.

Continue Reading

Java 9 Using effectively-final variables in the try-with-resources

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

In Java 9 try-with-resources statement has been improved. Now if you already have final or effectively final resource you can use it in try-with-resources statement without need to declare a dummy variable.

Continue Reading

Java 9 Disallowed underscore [ _ ] as a one-character identifier

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

Before Java 9 we could have underscore [ _ ] as a one character identifier.

Continue Reading

Java 9 private interface methods

  • By
  • on Apr 10, 2017
  • in Java, Java Core

In Java SE 9 interfaces can have private and private static methods.

Continue Reading

Understanding the difference between Binary and text files using Java.

  • By
  • on Apr 07, 2017
  • in Java

Understanding the difference between Binary and Text Files

Continue Reading

Java 9 Convenience Factory Methods for Collections

  • By
  • on Apr 04, 2017
  • in Java, Java Core

Java 9 enhances the java collections and provides static methods for creating small immutable collection instances.

Continue Reading

Avro Schema Compatibility Test

  • By
  • on Mar 28, 2017
  • in Avro

How to make schema compatibility check part of your build time.

Continue Reading

Progamatically inter-convert Avro Schema to Class

  • By
  • on Mar 28, 2017
  • in Avro

How to inter-convert avro schema to class programatically.

Continue Reading

Define Avro Schema with default values

  • By
  • on Mar 28, 2017
  • in Avro

How to define Avro Schema with Default values

Continue Reading

Avro serialization de-serialization using Confluent Schema registry

  • By
  • on Mar 28, 2017
  • in Avro

Avro serialization de-serialization using Confluent Schema registry

Continue Reading

  • 1
  • 2
  • 3
  • 4
  • …
  • 14

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