Introduction
Next Page->>
History-:
Java language Developed by James Gosling with 5 friends(James Gosling, Patrick Naughton, Mike Sheridan, Chris Warth ,Ed Frank.
) in 1991 for use in one of his many projects.
This language was origininally called 'Oak' and then it was name 'Green'
and ended up later being renamed as Java.
Tools-: The examples which is discussed in this tutorial, you will need Minimum Pentium 200 MHz computer with a minimum of 128 MB of RAM .
You will also need the following softwares:
1−> Linux 7.1 or Windows xp/7/8/10 operating system
2−> Java JDK 8
3−> Microsoft Notepad or any other text editor
What is Java:
Object Oriented:Everything is an Object In Java. It can be easily extended since it is based on the Object orianted Model.
Platform Independent:Java is the first Language which is Platform Independent because used both compiler and Interpreter.
Secure: Java is very secure Which enables to develop virus-free, tamper-free systems. Here Authentication techniques are based on public-key encryption which makes more secure.
Simple: Java is Very Simple and to easy to learn. If you understand the basic concept of Object orianted programming , Java would be easy to be a master.
Portable:Java Programs can Moved easily from one computer to another anywhere and anytimes .java is populer programming language on internet which interconnect different kinds of system worldwise
Robust: is provides many safeguards to ensure reliable code.
Interpreted: Java byte code is translated to machine instructions and it is not stored anywhere. The development process is very rapid and analytical when it links is an incremental and light-weight process.
Multithreaded:That means java compiler handle muliple tasks simultaniously.
High Performance: Java gives high performance.
Next Page->>
Note: Some Examples or Data is taken from Various Resourses.When you find any Difficulties/problem then contact us We are trying our best for easy learning.