Java Full Stack Development Guide

Java Full Stack Development Guide

Introduction to Java

Java is a high level, object oriented programming language. Java is one of the most popular programming language in the world, and it is used to develop a wide variety of applications including web applications, mobile applications, desktop application.

Java is a platform independent and machine independent programming language. It follows WORA(write once run anywhere).

Features of Java

\>Simple

\>Object oriented

\>Platform independent

\>Secure

Java editor

Editor for Java

IDE stands for Integrated Development Environment. IDE contains a code editor, a compiler or interpreter and GUI(Graphical User Interface).The java editor provides special features for editing java code. There are many java code editor in market and some of them are

\>NetBeans

\>Eclipse

\>BlueJ

Conclusion

Java is a high level and general purpose programming language that is use to develop a wide variety of application. It is a popular choice for both beginners and experienced programmers.