Introduction Of Java Programming Language
We are trying to implement java tutorial with lots of Unique and Advance Programming Example. You will get all type of Basic code from our Basic Code Menu.
Let’s before beginning Java Programming we want some reviews of Java. I began this web site simply to keep my java understanding up-to-date and also to conserve a blog from the java questions that arise i believe. Now it’s switched to be considered a tutorial site with a lot of articles and java interview questions. This may enable you to keep the java understanding up-to-date also to get ready for your java interview, java certifications. It’s all there, I welcome you to employ and revel in it.
First of All we are going to discuss about Java’s Starting Phase. Yes we are going to discuss About Java.
What is Java?
Java Technology is a Programming Language, development environment, application environment, and Deployment Environment. Java can be used to create all kinds of applications that can be created using any conventional programming Language.
Java is a programming language created by James Gosling from Sun Microsystems in 1991. The first public available version of Java (Java 1.0) was released 1995. Over time several version of Java were released which enhanced the language and its libraries. The current version of Java is Java 1.6 also known as Java 6.0.
Java application is standalone programs that do not required a web browser to execute.
Java technology’s first use was on internet. However, it has rapidly grown into a general purpose, complex programming language. It is used as the language from creating large applications.
As we all know java is an OOP (Object Oriented Programming) Based Programming Language. All Application Developer as well as Web Programmer Choose his platform with Java because it’s some basic and useful features.
Note: OOP (Object Oriented Programming): Like C++, java is an Object-Oriented Programming Language allows the programmer to organize a program, so that it closely models the real world in structure and in the interaction among its components.
Here is some Basic Features in Java:
- Simple
- Object Oriented
- Distributed
- Interpreted
- Robust
- Secure
- Architecture Neutral
- Portable
- Multi-threaded
- Dynamic
Note: Java is a Case sensitive language means Capital “A” is not same as Small “a”. So the time of writing java programming we should concentrate on Case. Otherwise program will not compile.
Java’s Main Features is, it’s a Platform Independent Language. Yes Platform independent means you can run your java program on any other OS (Operating System). Latter we discuss about why java is platform Independent.