Data Types in Java Java programming language is a statically typed language, means every variable and expression has a type…
Core Java
This post category will have posts about Java programming practical program’s posts.

Comments in Java
Comments in code are boon else curse if not used properly. Comments makes code more readable if we write…

Unicode System in Java
Unicode Unicode is a computing industry international unique character encoding standard used to represent most of the world’s languages. Prior…

Literals in Java
Literals in Java What is literal in Java? A literal is the source code representation of a value of a…

Keywords in Java
Keyword in Java What is Keyword in Java? Key + word means a word having crucial importance. In Java programming…

Identifiers in Java
What are Identifiers in Java? In literal meaning of identifiers is the thing which identifies something. In real world we…

Java Introduction
Alright ! Let’s begin to dive into the ocean of Java world. Like everyone else you might be…