What is Java?

Core Java Tutorial

Introduction of Core Java

How To Install JDk and Set of Path

Syntax of java Program

Difference between Java and C/C++

Advantage and Disadvantage of Java

What is Java

Why Java is not Pure Object Oriented Language

Java has Following Features/Characteristics

Limitation of Java Language and Java Internet

Common Misconception about Java

Simple Program of Java

Integrated Development Environment in java

Compile and Run Java Program

Applet and Comments in Java

Tokens in Java

Keywords in Java

Identifier and Variables in Java

Literals/Constants

Data Type in Java

Assignments and Initialization in Java

Operators in Java

Rule of Precedence in Java

Operator on Integer and Separators in Java Programming

Java Control Flow of Statements

If and If-else Selection Statement

Nested If-else and If-else-If Selection Statement

switch case and conditional operator Selection Statement

for and while Loop

do..while and for each Loop

break and labeled break statement

continue and labeled continue statement

return Statement and exit() Method

Escape Sequence for Special Characters and Unicode Code

Constants and Block or Scope

Statement in Java

Conversions between Numeric Types in Java

Import Statement in Java

User Input in Java using Scanner Class

User Input in Java using Console Class

Array in Java

One Dimensional Array

Two Dimensional Array

Two Dimensional Array Program

Command Line Argument in Java

String args Types in Java

Uneven/Jagged array in java

Math Class Function and Constant

Math Class all Function used in a program

Enumerated Types in Java

Object Oriented Programming v/s Procedural Programming

Object Oriented Programming Concepts in Java

Introduction to Class,Object and Method in Java

Class Declaration in Java

Class & Objects in java

Encapsulation in Java

Modifiers/Visibility for a Class or Interrface or member of a Class

Polymorphism in Java

Runtime polymorphism (dynamic binding or method overriding)

adplus-dvertising
What is Java
Previous Home Next
  • Java is an object oriented programming language was developed by sun micro system inc in 1991.
  • Java was developed consumer electronics device but later it is shifted toward on internet.
  • Now java becomes widely used of programming language on internet.
  • Java is platform independent language write once and run any operating or any hardware.
  • Java can be used to create complete applications that can run on a single computer or distributed computer among servers and clients in a network.
  • Java is provide many characteristics simple, portable, object oriented, Interpreted ,Distributed, High Performance, Robust, Multithreaded, Secure, Dynamic, Architecture Neutral Programming Language which provide build-in internet base API.
  • Java was developed, Standalone applications, web applications, applet, Distributed applications.
  • It was designed to have the "look and feel" of the C++ language, but it is simpler to use than C++ and enforces an object-oriented programming model. Java can be used to create complete applications that may run on a single computer or be distributed among servers and clients in a network.
Java as Programming Language
  • Java is a general purpose computer programming language. java is a high level programming language like c++ etc.
  • Java support Object Oriented (Oops) concept. The Java language has its own structure, syntax rules, and programming paradigm.
  • The Java language's programming paradigm is based on the concept of object-oriented programming (OOP), which the language's features support. Through java we can make standalone application, web applications, Applets, Distributed application. Java is a third generation Programming Language which provide first time API for internet application.
  • Java applications are usually compiled then generate Byte code means dot (.class file) than can run on any java virtual machine (jvm) enabled platform.
Future of Java Language

The Java platform has split into three branches (Standard, Enterprise, and Micro) and the JDK has been released to the open source community. The Java language has expanded to include annotations, generics, enumerations, advanced collections, and more. It has also begun to share its home, the JRE, with dynamic languages like Groovy, JRuby, and Rhino, to name a few. In fact, if you think about it, especially over the last few years, we've collectively watched as the moniker of Java has transformed from a language into a veritable platform.

Previous Home Next