Showing posts with label javatraining. Show all posts
Showing posts with label javatraining. Show all posts

Thursday, 22 June 2017

Java Overview


What is Java?
Java is a high-level programming language originally developed by Sun Microsystems and released in 1995. Java runs on a variety of platforms, such as Windows, Mac OS, and the various versions of UNIX.
The latest release of the Java Standard Edition is Java SE 8. With the advancement of Java and its widespread popularity, multiple configurations were built to suit various types of platforms. For example: J2EE for Enterprise Applications, J2ME for Mobile Applications.
The new J2 versions were renamed as Java SE, Java EE, and Java ME respectively. Java is guaranteed to be Write Once, Run Anywhere.
Why we learn Java?
Currently Java offer lot of opportunities all over the world. There are plenty of systems that have been developed and are under continuous development using Java technologies. All of the big IT services companies in India like TCS, Infosys, Cognizant, Accenture and others will have long term projects that use .net and Java. So

Tuesday, 30 May 2017

How Will Be Java In The Future

Java is a programming language created by James Gosling from sun Microsystems in 1991.Later on Sun Micro systems was acquired by Oracle Corporation in 2010 According Sun Microsystems 3 billion devices run java. Java is used to create various applications like desktop, web, enterprise etc. So if want to know more about java you can enroll best Java Training in Chennai

Benefits of Java

  • Java is an open source so companies need not pay huge amount for the license
  • Java is a Platform Independent Language
  • Java supports garbage collections so memory can be managed automatically
  • Java has Exception handling features
  • Java allows to create modular programs and to reuse the code
Click Here To Continue Reading….

Tuesday, 20 December 2016




Java is a general purpose computer programming language which is similar to C++ that is concurrent, class based, and object oriented and run on all platforms which support Java without the need for recompilation. The Java technology is an

Programming Language – Java can create all kinds of applications that you would create using any conventional programming language.

Development Environment – Java technology provides large suite of tools such as compiler, interpreter, documentation generator, class file packaging tool.

Application Environment – Java Technology applications are typically general purpose programs that run on any machine where the JRE is installed.

Deployment Environment – The JRE supplied by the Java SDK contains complete set of class files includes basic classes, GUI components and so on .The another component is on your web browser.


Java Virtual Machine – It is an imaginary machine implemented by emulating software on a real machine which provides hardware specifications.

Garbage Collection – It is responsible for freeing any memory that can be freed which happens automatically at the time of java program.

Code Security – It is attained in Java through the implementation of its JRE which runs code compiled for a JVM and performs class loading, code verification and code execution.