Tutorial Archive

Basic Comments in Java

Whenever we want to write a program, we should first think about writing comments. What are comments? Comments are description about the features of a program. This means whatever we write in a program should …

Java Basic Syntax : Java Basic

Basic Syntax: About Java programs, it is very important to keep in mind the following points. Case Sensitivity – Java is case sensitive which means identifier Hello and hello would have different meaning in Java. …

What is Java?

Java is a general-purpose, concurrent, class-based, object-oriented computer programming language that is specifically designed to have as few implementation dependencies as possible. It is intended to let application developers “write once, run anywhere” (WORA), meaning …

Spring Batch Glossary

Batch An accumulation of business transactions over time. Batch Application Style Term used to designate batch as an application style in its own right similar to online, Web or SOA. It has standard elements of …