Core JAVA

 Java is developed by James Gosling and his team of engineers in 1995. This programming language has platform for any hardware and software environment.

 Java is fully object oriented and runs on any platform providing security. The other features are, architectural–neutral, portable, robust, multi threaded, high performance, distributed and dynamic programming language. It can be used to develop software.

Java programs run on any operating systems without of any rewriting the code because of JRE that is Java Runtime Environment.

Advance JAVA

As it’s name Advance JAVA we understand that it has some more advance concepts than core java. So, whatever you learned in core Java concepts will be followed here in these technologies.

Dynamic web applications using Java Server Pages, Java Servlet help us to learn how to connect to database drivers.JDBC concept helps in learning database concepts in depth and perform all database operations such as Create, Read, Update, Delete operations easily(CRUD).