Showing posts with label JAVA. Show all posts
Showing posts with label JAVA. Show all posts

Java Literals

By literal we mean any number, text, or other information that represents a value. This means what you type is what you get. We will use lit...

Java Keywords

There are few keywords in Java programming language. Remember, we cannot use these keywords as identifiers in the program. The keywords cons...

Java Data Types

Java programming language is a language in which all the variables must be declared first and then to be used. That means to specify the nam...