dinesh Archive

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 …

Introduction to Java

Java is an object-oriented programming language developed by James Gosling and colleagues at Sun Microsystems in the early 1990s. Unlike conventional languages which are generally designed either to be compiled to native (machine) code, or …

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 …