Abhinav Nath Gupta, Java Code Geeks

Abhinav Nath Gupta

Java Code Geeks

Bengaluru, KA, India

Contact Abhinav

Discover and connect with journalists and influencers around the world, save time on email research, monitor the news, and more.

Start free trial

Recent:
  • Unknown
Past:
  • Java Code Geeks

Past articles by Abhinav:

Java Text Blocks Example

In this article, we will discuss the Java Text Blocks. Text Blocks are available in multiple distributions of Java (Oracle, OpenJDK, etc) but we will cover mostly the one present in Oracle JDK.W... → Read More

Ceasar Cipher Java Example

Interested to learn more about Java? Then check out our detailed Ceasar Cipher Java example, one of the earliest known and simplest ciphers. → Read More

Java Matrix Example

Check out our detailed example about Java Matrix. We cover what matrix are, how to traverse a matrix and some of the common operations on matrices. → Read More

Java Operator Precedence Example

Check out our detailed example about Java Operator Precedence!We will cover the details of operators in Java and their precedence relative to each other. → Read More

Java Node Example

In this article we will discuss a simple Java Node class.1. What is a NodeAn Individual Node in java, is a class which is used to create the individual data holding blocks for various data st... → Read More

Doubly Linked List Java Example

Interested to learn more about Doubly Linked List Java? Then check out our detailed article on Doubly Linked List Java with examples. → Read More

Java Data Structures Tutorial

Interested to learn more? Then check out our detailed tutorial on Java Data Structures!A data structure is a particular way of organising data in a computer → Read More

Java Exceptions List Example

Interested to learn more? Then check out our detailed example on Java Exceptions List!Let's see what are exceptions, when they occur and their types. → Read More

What is null in Java

Interested to learn more about Java? Then check out our detailed article on What is null in Java!Java and null share a unique bond across the board. → Read More

Array methods Java Tutorial

Interested to learn more about Java? Then check out our detailed Array methods Java Tutorial!An array can contain a number of items. → Read More

Java char Primitive Type Example

Interested to learn more about Java? Then check out our detailed example on Java char Primitive Type! → Read More

Array to String Java Example

Interested to learn more about Java? Then check out our detailed Array to String Java example!IArrays are a collection of similar types. → Read More