Hi to all!!!! I Am Arpit Vijay Vergiya.
On this Blog i tried to share about Java.
I hope this blog will help you to learn many new things in java.
Keep visiting!!!
Keep sharing

by · No comments:

Age Calculater in java

Hiii Guys i was reading Date and Calendar class in java. With these two classes we can perform on date.Like we can get Date of system. And we can calculate difference in two Dates. We can get the year month and date of user given date. so i got an idea why can not i write source code in which we can calculate age of a person by given his birth date or current date of system. Here the source code...
Read More
by · No comments:

Features of java

Features of java  Java is so much popular because of its features. These are:- 1. Simple, easy and familiar:   Java is easy to learn and familiar because java syntax is just like c++. It is simple because: a) it does not use header files. b) eliminated the use of pointer and operator overloading. - See more at: http://javawithease.com/java-features/#sthash.mMzM5XrM.dpuf 1....
Read More
by · No comments:

Java Versions, Features and History

  Java Versions, Features and History   JDK Version 1.0 Codenamed Oak and released on January 23, 1996. JDK Version 1.1 Released on February 19, 1997 New features in JDK 1.1 JDBC (Java Database Connectivity) Inner Classes Java Beans RMI (Remote Method Invocation) Reflection (introspection only) J2SE Version 1.2 Code named Playground and released on December 8, 1998. New features in J2SE 1.2 Collections framework. Java String memory map for constants. Just In Time (JIT)...
Read More
by · No comments:

Java History

Green Project January, 1991 Project named “Green Project” was started. Green project’s goal was to support home consumer devices. Consumer devices to be made intelliegent so they can interact with each other and they can be controlled via a remote. Bill Joy, James Gosling, Mike Sheradin, Patrick Naughton were the key members of the Green Project. Oak          February, 1991 James Gosling was the software lead and architect. His initial...
Read More
by · No comments:

Programming language overview

Programming language overview As we are going to start learning Java, which is a programming language. So, let us have a brief look at programming language first. What is language? A way of communication is known as language. e.g. Hindi, English etc. What is a Program? A set of instructions which is used to perform a specific task. What is a Programming Language?   An artificial language used to write programs which can be translated into machine language and executed by computer...
Read More
by · 2 comments:

Introduction to programing language

INTRODUCTION TO PROGRAMING LANGUAGE Computer program is set of instruction that guide a computer to execute a particular task. It is like a recipe for a cook of particular dish .  The recipe contains a list of ingredients called the data or variable and a list of steps that guide the computer what to do with the data.   So programming is the technique of making a computer...
Read More