The Hub for







Share:


Java Tutorial

Learn Java

Java is a programming language and computing platform first released by Sun Microsystems in 1995. There are lots of applications and websites that will not work unless you have Java installed, and more are created every day. Java is fast, secure, and reliable. From laptops to datacenters, game consoles to scientific supercomputers, cell phones to the Internet, Java is everywhere!



Java

Features

Simple

Java is designed to be easy to learn. If you understand the basic concept of OOP Java, it would be easy to master.

Dynamic

Java is considered to be more dynamic than C or C++ since it is designed to adapt to an evolving environment. Java programs can carry an extensive amount of run-time information.

Platform Independent

Unlike many other programming languages including C and C++, when Java is compiled, it is not compiled into platform specific machine, rather into platform-independent byte code.

Portable

Being architecture-neutral and having no implementation dependent aspects of the specification makes Java portable. The compiler in Java is written in ANSI C with a clean portability boundary, which is a POSIX subset.

Secure

With Java's secure feature it enables to develop virus-free, tamper-free systems. Authentication techniques are based on public-key encryption.

Multithreaded

With Java's multithreaded feature it is possible to write programs that can perform many tasks simultaneously. This design feature allows the developers to construct interactive applications that can run smoothly.

Interpreted

Java byte code is translated on the fly to native machine instructions and is not stored anywhere. The development process is more rapid and analytical.

Architecture-neutral

Java compiler generates an architecture-neutral object file format, which makes the compiled code executable on many processors, with the presence of Java runtime system.

1 2 3 4

 

Object Orianted

Robust

Testimonials

Student Reviews

Excellent !

"Thoughtfully designed and built. Great for learning java with step by step tutorials and exercises"

Image
Mital Developer

Best Tutorial!

"Really helpful if you want to learn java and you are from a completely different background"

Image
Jay Architect

Helped a lot!

"Learned quite a few things about java from the website while developing it at the same time"

Image
Miheer Co-Founder