JAVA PROGRAMMING



PREVIEW OF MATERIAL:






TOPIC COVERED :

Object-Oriented Thinking , Inheritance , PackagesStream based I/O , Exception handling , Multithreading , The Collections Framework , GUI Programming with Swing , Event Handling  , A Simple Swing Application, Applets .

                   JAVA PROGRAMMING

Java is a high-level programming language at first developed through Sun Microsystems and launched in 1995. Java runs on a range of platforms, such as Windows, Mac OS, and the a variety of variations of UNIX. This tutorial offers a whole grasp of Java. This reference will take you thru easy and sensible tactics whilst studying Java Programming language.

Why to Learn java Programming?

Java is a MUST for college students and working specialists to turn out to be a exceptional Software Engineer in particular when they are working in Software Development Domain. I will listing down some of the key blessings of studying Java Programming:

Object Oriented − In Java, the entirety is an Object. Java can be effortlessly prolonged in view that it is primarily based on the Object model.

Platform Independent − Unlike many different programming languages inclusive of C and C++, when Java is compiled, it is now not compiled into platform particular machine, alternatively into platform unbiased byte code. This byte code is dispensed over the net and interpreted with the aid of the Virtual Machine (JVM) on whichever platform it is being run on.

Simple − Java is designed to be handy to learn. If you recognize the fundamental thinking of OOP Java, it would be convenient to master.

Secure − With Java's impervious function it allows to strengthen virus-free, tamper-free systems. Authentication strategies are primarily based on public-key encryption.

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.

Portable − Being architecture-neutral and having no implementation structured elements of the specification makes Java portable. Compiler in Java is written in ANSI C with a easy portability boundary, which is a POSIX subset.

Robust − Java makes an effort to take away error susceptible conditions with the aid of emphasizing usually on bring together time error checking and runtime checking.